Color spaces of #ac03cb
RGB | 172 | 3 | 203 |
---|---|---|---|
HSL | 0.81 | 0.97 | 0.40 |
HSV | 291° | 99° | 80° |
CMYK | 0.15 | 0.99 | 0.00 0.20 |
XYZ | 27.8253 | 13.1476 | 57.5711 |
Yxy | 13.1476 | 0.2824 | 0.1334 |
Hunter Lab | 36.2596 | 73.5249 | -68.7558 |
CIE-Lab | 42.9848 | 77.7544 | -60.0274 |
#ac03cb color RGB value is (172,3,203).
#ac03cb hex color red value is 172, green value is 3 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #ac03cb hue: 0.81 , saturation: 0.97 and the lightness value of ac03cb is 0.40.
The process color (four color CMYK) of #ac03cb color hex is 0.15, 0.99, 0.00, 0.20. Web safe color of #ac03cb is #9900cc. Color #ac03cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00000011 | 11001011 |
Octal | 254 | 3 | 313 |
Decimal | 172 | 3 | 203 |
Hex | AC | 3 | CB |
Shades of #ac03cb
Tints of #ac03cb
RGB Percentages of Color #ac03cb
CMYK Percentages of Color #ac03cb
Complementary Color
#ac03cb | #22cb03 |
#ac03cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac03cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac03cb Color CSS Codes
.mybgcolor {background-color:#ac03cb; } .myforecolor {color:#ac03cb; } .mybordercolor {border:3px solid #ac03cb; }
#ac03cb Text Font Color
<p style="color:#ac03cb">Text here</p>
This sample text font color is #ac03cb
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.
#ac03cb Background Color
<div style="background-color:#ac03cb">
Div content here</div>
This div background color is #ac03cb
#ac03cb Border Color
<div style="border:3px solid #ac03cb">
Div here</div>
This div border color is #ac03cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,3,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac03cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac03cb; -webkit-box-shadow: 1px 1px 3px 2px #ac03cb; box-shadow: 1px 1px 3px 2px #ac03cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,3,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac03cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac03cb; -webkit-box-shadow: 1px 1px 3px 2px #ac03cb; box-shadow: 1px 1px 3px 2px #ac03cb;">
Div content here</div>
This div box has shadow with color #ac03cb
Comments
No comments written yet.
Please login to write comment.