Color spaces of #a475cc
RGB | 164 | 117 | 204 |
---|---|---|---|
HSL | 0.76 | 0.46 | 0.63 |
HSV | 272° | 43° | 80° |
CMYK | 0.20 | 0.43 | 0.00 0.20 |
XYZ | 32.5702 | 24.9747 | 60.2307 |
Yxy | 24.9747 | 0.2765 | 0.2121 |
Hunter Lab | 49.9747 | 28.8788 | -36.4754 |
CIE-Lab | 57.0508 | 35.0153 | -38.2288 |
#a475cc color RGB value is (164,117,204).
#a475cc hex color red value is 164, green value is 117 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a475cc hue: 0.76 , saturation: 0.46 and the lightness value of a475cc is 0.63.
The process color (four color CMYK) of #a475cc color hex is 0.20, 0.43, 0.00, 0.20. Web safe color of #a475cc is #9966cc. Color #a475cc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01110101 | 11001100 |
Octal | 244 | 165 | 314 |
Decimal | 164 | 117 | 204 |
Hex | A4 | 75 | CC |
Shades of #a475cc
Tints of #a475cc
RGB Percentages of Color #a475cc
CMYK Percentages of Color #a475cc
Complementary Color
#a475cc | #9dcc75 |
#a475cc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a475cc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a475cc Color CSS Codes
.mybgcolor {background-color:#a475cc; } .myforecolor {color:#a475cc; } .mybordercolor {border:3px solid #a475cc; }
#a475cc Text Font Color
<p style="color:#a475cc">Text here</p>
This sample text font color is #a475cc
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.
#a475cc Background Color
<div style="background-color:#a475cc">
Div content here</div>
This div background color is #a475cc
#a475cc Border Color
<div style="border:3px solid #a475cc">
Div here</div>
This div border color is #a475cc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,117,204, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a475cc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a475cc; -webkit-box-shadow: 1px 1px 3px 2px #a475cc; box-shadow: 1px 1px 3px 2px #a475cc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,117,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 #a475cc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a475cc; -webkit-box-shadow: 1px 1px 3px 2px #a475cc; box-shadow: 1px 1px 3px 2px #a475cc;">
Div content here</div>
This div box has shadow with color #a475cc
Comments
No comments written yet.
Please login to write comment.