Color spaces of #ac005f
RGB | 172 | 0 | 95 |
---|---|---|---|
HSL | 0.91 | 1.00 | 0.34 |
HSV | 327° | 100° | 67° |
CMYK | 0.00 | 1.00 | 0.45 0.33 |
XYZ | 19.0788 | 9.5969 | 11.6733 |
Yxy | 9.5969 | 0.4728 | 0.2378 |
Hunter Lab | 30.9789 | 55.7189 | -0.6562 |
CIE-Lab | 37.1090 | 63.8390 | -3.4439 |
#ac005f color RGB value is (172,0,95).
#ac005f hex color red value is 172, green value is 0 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ac005f hue: 0.91 , saturation: 1.00 and the lightness value of ac005f is 0.34.
The process color (four color CMYK) of #ac005f color hex is 0.00, 1.00, 0.45, 0.33. Web safe color of #ac005f is #990066. Color #ac005f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00000000 | 01011111 |
Octal | 254 | 0 | 137 |
Decimal | 172 | 0 | 95 |
Hex | AC | 0 | 5F |
Shades of #ac005f
Tints of #ac005f
RGB Percentages of Color #ac005f
CMYK Percentages of Color #ac005f
Complementary Color
#ac005f | #00ac4d |
#ac005f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac005f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac005f Color CSS Codes
.mybgcolor {background-color:#ac005f; } .myforecolor {color:#ac005f; } .mybordercolor {border:3px solid #ac005f; }
#ac005f Text Font Color
<p style="color:#ac005f">Text here</p>
This sample text font color is #ac005f
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.
#ac005f Background Color
<div style="background-color:#ac005f">
Div content here</div>
This div background color is #ac005f
#ac005f Border Color
<div style="border:3px solid #ac005f">
Div here</div>
This div border color is #ac005f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,0,95, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac005f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac005f; -webkit-box-shadow: 1px 1px 3px 2px #ac005f; box-shadow: 1px 1px 3px 2px #ac005f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,0,95, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac005f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac005f; -webkit-box-shadow: 1px 1px 3px 2px #ac005f; box-shadow: 1px 1px 3px 2px #ac005f;">
Div content here</div>
This div box has shadow with color #ac005f
Comments
No comments written yet.
Please login to write comment.