Color spaces of #a592cd
RGB | 165 | 146 | 205 |
---|---|---|---|
HSL | 0.72 | 0.37 | 0.69 |
HSV | 259° | 29° | 80° |
CMYK | 0.20 | 0.29 | 0.00 0.20 |
XYZ | 36.8154 | 32.9649 | 62.1801 |
Yxy | 32.9649 | 0.2790 | 0.2498 |
Hunter Lab | 57.4151 | 13.9805 | -24.0201 |
CIE-Lab | 64.1325 | 19.0758 | -27.7714 |
#a592cd color RGB value is (165,146,205).
#a592cd hex color red value is 165, green value is 146 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a592cd hue: 0.72 , saturation: 0.37 and the lightness value of a592cd is 0.69.
The process color (four color CMYK) of #a592cd color hex is 0.20, 0.29, 0.00, 0.20. Web safe color of #a592cd is #9999cc. Color #a592cd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10010010 | 11001101 |
Octal | 245 | 222 | 315 |
Decimal | 165 | 146 | 205 |
Hex | A5 | 92 | CD |
Shades of #a592cd
Tints of #a592cd
RGB Percentages of Color #a592cd
CMYK Percentages of Color #a592cd
Complementary Color
#a592cd | #bacd92 |
#a592cd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a592cd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a592cd Color CSS Codes
.mybgcolor {background-color:#a592cd; } .myforecolor {color:#a592cd; } .mybordercolor {border:3px solid #a592cd; }
#a592cd Text Font Color
<p style="color:#a592cd">Text here</p>
This sample text font color is #a592cd
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.
#a592cd Background Color
<div style="background-color:#a592cd">
Div content here</div>
This div background color is #a592cd
#a592cd Border Color
<div style="border:3px solid #a592cd">
Div here</div>
This div border color is #a592cd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,146,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a592cd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a592cd; -webkit-box-shadow: 1px 1px 3px 2px #a592cd; box-shadow: 1px 1px 3px 2px #a592cd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,146,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a592cd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a592cd; -webkit-box-shadow: 1px 1px 3px 2px #a592cd; box-shadow: 1px 1px 3px 2px #a592cd;">
Div content here</div>
This div box has shadow with color #a592cd
#a592cd Color Palettes
Comments
No comments written yet.
Please login to write comment.