Color spaces of #ac203f
RGB | 172 | 32 | 63 |
---|---|---|---|
HSL | 0.96 | 0.69 | 0.40 |
HSV | 347° | 81° | 67° |
CMYK | 0.00 | 0.81 | 0.63 0.33 |
XYZ | 18.4270 | 10.1626 | 5.6930 |
Yxy | 10.1626 | 0.5375 | 0.2964 |
Hunter Lab | 31.8788 | 47.3908 | 11.7270 |
CIE-Lab | 38.1327 | 56.0540 | 18.5456 |
#ac203f color RGB value is (172,32,63).
#ac203f hex color red value is 172, green value is 32 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #ac203f hue: 0.96 , saturation: 0.69 and the lightness value of ac203f is 0.40.
The process color (four color CMYK) of #ac203f color hex is 0.00, 0.81, 0.63, 0.33. Web safe color of #ac203f is #993333. Color #ac203f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00100000 | 00111111 |
Octal | 254 | 40 | 77 |
Decimal | 172 | 32 | 63 |
Hex | AC | 20 | 3F |
Shades of #ac203f
Tints of #ac203f
RGB Percentages of Color #ac203f
CMYK Percentages of Color #ac203f
Complementary Color
#ac203f | #20ac8d |
#ac203f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac203f Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac203f Color CSS Codes
.mybgcolor {background-color:#ac203f; } .myforecolor {color:#ac203f; } .mybordercolor {border:3px solid #ac203f; }
#ac203f Text Font Color
<p style="color:#ac203f">Text here</p>
This sample text font color is #ac203f
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.
#ac203f Background Color
<div style="background-color:#ac203f">
Div content here</div>
This div background color is #ac203f
#ac203f Border Color
<div style="border:3px solid #ac203f">
Div here</div>
This div border color is #ac203f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,32,63, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac203f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac203f; -webkit-box-shadow: 1px 1px 3px 2px #ac203f; box-shadow: 1px 1px 3px 2px #ac203f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,32,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 #ac203f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac203f; -webkit-box-shadow: 1px 1px 3px 2px #ac203f; box-shadow: 1px 1px 3px 2px #ac203f;">
Div content here</div>
This div box has shadow with color #ac203f
Comments
No comments written yet.
Please login to write comment.