Color spaces of #ab199a
RGB | 171 | 25 | 154 |
---|---|---|---|
HSL | 0.85 | 0.74 | 0.38 |
HSV | 307° | 85° | 67° |
CMYK | 0.00 | 0.85 | 0.10 0.33 |
XYZ | 22.9750 | 11.6863 | 31.6166 |
Yxy | 11.6863 | 0.3466 | 0.1763 |
Hunter Lab | 34.1852 | 60.1410 | -30.9054 |
CIE-Lab | 40.7131 | 67.0117 | -34.6575 |
#ab199a color RGB value is (171,25,154).
#ab199a hex color red value is 171, green value is 25 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ab199a hue: 0.85 , saturation: 0.74 and the lightness value of ab199a is 0.38.
The process color (four color CMYK) of #ab199a color hex is 0.00, 0.85, 0.10, 0.33. Web safe color of #ab199a is #990099. Color #ab199a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00011001 | 10011010 |
Octal | 253 | 31 | 232 |
Decimal | 171 | 25 | 154 |
Hex | AB | 19 | 9A |
Shades of #ab199a
Tints of #ab199a
RGB Percentages of Color #ab199a
CMYK Percentages of Color #ab199a
Complementary Color
#ab199a | #19ab2a |
#ab199a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab199a Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab199a Color CSS Codes
.mybgcolor {background-color:#ab199a; } .myforecolor {color:#ab199a; } .mybordercolor {border:3px solid #ab199a; }
#ab199a Text Font Color
<p style="color:#ab199a">Text here</p>
This sample text font color is #ab199a
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.
#ab199a Background Color
<div style="background-color:#ab199a">
Div content here</div>
This div background color is #ab199a
#ab199a Border Color
<div style="border:3px solid #ab199a">
Div here</div>
This div border color is #ab199a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,25,154, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab199a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab199a; -webkit-box-shadow: 1px 1px 3px 2px #ab199a; box-shadow: 1px 1px 3px 2px #ab199a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,25,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 #ab199a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab199a; -webkit-box-shadow: 1px 1px 3px 2px #ab199a; box-shadow: 1px 1px 3px 2px #ab199a;">
Div content here</div>
This div box has shadow with color #ab199a
Comments
No comments written yet.
Please login to write comment.