Color spaces of #a59cda
RGB | 165 | 156 | 218 |
---|---|---|---|
HSL | 0.69 | 0.46 | 0.73 |
HSV | 249° | 28° | 85° |
CMYK | 0.24 | 0.28 | 0.00 0.15 |
XYZ | 40.0604 | 36.8382 | 71.3287 |
Yxy | 36.8382 | 0.2703 | 0.2485 |
Hunter Lab | 60.6945 | 11.6007 | -27.1920 |
CIE-Lab | 67.1555 | 16.4542 | -30.3278 |
#a59cda color RGB value is (165,156,218).
#a59cda hex color red value is 165, green value is 156 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a59cda hue: 0.69 , saturation: 0.46 and the lightness value of a59cda is 0.73.
The process color (four color CMYK) of #a59cda color hex is 0.24, 0.28, 0.00, 0.15. Web safe color of #a59cda is #9999cc. Color #a59cda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10011100 | 11011010 |
Octal | 245 | 234 | 332 |
Decimal | 165 | 156 | 218 |
Hex | A5 | 9C | DA |
Shades of #a59cda
Tints of #a59cda
RGB Percentages of Color #a59cda
CMYK Percentages of Color #a59cda
Complementary Color
#a59cda | #d1da9c |
#a59cda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a59cda Color Preview on White Background
Lorem ipsum dolor sit amet.
#a59cda Color CSS Codes
.mybgcolor {background-color:#a59cda; } .myforecolor {color:#a59cda; } .mybordercolor {border:3px solid #a59cda; }
#a59cda Text Font Color
<p style="color:#a59cda">Text here</p>
This sample text font color is #a59cda
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.
#a59cda Background Color
<div style="background-color:#a59cda">
Div content here</div>
This div background color is #a59cda
#a59cda Border Color
<div style="border:3px solid #a59cda">
Div here</div>
This div border color is #a59cda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,156,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a59cda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a59cda; -webkit-box-shadow: 1px 1px 3px 2px #a59cda; box-shadow: 1px 1px 3px 2px #a59cda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,156,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a59cda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a59cda; -webkit-box-shadow: 1px 1px 3px 2px #a59cda; box-shadow: 1px 1px 3px 2px #a59cda;">
Div content here</div>
This div box has shadow with color #a59cda
Comments
No comments written yet.
Please login to write comment.