Color spaces of #a599cb
RGB | 165 | 153 | 203 |
---|---|---|---|
HSL | 0.71 | 0.32 | 0.70 |
HSV | 254° | 25° | 80° |
CMYK | 0.19 | 0.25 | 0.00 0.20 |
XYZ | 37.6878 | 35.0936 | 61.2873 |
Yxy | 35.0936 | 0.2811 | 0.2618 |
Hunter Lab | 59.2399 | 9.8902 | -19.8713 |
CIE-Lab | 65.8215 | 14.6521 | -24.0613 |
#a599cb color RGB value is (165,153,203).
#a599cb hex color red value is 165, green value is 153 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a599cb hue: 0.71 , saturation: 0.32 and the lightness value of a599cb is 0.70.
The process color (four color CMYK) of #a599cb color hex is 0.19, 0.25, 0.00, 0.20. Web safe color of #a599cb is #9999cc. Color #a599cb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10011001 | 11001011 |
Octal | 245 | 231 | 313 |
Decimal | 165 | 153 | 203 |
Hex | A5 | 99 | CB |
Shades of #a599cb
Tints of #a599cb
RGB Percentages of Color #a599cb
CMYK Percentages of Color #a599cb
Complementary Color
#a599cb | #bfcb99 |
#a599cb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a599cb Color Preview on White Background
Lorem ipsum dolor sit amet.
#a599cb Color CSS Codes
.mybgcolor {background-color:#a599cb; } .myforecolor {color:#a599cb; } .mybordercolor {border:3px solid #a599cb; }
#a599cb Text Font Color
<p style="color:#a599cb">Text here</p>
This sample text font color is #a599cb
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.
#a599cb Background Color
<div style="background-color:#a599cb">
Div content here</div>
This div background color is #a599cb
#a599cb Border Color
<div style="border:3px solid #a599cb">
Div here</div>
This div border color is #a599cb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,153,203, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a599cb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a599cb; -webkit-box-shadow: 1px 1px 3px 2px #a599cb; box-shadow: 1px 1px 3px 2px #a599cb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,153,203, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a599cb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a599cb; -webkit-box-shadow: 1px 1px 3px 2px #a599cb; box-shadow: 1px 1px 3px 2px #a599cb;">
Div content here</div>
This div box has shadow with color #a599cb
Comments
No comments written yet.
Please login to write comment.