Color spaces of #a599cc
RGB | 165 | 153 | 204 |
---|---|---|---|
HSL | 0.71 | 0.33 | 0.70 |
HSV | 254° | 25° | 80° |
CMYK | 0.19 | 0.25 | 0.00 0.20 |
XYZ | 37.8074 | 35.1414 | 61.9171 |
Yxy | 35.1414 | 0.2803 | 0.2606 |
Hunter Lab | 59.2802 | 10.1025 | -20.4312 |
CIE-Lab | 65.8586 | 14.8802 | -24.5610 |
#a599cc color RGB value is (165,153,204).
#a599cc hex color red value is 165, green value is 153 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a599cc hue: 0.71 , saturation: 0.33 and the lightness value of a599cc is 0.70.
The process color (four color CMYK) of #a599cc color hex is 0.19, 0.25, 0.00, 0.20. Web safe color of #a599cc is #9999cc. Color #a599cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 10011001 | 11001100 |
Octal | 245 | 231 | 314 |
Decimal | 165 | 153 | 204 |
Hex | A5 | 99 | CC |
Shades of #a599cc
Tints of #a599cc
RGB Percentages of Color #a599cc
CMYK Percentages of Color #a599cc
Complementary Color
#a599cc | #c0cc99 |
#a599cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a599cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a599cc Color CSS Codes
.mybgcolor {background-color:#a599cc; } .myforecolor {color:#a599cc; } .mybordercolor {border:3px solid #a599cc; }
#a599cc Text Font Color
<p style="color:#a599cc">Text here</p>
This sample text font color is #a599cc
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.
#a599cc Background Color
<div style="background-color:#a599cc">
Div content here</div>
This div background color is #a599cc
#a599cc Border Color
<div style="border:3px solid #a599cc">
Div here</div>
This div border color is #a599cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,153,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a599cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a599cc; -webkit-box-shadow: 1px 1px 3px 2px #a599cc; box-shadow: 1px 1px 3px 2px #a599cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,153,204, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a599cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a599cc; -webkit-box-shadow: 1px 1px 3px 2px #a599cc; box-shadow: 1px 1px 3px 2px #a599cc;">
Div content here</div>
This div box has shadow with color #a599cc
Comments
No comments written yet.
Please login to write comment.