Color spaces of #ac119e
RGB | 172 | 17 | 158 |
---|---|---|---|
HSL | 0.85 | 0.82 | 0.37 |
HSV | 305° | 90° | 67° |
CMYK | 0.00 | 0.90 | 0.08 0.33 |
XYZ | 23.3853 | 11.6402 | 33.3620 |
Yxy | 11.6402 | 0.3420 | 0.1702 |
Hunter Lab | 34.1177 | 62.6431 | -34.0943 |
CIE-Lab | 40.6385 | 69.1767 | -37.1798 |
#ac119e color RGB value is (172,17,158).
#ac119e hex color red value is 172, green value is 17 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ac119e hue: 0.85 , saturation: 0.82 and the lightness value of ac119e is 0.37.
The process color (four color CMYK) of #ac119e color hex is 0.00, 0.90, 0.08, 0.33. Web safe color of #ac119e is #990099. Color #ac119e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101100 | 00010001 | 10011110 |
Octal | 254 | 21 | 236 |
Decimal | 172 | 17 | 158 |
Hex | AC | 11 | 9E |
Shades of #ac119e
Tints of #ac119e
RGB Percentages of Color #ac119e
CMYK Percentages of Color #ac119e
Complementary Color
#ac119e | #11ac1f |
#ac119e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ac119e Color Preview on White Background
Lorem ipsum dolor sit amet.
#ac119e Color CSS Codes
.mybgcolor {background-color:#ac119e; } .myforecolor {color:#ac119e; } .mybordercolor {border:3px solid #ac119e; }
#ac119e Text Font Color
<p style="color:#ac119e">Text here</p>
This sample text font color is #ac119e
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.
#ac119e Background Color
<div style="background-color:#ac119e">
Div content here</div>
This div background color is #ac119e
#ac119e Border Color
<div style="border:3px solid #ac119e">
Div here</div>
This div border color is #ac119e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(172,17,158, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ac119e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ac119e; -webkit-box-shadow: 1px 1px 3px 2px #ac119e; box-shadow: 1px 1px 3px 2px #ac119e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(172,17,158, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ac119e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ac119e; -webkit-box-shadow: 1px 1px 3px 2px #ac119e; box-shadow: 1px 1px 3px 2px #ac119e;">
Div content here</div>
This div box has shadow with color #ac119e
Comments
No comments written yet.
Please login to write comment.