Color spaces of #a59ac4
RGB | 165 | 154 | 196 |
---|---|---|---|
HSL | 0.71 | 0.26 | 0.69 |
HSV | 256° | 21° | 77° |
CMYK | 0.16 | 0.21 | 0.00 0.23 |
XYZ | 37.0365 | 35.0961 | 57.0467 |
Yxy | 35.0961 | 0.2867 | 0.2717 |
Hunter Lab | 59.2420 | 7.9200 | -15.6236 |
CIE-Lab | 65.8234 | 12.5154 | -20.1580 |
#a59ac4 color RGB value is (165,154,196).
#a59ac4 hex color red value is 165, green value is 154 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #a59ac4 hue: 0.71 , saturation: 0.26 and the lightness value of a59ac4 is 0.69.
The process color (four color CMYK) of #a59ac4 color hex is 0.16, 0.21, 0.00, 0.23. Web safe color of #a59ac4 is #9999cc. Color #a59ac4 contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10011010 | 11000100 |
Octal | 245 | 232 | 304 |
Decimal | 165 | 154 | 196 |
Hex | A5 | 9A | C4 |
Shades of #a59ac4
Tints of #a59ac4
RGB Percentages of Color #a59ac4
CMYK Percentages of Color #a59ac4
Complementary Color
#a59ac4 | #b9c49a |
#a59ac4 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a59ac4 Color Preview on White Background
Lorem ipsum dolor sit amet.
#a59ac4 Color CSS Codes
.mybgcolor {background-color:#a59ac4; } .myforecolor {color:#a59ac4; } .mybordercolor {border:3px solid #a59ac4; }
#a59ac4 Text Font Color
<p style="color:#a59ac4">Text here</p>
This sample text font color is #a59ac4
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.
#a59ac4 Background Color
<div style="background-color:#a59ac4">
Div content here</div>
This div background color is #a59ac4
#a59ac4 Border Color
<div style="border:3px solid #a59ac4">
Div here</div>
This div border color is #a59ac4
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,154,196, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a59ac4; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a59ac4; -webkit-box-shadow: 1px 1px 3px 2px #a59ac4; box-shadow: 1px 1px 3px 2px #a59ac4; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,154,196, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a59ac4">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a59ac4; -webkit-box-shadow: 1px 1px 3px 2px #a59ac4; box-shadow: 1px 1px 3px 2px #a59ac4;">
Div content here</div>
This div box has shadow with color #a59ac4
Comments
No comments written yet.
Please login to write comment.