Color spaces of #a012ec
RGB | 160 | 18 | 236 |
---|---|---|---|
HSL | 0.78 | 0.86 | 0.50 |
HSV | 279° | 92° | 93° |
CMYK | 0.32 | 0.92 | 0.00 0.07 |
XYZ | 29.8538 | 13.9623 | 80.4784 |
Yxy | 13.9623 | 0.2402 | 0.1123 |
Hunter Lab | 37.3662 | 77.2223 | -101.5412 |
CIE-Lab | 44.1788 | 80.4871 | -77.0731 |
#a012ec color RGB value is (160,18,236).
#a012ec hex color red value is 160, green value is 18 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #a012ec hue: 0.78 , saturation: 0.86 and the lightness value of a012ec is 0.50.
The process color (four color CMYK) of #a012ec color hex is 0.32, 0.92, 0.00, 0.07. Web safe color of #a012ec is #9900ff. Color #a012ec contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 00010010 | 11101100 |
Octal | 240 | 22 | 354 |
Decimal | 160 | 18 | 236 |
Hex | A0 | 12 | EC |
Shades of #a012ec
Tints of #a012ec
RGB Percentages of Color #a012ec
CMYK Percentages of Color #a012ec
Complementary Color
#a012ec | #5eec12 |
#a012ec Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a012ec Color Preview on White Background
Lorem ipsum dolor sit amet.
#a012ec Color CSS Codes
.mybgcolor {background-color:#a012ec; } .myforecolor {color:#a012ec; } .mybordercolor {border:3px solid #a012ec; }
#a012ec Text Font Color
<p style="color:#a012ec">Text here</p>
This sample text font color is #a012ec
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.
#a012ec Background Color
<div style="background-color:#a012ec">
Div content here</div>
This div background color is #a012ec
#a012ec Border Color
<div style="border:3px solid #a012ec">
Div here</div>
This div border color is #a012ec
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,18,236, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a012ec; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a012ec; -webkit-box-shadow: 1px 1px 3px 2px #a012ec; box-shadow: 1px 1px 3px 2px #a012ec; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,18,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 #a012ec">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a012ec; -webkit-box-shadow: 1px 1px 3px 2px #a012ec; box-shadow: 1px 1px 3px 2px #a012ec;">
Div content here</div>
This div box has shadow with color #a012ec
Comments
No comments written yet.
Please login to write comment.