Color spaces of #a88bab
RGB | 168 | 139 | 171 |
---|---|---|---|
HSL | 0.82 | 0.16 | 0.61 |
HSV | 294° | 19° | 67° |
CMYK | 0.02 | 0.19 | 0.00 0.33 |
XYZ | 32.7318 | 29.7303 | 42.5415 |
Yxy | 29.7303 | 0.3117 | 0.2831 |
Hunter Lab | 54.5255 | 11.7344 | -8.0910 |
CIE-Lab | 61.4208 | 16.7566 | -12.7271 |
#a88bab color RGB value is (168,139,171).
#a88bab hex color red value is 168, green value is 139 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #a88bab hue: 0.82 , saturation: 0.16 and the lightness value of a88bab is 0.61.
The process color (four color CMYK) of #a88bab color hex is 0.02, 0.19, 0.00, 0.33. Web safe color of #a88bab is #999999. Color #a88bab contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10001011 | 10101011 |
Octal | 250 | 213 | 253 |
Decimal | 168 | 139 | 171 |
Hex | A8 | 8B | AB |
Shades of #a88bab
Tints of #a88bab
RGB Percentages of Color #a88bab
CMYK Percentages of Color #a88bab
Complementary Color
#a88bab | #8eab8b |
#a88bab Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a88bab Color Preview on White Background
Lorem ipsum dolor sit amet.
#a88bab Color CSS Codes
.mybgcolor {background-color:#a88bab; } .myforecolor {color:#a88bab; } .mybordercolor {border:3px solid #a88bab; }
#a88bab Text Font Color
<p style="color:#a88bab">Text here</p>
This sample text font color is #a88bab
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.
#a88bab Background Color
<div style="background-color:#a88bab">
Div content here</div>
This div background color is #a88bab
#a88bab Border Color
<div style="border:3px solid #a88bab">
Div here</div>
This div border color is #a88bab
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,139,171, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a88bab; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a88bab; -webkit-box-shadow: 1px 1px 3px 2px #a88bab; box-shadow: 1px 1px 3px 2px #a88bab; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,139,171, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a88bab">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a88bab; -webkit-box-shadow: 1px 1px 3px 2px #a88bab; box-shadow: 1px 1px 3px 2px #a88bab;">
Div content here</div>
This div box has shadow with color #a88bab
Comments
No comments written yet.
Please login to write comment.