Color spaces of #ac517a
RGB | 172 | 81 | 122 |
---|---|---|---|
HSL | 0.92 | 0.36 | 0.50 |
HSV | 333° | 53° | 67° |
CMYK | 0.00 | 0.53 | 0.29 0.33 |
XYZ | 23.4685 | 16.0607 | 20.2754 |
Yxy | 16.0607 | 0.3924 | 0.2686 |
Hunter Lab | 40.0758 | 34.3974 | -1.9433 |
CIE-Lab | 47.0540 | 41.8946 | -5.4950 |
#ac517a color RGB value is (172,81,122).
#ac517a hex color red value is 172, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #ac517a hue: 0.92 , saturation: 0.36 and the lightness value of ac517a is 0.50.
The process color (four color CMYK) of #ac517a color hex is 0.00, 0.53, 0.29, 0.33. Web safe color of #ac517a is #996666. Color #ac517a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 01010001 | 01111010 |
Octal | 254 | 121 | 172 |
Decimal | 172 | 81 | 122 |
Hex | AC | 51 | 7A |
Shades of #ac517a
Tints of #ac517a
RGB Percentages of Color #ac517a
CMYK Percentages of Color #ac517a
Complementary Color
#ac517a | #51ac83 |
#ac517a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac517a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac517a Color CSS Codes
.mybgcolor {background-color:#ac517a; } .myforecolor {color:#ac517a; } .mybordercolor {border:3px solid #ac517a; }
#ac517a Text Font Color
<p style="color:#ac517a">Text here</p>
This sample text font color is #ac517a
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.
#ac517a Background Color
<div style="background-color:#ac517a">
Div content here</div>
This div background color is #ac517a
#ac517a Border Color
<div style="border:3px solid #ac517a">
Div here</div>
This div border color is #ac517a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,81,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac517a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac517a; -webkit-box-shadow: 1px 1px 3px 2px #ac517a; box-shadow: 1px 1px 3px 2px #ac517a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,81,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac517a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac517a; -webkit-box-shadow: 1px 1px 3px 2px #ac517a; box-shadow: 1px 1px 3px 2px #ac517a;">
Div content here</div>
This div box has shadow with color #ac517a
Comments
No comments written yet.
Please login to write comment.