Does HTML support RGBA color system? (using alpha (transparency) with colors, like as #500000FF) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Does HTML support RGBA color system? (using alpha (transparency) with colors, like as #500000FF)

22nd Jun 2016, 5:24 PM
Saeed Mashhadi
Saeed Mashhadi - avatar
3 Answers
+ 7
With CSS, yes. But not like hex-color notation. An RGBA color value is specified with: rgba(red, green, blue, alpha). Example: rgba(0, 0, 255, 0.3).
22nd Jun 2016, 5:43 PM
ZinC
ZinC - avatar
0
you easily check the values by inspecting you page in th browsr. it will give you all th values as required
23rd Jun 2016, 12:17 PM
Shaswat Singh Raghuvansi
Shaswat Singh Raghuvansi - avatar
- 1
v
23rd Jun 2016, 9:35 AM
To Be
To Be - avatar