Color spaces of #a89fbb
RGB | 168 | 159 | 187 |
---|---|---|---|
HSL | 0.72 | 0.17 | 0.68 |
HSV | 259° | 15° | 73° |
CMYK | 0.10 | 0.15 | 0.00 0.27 |
XYZ | 37.5162 | 36.7090 | 52.1219 |
Yxy | 36.7090 | 0.2969 | 0.2905 |
Hunter Lab | 60.5880 | 4.4987 | -8.5937 |
CIE-Lab | 67.0581 | 8.7633 | -13.2491 |
#a89fbb color RGB value is (168,159,187).
#a89fbb hex color red value is 168, green value is 159 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a89fbb hue: 0.72 , saturation: 0.17 and the lightness value of a89fbb is 0.68.
The process color (four color CMYK) of #a89fbb color hex is 0.10, 0.15, 0.00, 0.27. Web safe color of #a89fbb is #9999cc. Color #a89fbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101000 | 10011111 | 10111011 |
Octal | 250 | 237 | 273 |
Decimal | 168 | 159 | 187 |
Hex | A8 | 9F | BB |
Shades of #a89fbb
Tints of #a89fbb
RGB Percentages of Color #a89fbb
CMYK Percentages of Color #a89fbb
Complementary Color
#a89fbb | #b2bb9f |
#a89fbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a89fbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a89fbb Color CSS Codes
.mybgcolor {background-color:#a89fbb; } .myforecolor {color:#a89fbb; } .mybordercolor {border:3px solid #a89fbb; }
#a89fbb Text Font Color
<p style="color:#a89fbb">Text here</p>
This sample text font color is #a89fbb
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.
#a89fbb Background Color
<div style="background-color:#a89fbb">
Div content here</div>
This div background color is #a89fbb
#a89fbb Border Color
<div style="border:3px solid #a89fbb">
Div here</div>
This div border color is #a89fbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(168,159,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a89fbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a89fbb; -webkit-box-shadow: 1px 1px 3px 2px #a89fbb; box-shadow: 1px 1px 3px 2px #a89fbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(168,159,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a89fbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a89fbb; -webkit-box-shadow: 1px 1px 3px 2px #a89fbb; box-shadow: 1px 1px 3px 2px #a89fbb;">
Div content here</div>
This div box has shadow with color #a89fbb
Comments
No comments written yet.
Please login to write comment.