Color spaces of #a570cc
RGB | 165 | 112 | 204 |
---|---|---|---|
HSL | 0.76 | 0.47 | 0.62 |
HSV | 275° | 45° | 80° |
CMYK | 0.19 | 0.45 | 0.00 0.20 |
XYZ | 32.2103 | 23.9473 | 60.0514 |
Yxy | 23.9473 | 0.2772 | 0.2061 |
Hunter Lab | 48.9360 | 31.8531 | -38.5021 |
CIE-Lab | 56.0350 | 38.1001 | -39.8170 |
#a570cc color RGB value is (165,112,204).
#a570cc hex color red value is 165, green value is 112 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a570cc hue: 0.76 , saturation: 0.47 and the lightness value of a570cc is 0.62.
The process color (four color CMYK) of #a570cc color hex is 0.19, 0.45, 0.00, 0.20. Web safe color of #a570cc is #9966cc. Color #a570cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100101 | 01110000 | 11001100 |
Octal | 245 | 160 | 314 |
Decimal | 165 | 112 | 204 |
Hex | A5 | 70 | CC |
Shades of #a570cc
Tints of #a570cc
RGB Percentages of Color #a570cc
CMYK Percentages of Color #a570cc
Complementary Color
#a570cc | #97cc70 |
#a570cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a570cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a570cc Color CSS Codes
.mybgcolor {background-color:#a570cc; } .myforecolor {color:#a570cc; } .mybordercolor {border:3px solid #a570cc; }
#a570cc Text Font Color
<p style="color:#a570cc">Text here</p>
This sample text font color is #a570cc
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.
#a570cc Background Color
<div style="background-color:#a570cc">
Div content here</div>
This div background color is #a570cc
#a570cc Border Color
<div style="border:3px solid #a570cc">
Div here</div>
This div border color is #a570cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(165,112,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a570cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a570cc; -webkit-box-shadow: 1px 1px 3px 2px #a570cc; box-shadow: 1px 1px 3px 2px #a570cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(165,112,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 #a570cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a570cc; -webkit-box-shadow: 1px 1px 3px 2px #a570cc; box-shadow: 1px 1px 3px 2px #a570cc;">
Div content here</div>
This div box has shadow with color #a570cc
Comments
No comments written yet.
Please login to write comment.