Color spaces of #ac003f
RGB | 172 | 0 | 63 |
---|---|---|---|
HSL | 0.94 | 1.00 | 0.34 |
HSV | 338° | 100° | 67° |
CMYK | 0.00 | 1.00 | 0.63 0.33 |
XYZ | 17.9105 | 9.1295 | 5.5208 |
Yxy | 9.1295 | 0.5501 | 0.2804 |
Hunter Lab | 30.2151 | 52.9326 | 10.3173 |
CIE-Lab | 36.2324 | 61.5153 | 16.0311 |
#ac003f color RGB value is (172,0,63).
#ac003f hex color red value is 172, green value is 0 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac003f hue: 0.94 , saturation: 1.00 and the lightness value of ac003f is 0.34.
The process color (four color CMYK) of #ac003f color hex is 0.00, 1.00, 0.63, 0.33. Web safe color of #ac003f is #990033. Color #ac003f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00000000 | 00111111 |
Octal | 254 | 0 | 77 |
Decimal | 172 | 0 | 63 |
Hex | AC | 0 | 3F |
Shades of #ac003f
Tints of #ac003f
RGB Percentages of Color #ac003f
CMYK Percentages of Color #ac003f
Complementary Color
#ac003f | #00ac6d |
#ac003f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac003f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac003f Color CSS Codes
.mybgcolor {background-color:#ac003f; } .myforecolor {color:#ac003f; } .mybordercolor {border:3px solid #ac003f; }
#ac003f Text Font Color
<p style="color:#ac003f">Text here</p>
This sample text font color is #ac003f
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.
#ac003f Background Color
<div style="background-color:#ac003f">
Div content here</div>
This div background color is #ac003f
#ac003f Border Color
<div style="border:3px solid #ac003f">
Div here</div>
This div border color is #ac003f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,0,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac003f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac003f; -webkit-box-shadow: 1px 1px 3px 2px #ac003f; box-shadow: 1px 1px 3px 2px #ac003f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,0,63, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac003f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac003f; -webkit-box-shadow: 1px 1px 3px 2px #ac003f; box-shadow: 1px 1px 3px 2px #ac003f;">
Div content here</div>
This div box has shadow with color #ac003f
Comments
No comments written yet.
Please login to write comment.