Color spaces of #ab09aa
RGB | 171 | 9 | 170 |
---|---|---|---|
HSL | 0.83 | 0.90 | 0.35 |
HSV | 300° | 95° | 67° |
CMYK | 0.00 | 0.95 | 0.01 0.33 |
XYZ | 24.1480 | 11.7556 | 39.0265 |
Yxy | 11.7556 | 0.3223 | 0.1569 |
Hunter Lab | 34.2864 | 65.7166 | -43.4863 |
CIE-Lab | 40.8250 | 71.7424 | -44.0939 |
#ab09aa color RGB value is (171,9,170).
#ab09aa hex color red value is 171, green value is 9 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ab09aa hue: 0.83 , saturation: 0.90 and the lightness value of ab09aa is 0.35.
The process color (four color CMYK) of #ab09aa color hex is 0.00, 0.95, 0.01, 0.33. Web safe color of #ab09aa is #990099. Color #ab09aa contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00001001 | 10101010 |
Octal | 253 | 11 | 252 |
Decimal | 171 | 9 | 170 |
Hex | AB | 9 | AA |
Shades of #ab09aa
Tints of #ab09aa
RGB Percentages of Color #ab09aa
CMYK Percentages of Color #ab09aa
Complementary Color
#ab09aa | #09ab0a |
#ab09aa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab09aa Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab09aa Color CSS Codes
.mybgcolor {background-color:#ab09aa; } .myforecolor {color:#ab09aa; } .mybordercolor {border:3px solid #ab09aa; }
#ab09aa Text Font Color
<p style="color:#ab09aa">Text here</p>
This sample text font color is #ab09aa
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.
#ab09aa Background Color
<div style="background-color:#ab09aa">
Div content here</div>
This div background color is #ab09aa
#ab09aa Border Color
<div style="border:3px solid #ab09aa">
Div here</div>
This div border color is #ab09aa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,9,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab09aa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab09aa; -webkit-box-shadow: 1px 1px 3px 2px #ab09aa; box-shadow: 1px 1px 3px 2px #ab09aa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,9,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab09aa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab09aa; -webkit-box-shadow: 1px 1px 3px 2px #ab09aa; box-shadow: 1px 1px 3px 2px #ab09aa;">
Div content here</div>
This div box has shadow with color #ab09aa
Comments
No comments written yet.
Please login to write comment.