Color spaces of #ac032e
RGB | 172 | 3 | 46 |
---|---|---|---|
HSL | 0.96 | 0.97 | 0.34 |
HSV | 345° | 98° | 67° |
CMYK | 0.00 | 0.98 | 0.73 0.33 |
XYZ | 17.5390 | 9.0330 | 3.4039 |
Yxy | 9.0330 | 0.5851 | 0.3013 |
Hunter Lab | 30.0549 | 51.5701 | 14.3235 |
CIE-Lab | 36.0478 | 60.3156 | 26.7334 |
#ac032e color RGB value is (172,3,46).
#ac032e hex color red value is 172, green value is 3 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ac032e hue: 0.96 , saturation: 0.97 and the lightness value of ac032e is 0.34.
The process color (four color CMYK) of #ac032e color hex is 0.00, 0.98, 0.73, 0.33. Web safe color of #ac032e is #990033. Color #ac032e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00000011 | 00101110 |
Octal | 254 | 3 | 56 |
Decimal | 172 | 3 | 46 |
Hex | AC | 3 | 2E |
Shades of #ac032e
Tints of #ac032e
RGB Percentages of Color #ac032e
CMYK Percentages of Color #ac032e
Complementary Color
#ac032e | #03ac81 |
#ac032e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac032e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac032e Color CSS Codes
.mybgcolor {background-color:#ac032e; } .myforecolor {color:#ac032e; } .mybordercolor {border:3px solid #ac032e; }
#ac032e Text Font Color
<p style="color:#ac032e">Text here</p>
This sample text font color is #ac032e
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.
#ac032e Background Color
<div style="background-color:#ac032e">
Div content here</div>
This div background color is #ac032e
#ac032e Border Color
<div style="border:3px solid #ac032e">
Div here</div>
This div border color is #ac032e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,3,46, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac032e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac032e; -webkit-box-shadow: 1px 1px 3px 2px #ac032e; box-shadow: 1px 1px 3px 2px #ac032e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,3,46, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac032e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac032e; -webkit-box-shadow: 1px 1px 3px 2px #ac032e; box-shadow: 1px 1px 3px 2px #ac032e;">
Div content here</div>
This div box has shadow with color #ac032e
Comments
No comments written yet.
Please login to write comment.