Color spaces of #a59cdc
RGB | 165 | 156 | 220 |
---|---|---|---|
HSL | 0.69 | 0.48 | 0.74 |
HSV | 248° | 29° | 86° |
CMYK | 0.25 | 0.29 | 0.00 0.14 |
XYZ | 40.3238 | 36.9436 | 72.7157 |
Yxy | 36.9436 | 0.2689 | 0.2463 |
Hunter Lab | 60.7812 | 12.0542 | -28.3848 |
CIE-Lab | 67.2347 | 16.9325 | -31.3099 |
#a59cdc color RGB value is (165,156,220).
#a59cdc hex color red value is 165, green value is 156 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a59cdc hue: 0.69 , saturation: 0.48 and the lightness value of a59cdc is 0.74.
The process color (four color CMYK) of #a59cdc color hex is 0.25, 0.29, 0.00, 0.14. Web safe color of #a59cdc is #9999cc. Color #a59cdc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10011100 | 11011100 |
Octal | 245 | 234 | 334 |
Decimal | 165 | 156 | 220 |
Hex | A5 | 9C | DC |
Shades of #a59cdc
Tints of #a59cdc
RGB Percentages of Color #a59cdc
CMYK Percentages of Color #a59cdc
Complementary Color
#a59cdc | #d3dc9c |
#a59cdc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a59cdc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a59cdc Color CSS Codes
.mybgcolor {background-color:#a59cdc; } .myforecolor {color:#a59cdc; } .mybordercolor {border:3px solid #a59cdc; }
#a59cdc Text Font Color
<p style="color:#a59cdc">Text here</p>
This sample text font color is #a59cdc
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.
#a59cdc Background Color
<div style="background-color:#a59cdc">
Div content here</div>
This div background color is #a59cdc
#a59cdc Border Color
<div style="border:3px solid #a59cdc">
Div here</div>
This div border color is #a59cdc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,156,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a59cdc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a59cdc; -webkit-box-shadow: 1px 1px 3px 2px #a59cdc; box-shadow: 1px 1px 3px 2px #a59cdc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,156,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a59cdc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a59cdc; -webkit-box-shadow: 1px 1px 3px 2px #a59cdc; box-shadow: 1px 1px 3px 2px #a59cdc;">
Div content here</div>
This div box has shadow with color #a59cdc
Comments
No comments written yet.
Please login to write comment.