Color spaces of #a58dbb
RGB | 165 | 141 | 187 |
---|---|---|---|
HSL | 0.75 | 0.25 | 0.64 |
HSV | 271° | 25° | 73° |
CMYK | 0.12 | 0.25 | 0.00 0.27 |
XYZ | 34.0116 | 30.6369 | 51.1346 |
Yxy | 30.6369 | 0.2938 | 0.2646 |
Hunter Lab | 55.3506 | 12.8203 | -16.0285 |
CIE-Lab | 62.1999 | 17.9079 | -20.6312 |
#a58dbb color RGB value is (165,141,187).
#a58dbb hex color red value is 165, green value is 141 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #a58dbb hue: 0.75 , saturation: 0.25 and the lightness value of a58dbb is 0.64.
The process color (four color CMYK) of #a58dbb color hex is 0.12, 0.25, 0.00, 0.27. Web safe color of #a58dbb is #9999cc. Color #a58dbb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10001101 | 10111011 |
Octal | 245 | 215 | 273 |
Decimal | 165 | 141 | 187 |
Hex | A5 | 8D | BB |
Shades of #a58dbb
Tints of #a58dbb
RGB Percentages of Color #a58dbb
CMYK Percentages of Color #a58dbb
Complementary Color
#a58dbb | #a3bb8d |
#a58dbb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a58dbb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a58dbb Color CSS Codes
.mybgcolor {background-color:#a58dbb; } .myforecolor {color:#a58dbb; } .mybordercolor {border:3px solid #a58dbb; }
#a58dbb Text Font Color
<p style="color:#a58dbb">Text here</p>
This sample text font color is #a58dbb
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.
#a58dbb Background Color
<div style="background-color:#a58dbb">
Div content here</div>
This div background color is #a58dbb
#a58dbb Border Color
<div style="border:3px solid #a58dbb">
Div here</div>
This div border color is #a58dbb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,141,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a58dbb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a58dbb; -webkit-box-shadow: 1px 1px 3px 2px #a58dbb; box-shadow: 1px 1px 3px 2px #a58dbb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,141,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 #a58dbb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a58dbb; -webkit-box-shadow: 1px 1px 3px 2px #a58dbb; box-shadow: 1px 1px 3px 2px #a58dbb;">
Div content here</div>
This div box has shadow with color #a58dbb
Comments
No comments written yet.
Please login to write comment.