Color spaces of #a20ced
RGB | 162 | 12 | 237 |
---|---|---|---|
HSL | 0.78 | 0.90 | 0.49 |
HSV | 280° | 95° | 93° |
CMYK | 0.32 | 0.95 | 0.00 0.07 |
XYZ | 30.3178 | 14.0588 | 81.2364 |
Yxy | 14.0588 | 0.2414 | 0.1119 |
Hunter Lab | 37.4951 | 78.7154 | -102.2105 |
CIE-Lab | 44.3171 | 81.6427 | -77.4006 |
#a20ced color RGB value is (162,12,237).
#a20ced hex color red value is 162, green value is 12 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a20ced hue: 0.78 , saturation: 0.90 and the lightness value of a20ced is 0.49.
The process color (four color CMYK) of #a20ced color hex is 0.32, 0.95, 0.00, 0.07. Web safe color of #a20ced is #9900ff. Color #a20ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100010 | 00001100 | 11101101 |
Octal | 242 | 14 | 355 |
Decimal | 162 | 12 | 237 |
Hex | A2 | C | ED |
Shades of #a20ced
Tints of #a20ced
RGB Percentages of Color #a20ced
CMYK Percentages of Color #a20ced
Complementary Color
#a20ced | #57ed0c |
#a20ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a20ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#a20ced Color CSS Codes
.mybgcolor {background-color:#a20ced; } .myforecolor {color:#a20ced; } .mybordercolor {border:3px solid #a20ced; }
#a20ced Text Font Color
<p style="color:#a20ced">Text here</p>
This sample text font color is #a20ced
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.
#a20ced Background Color
<div style="background-color:#a20ced">
Div content here</div>
This div background color is #a20ced
#a20ced Border Color
<div style="border:3px solid #a20ced">
Div here</div>
This div border color is #a20ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(162,12,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a20ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a20ced; -webkit-box-shadow: 1px 1px 3px 2px #a20ced; box-shadow: 1px 1px 3px 2px #a20ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(162,12,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a20ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a20ced; -webkit-box-shadow: 1px 1px 3px 2px #a20ced; box-shadow: 1px 1px 3px 2px #a20ced;">
Div content here</div>
This div box has shadow with color #a20ced
Comments
No comments written yet.
Please login to write comment.