Color spaces of #ac179a
RGB | 172 | 23 | 154 |
---|---|---|---|
HSL | 0.85 | 0.76 | 0.38 |
HSV | 307° | 87° | 67° |
CMYK | 0.00 | 0.87 | 0.10 0.33 |
XYZ | 23.1524 | 11.7165 | 31.6131 |
Yxy | 11.7165 | 0.3483 | 0.1762 |
Hunter Lab | 34.2294 | 60.8342 | -30.7977 |
CIE-Lab | 40.7619 | 67.6009 | -34.5684 |
#ac179a color RGB value is (172,23,154).
#ac179a hex color red value is 172, green value is 23 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ac179a hue: 0.85 , saturation: 0.76 and the lightness value of ac179a is 0.38.
The process color (four color CMYK) of #ac179a color hex is 0.00, 0.87, 0.10, 0.33. Web safe color of #ac179a is #990099. Color #ac179a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00010111 | 10011010 |
Octal | 254 | 27 | 232 |
Decimal | 172 | 23 | 154 |
Hex | AC | 17 | 9A |
Shades of #ac179a
Tints of #ac179a
RGB Percentages of Color #ac179a
CMYK Percentages of Color #ac179a
Complementary Color
#ac179a | #17ac29 |
#ac179a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac179a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac179a Color CSS Codes
.mybgcolor {background-color:#ac179a; } .myforecolor {color:#ac179a; } .mybordercolor {border:3px solid #ac179a; }
#ac179a Text Font Color
<p style="color:#ac179a">Text here</p>
This sample text font color is #ac179a
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.
#ac179a Background Color
<div style="background-color:#ac179a">
Div content here</div>
This div background color is #ac179a
#ac179a Border Color
<div style="border:3px solid #ac179a">
Div here</div>
This div border color is #ac179a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,23,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac179a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac179a; -webkit-box-shadow: 1px 1px 3px 2px #ac179a; box-shadow: 1px 1px 3px 2px #ac179a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,23,154, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac179a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac179a; -webkit-box-shadow: 1px 1px 3px 2px #ac179a; box-shadow: 1px 1px 3px 2px #ac179a;">
Div content here</div>
This div box has shadow with color #ac179a
Comments
No comments written yet.
Please login to write comment.