Color spaces of #a59dbb
RGB | 165 | 157 | 187 |
---|---|---|---|
HSL | 0.71 | 0.18 | 0.67 |
HSV | 256° | 16° | 73° |
CMYK | 0.12 | 0.16 | 0.00 0.27 |
XYZ | 36.5437 | 35.7011 | 51.9787 |
Yxy | 35.7011 | 0.2942 | 0.2874 |
Hunter Lab | 59.7504 | 4.6085 | -9.7529 |
CIE-Lab | 66.2909 | 8.8734 | -14.4285 |
#a59dbb color RGB value is (165,157,187).
#a59dbb hex color red value is 165, green value is 157 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a59dbb hue: 0.71 , saturation: 0.18 and the lightness value of a59dbb is 0.67.
The process color (four color CMYK) of #a59dbb color hex is 0.12, 0.16, 0.00, 0.27. Web safe color of #a59dbb is #9999cc. Color #a59dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10011101 | 10111011 |
Octal | 245 | 235 | 273 |
Decimal | 165 | 157 | 187 |
Hex | A5 | 9D | BB |
Shades of #a59dbb
Tints of #a59dbb
RGB Percentages of Color #a59dbb
CMYK Percentages of Color #a59dbb
Complementary Color
#a59dbb | #b3bb9d |
#a59dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a59dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a59dbb Color CSS Codes
.mybgcolor {background-color:#a59dbb; } .myforecolor {color:#a59dbb; } .mybordercolor {border:3px solid #a59dbb; }
#a59dbb Text Font Color
<p style="color:#a59dbb">Text here</p>
This sample text font color is #a59dbb
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.
#a59dbb Background Color
<div style="background-color:#a59dbb">
Div content here</div>
This div background color is #a59dbb
#a59dbb Border Color
<div style="border:3px solid #a59dbb">
Div here</div>
This div border color is #a59dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,157,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a59dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a59dbb; -webkit-box-shadow: 1px 1px 3px 2px #a59dbb; box-shadow: 1px 1px 3px 2px #a59dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,157,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 #a59dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a59dbb; -webkit-box-shadow: 1px 1px 3px 2px #a59dbb; box-shadow: 1px 1px 3px 2px #a59dbb;">
Div content here</div>
This div box has shadow with color #a59dbb
Comments
No comments written yet.
Please login to write comment.