Color spaces of #ab09bd
RGB | 171 | 9 | 189 |
---|---|---|---|
HSL | 0.82 | 0.91 | 0.39 |
HSV | 294° | 95° | 74° |
CMYK | 0.10 | 0.95 | 0.00 0.26 |
XYZ | 26.0776 | 12.5274 | 49.1877 |
Yxy | 12.5274 | 0.2970 | 0.1427 |
Hunter Lab | 35.3941 | 69.5754 | -57.6204 |
CIE-Lab | 42.0423 | 74.7150 | -53.3871 |
#ab09bd color RGB value is (171,9,189).
#ab09bd hex color red value is 171, green value is 9 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab09bd hue: 0.82 , saturation: 0.91 and the lightness value of ab09bd is 0.39.
The process color (four color CMYK) of #ab09bd color hex is 0.10, 0.95, 0.00, 0.26. Web safe color of #ab09bd is #9900cc. Color #ab09bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 00001001 | 10111101 |
Octal | 253 | 11 | 275 |
Decimal | 171 | 9 | 189 |
Hex | AB | 9 | BD |
Shades of #ab09bd
Tints of #ab09bd
RGB Percentages of Color #ab09bd
CMYK Percentages of Color #ab09bd
Complementary Color
#ab09bd | #1bbd09 |
#ab09bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab09bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab09bd Color CSS Codes
.mybgcolor {background-color:#ab09bd; } .myforecolor {color:#ab09bd; } .mybordercolor {border:3px solid #ab09bd; }
#ab09bd Text Font Color
<p style="color:#ab09bd">Text here</p>
This sample text font color is #ab09bd
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.
#ab09bd Background Color
<div style="background-color:#ab09bd">
Div content here</div>
This div background color is #ab09bd
#ab09bd Border Color
<div style="border:3px solid #ab09bd">
Div here</div>
This div border color is #ab09bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,9,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab09bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab09bd; -webkit-box-shadow: 1px 1px 3px 2px #ab09bd; box-shadow: 1px 1px 3px 2px #ab09bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,9,189, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab09bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab09bd; -webkit-box-shadow: 1px 1px 3px 2px #ab09bd; box-shadow: 1px 1px 3px 2px #ab09bd;">
Div content here</div>
This div box has shadow with color #ab09bd
Comments
No comments written yet.
Please login to write comment.