Color spaces of #ab8bbd
RGB | 171 | 139 | 189 |
---|---|---|---|
HSL | 0.77 | 0.27 | 0.64 |
HSV | 278° | 26° | 74° |
CMYK | 0.10 | 0.26 | 0.00 0.26 |
XYZ | 35.2125 | 30.7973 | 52.2327 |
Yxy | 30.7973 | 0.2978 | 0.2605 |
Hunter Lab | 55.4953 | 16.1438 | -16.9576 |
CIE-Lab | 62.3361 | 21.4503 | -21.5013 |
#ab8bbd color RGB value is (171,139,189).
#ab8bbd hex color red value is 171, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ab8bbd hue: 0.77 , saturation: 0.27 and the lightness value of ab8bbd is 0.64.
The process color (four color CMYK) of #ab8bbd color hex is 0.10, 0.26, 0.00, 0.26. Web safe color of #ab8bbd is #9999cc. Color #ab8bbd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10001011 | 10111101 |
Octal | 253 | 213 | 275 |
Decimal | 171 | 139 | 189 |
Hex | AB | 8B | BD |
Shades of #ab8bbd
Tints of #ab8bbd
RGB Percentages of Color #ab8bbd
CMYK Percentages of Color #ab8bbd
Complementary Color
#ab8bbd | #9dbd8b |
#ab8bbd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab8bbd Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab8bbd Color CSS Codes
.mybgcolor {background-color:#ab8bbd; } .myforecolor {color:#ab8bbd; } .mybordercolor {border:3px solid #ab8bbd; }
#ab8bbd Text Font Color
<p style="color:#ab8bbd">Text here</p>
This sample text font color is #ab8bbd
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.
#ab8bbd Background Color
<div style="background-color:#ab8bbd">
Div content here</div>
This div background color is #ab8bbd
#ab8bbd Border Color
<div style="border:3px solid #ab8bbd">
Div here</div>
This div border color is #ab8bbd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,139,189, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab8bbd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab8bbd; -webkit-box-shadow: 1px 1px 3px 2px #ab8bbd; box-shadow: 1px 1px 3px 2px #ab8bbd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,139,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 #ab8bbd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab8bbd; -webkit-box-shadow: 1px 1px 3px 2px #ab8bbd; box-shadow: 1px 1px 3px 2px #ab8bbd;">
Div content here</div>
This div box has shadow with color #ab8bbd
Comments
No comments written yet.
Please login to write comment.