Color spaces of #ab89bc
RGB | 171 | 137 | 188 |
---|---|---|---|
HSL | 0.78 | 0.28 | 0.64 |
HSV | 280° | 27° | 74° |
CMYK | 0.09 | 0.27 | 0.00 0.26 |
XYZ | 34.8173 | 30.1801 | 51.5672 |
Yxy | 30.1801 | 0.2987 | 0.2589 |
Hunter Lab | 54.9364 | 16.9900 | -17.1983 |
CIE-Lab | 61.8093 | 22.3727 | -21.7418 |
#ab89bc color RGB value is (171,137,188).
#ab89bc hex color red value is 171, green value is 137 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #ab89bc hue: 0.78 , saturation: 0.28 and the lightness value of ab89bc is 0.64.
The process color (four color CMYK) of #ab89bc color hex is 0.09, 0.27, 0.00, 0.26. Web safe color of #ab89bc is #9999cc. Color #ab89bc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101011 | 10001001 | 10111100 |
Octal | 253 | 211 | 274 |
Decimal | 171 | 137 | 188 |
Hex | AB | 89 | BC |
Shades of #ab89bc
Tints of #ab89bc
RGB Percentages of Color #ab89bc
CMYK Percentages of Color #ab89bc
Complementary Color
#ab89bc | #9abc89 |
#ab89bc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#ab89bc Color Preview on White Background
Lorem ipsum dolor sit amet.
#ab89bc Color CSS Codes
.mybgcolor {background-color:#ab89bc; } .myforecolor {color:#ab89bc; } .mybordercolor {border:3px solid #ab89bc; }
#ab89bc Text Font Color
<p style="color:#ab89bc">Text here</p>
This sample text font color is #ab89bc
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.
#ab89bc Background Color
<div style="background-color:#ab89bc">
Div content here</div>
This div background color is #ab89bc
#ab89bc Border Color
<div style="border:3px solid #ab89bc">
Div here</div>
This div border color is #ab89bc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(171,137,188, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #ab89bc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #ab89bc; -webkit-box-shadow: 1px 1px 3px 2px #ab89bc; box-shadow: 1px 1px 3px 2px #ab89bc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(171,137,188, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #ab89bc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #ab89bc; -webkit-box-shadow: 1px 1px 3px 2px #ab89bc; box-shadow: 1px 1px 3px 2px #ab89bc;">
Div content here</div>
This div box has shadow with color #ab89bc
Comments
No comments written yet.
Please login to write comment.