Color spaces of #a592af
RGB | 165 | 146 | 175 |
---|---|---|---|
HSL | 0.78 | 0.15 | 0.63 |
HSV | 279° | 17° | 69° |
CMYK | 0.06 | 0.17 | 0.00 0.31 |
XYZ | 33.5338 | 31.6522 | 44.8995 |
Yxy | 31.6522 | 0.3046 | 0.2875 |
Hunter Lab | 56.2603 | 7.9390 | -7.9352 |
CIE-Lab | 63.0544 | 12.5547 | -12.5636 |
#a592af color RGB value is (165,146,175).
#a592af hex color red value is 165, green value is 146 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a592af hue: 0.78 , saturation: 0.15 and the lightness value of a592af is 0.63.
The process color (four color CMYK) of #a592af color hex is 0.06, 0.17, 0.00, 0.31. Web safe color of #a592af is #999999. Color #a592af contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10010010 | 10101111 |
Octal | 245 | 222 | 257 |
Decimal | 165 | 146 | 175 |
Hex | A5 | 92 | AF |
Shades of #a592af
Tints of #a592af
RGB Percentages of Color #a592af
CMYK Percentages of Color #a592af
Complementary Color
#a592af | #9caf92 |
#a592af Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a592af Color Preview on White Background
Lorem ipsum dolor sit amet.
#a592af Color CSS Codes
.mybgcolor {background-color:#a592af; } .myforecolor {color:#a592af; } .mybordercolor {border:3px solid #a592af; }
#a592af Text Font Color
<p style="color:#a592af">Text here</p>
This sample text font color is #a592af
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.
#a592af Background Color
<div style="background-color:#a592af">
Div content here</div>
This div background color is #a592af
#a592af Border Color
<div style="border:3px solid #a592af">
Div here</div>
This div border color is #a592af
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,146,175, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a592af; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a592af; -webkit-box-shadow: 1px 1px 3px 2px #a592af; box-shadow: 1px 1px 3px 2px #a592af; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,146,175, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a592af">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a592af; -webkit-box-shadow: 1px 1px 3px 2px #a592af; box-shadow: 1px 1px 3px 2px #a592af;">
Div content here</div>
This div box has shadow with color #a592af
Comments
No comments written yet.
Please login to write comment.