Color spaces of #ab81bd
RGB | 171 | 129 | 189 |
---|---|---|---|
HSL | 0.78 | 0.31 | 0.62 |
HSV | 282° | 32° | 74° |
CMYK | 0.10 | 0.32 | 0.00 0.26 |
XYZ | 33.8302 | 28.0326 | 51.7719 |
Yxy | 28.0326 | 0.2977 | 0.2467 |
Hunter Lab | 52.9458 | 21.3990 | -20.9133 |
CIE-Lab | 59.9182 | 27.1107 | -25.2084 |
#ab81bd color RGB value is (171,129,189).
#ab81bd hex color red value is 171, green value is 129 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab81bd hue: 0.78 , saturation: 0.31 and the lightness value of ab81bd is 0.62.
The process color (four color CMYK) of #ab81bd color hex is 0.10, 0.32, 0.00, 0.26. Web safe color of #ab81bd is #9999cc. Color #ab81bd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10000001 | 10111101 |
Octal | 253 | 201 | 275 |
Decimal | 171 | 129 | 189 |
Hex | AB | 81 | BD |
Shades of #ab81bd
Tints of #ab81bd
RGB Percentages of Color #ab81bd
CMYK Percentages of Color #ab81bd
Complementary Color
#ab81bd | #93bd81 |
#ab81bd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab81bd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab81bd Color CSS Codes
.mybgcolor {background-color:#ab81bd; } .myforecolor {color:#ab81bd; } .mybordercolor {border:3px solid #ab81bd; }
#ab81bd Text Font Color
<p style="color:#ab81bd">Text here</p>
This sample text font color is #ab81bd
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.
#ab81bd Background Color
<div style="background-color:#ab81bd">
Div content here</div>
This div background color is #ab81bd
#ab81bd Border Color
<div style="border:3px solid #ab81bd">
Div here</div>
This div border color is #ab81bd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,129,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab81bd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab81bd; -webkit-box-shadow: 1px 1px 3px 2px #ab81bd; box-shadow: 1px 1px 3px 2px #ab81bd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,129,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 #ab81bd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab81bd; -webkit-box-shadow: 1px 1px 3px 2px #ab81bd; box-shadow: 1px 1px 3px 2px #ab81bd;">
Div content here</div>
This div box has shadow with color #ab81bd
Comments
No comments written yet.
Please login to write comment.