Color spaces of #a20dec
RGB | 162 | 13 | 236 |
---|---|---|---|
HSL | 0.78 | 0.90 | 0.49 |
HSV | 280° | 94° | 93° |
CMYK | 0.31 | 0.94 | 0.00 0.07 |
XYZ | 30.1845 | 14.0254 | 80.4731 |
Yxy | 14.0254 | 0.2421 | 0.1125 |
Hunter Lab | 37.4505 | 78.3297 | -101.1862 |
CIE-Lab | 44.2693 | 81.3473 | -76.9131 |
#a20dec color RGB value is (162,13,236).
#a20dec hex color red value is 162, green value is 13 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a20dec hue: 0.78 , saturation: 0.90 and the lightness value of a20dec is 0.49.
The process color (four color CMYK) of #a20dec color hex is 0.31, 0.94, 0.00, 0.07. Web safe color of #a20dec is #9900ff. Color #a20dec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00001101 | 11101100 |
Octal | 242 | 15 | 354 |
Decimal | 162 | 13 | 236 |
Hex | A2 | D | EC |
Shades of #a20dec
Tints of #a20dec
RGB Percentages of Color #a20dec
CMYK Percentages of Color #a20dec
Complementary Color
#a20dec | #57ec0d |
#a20dec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a20dec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a20dec Color CSS Codes
.mybgcolor {background-color:#a20dec; } .myforecolor {color:#a20dec; } .mybordercolor {border:3px solid #a20dec; }
#a20dec Text Font Color
<p style="color:#a20dec">Text here</p>
This sample text font color is #a20dec
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#a20dec Background Color
<div style="background-color:#a20dec">
Div content here</div>
This div background color is #a20dec
#a20dec Border Color
<div style="border:3px solid #a20dec">
Div here</div>
This div border color is #a20dec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,13,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a20dec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a20dec; -webkit-box-shadow: 1px 1px 3px 2px #a20dec; box-shadow: 1px 1px 3px 2px #a20dec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,13,236, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a20dec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a20dec; -webkit-box-shadow: 1px 1px 3px 2px #a20dec; box-shadow: 1px 1px 3px 2px #a20dec;">
Div content here</div>
This div box has shadow with color #a20dec
Comments
No comments written yet.
Please login to write comment.