Color spaces of #a462dc
RGB | 164 | 98 | 220 |
---|---|---|---|
HSL | 0.76 | 0.64 | 0.62 |
HSV | 272° | 55° | 86° |
CMYK | 0.25 | 0.55 | 0.00 0.14 |
XYZ | 32.5958 | 21.7952 | 70.1991 |
Yxy | 21.7952 | 0.2616 | 0.1749 |
Hunter Lab | 46.6853 | 42.9298 | -56.4726 |
CIE-Lab | 53.8090 | 49.0800 | -52.4171 |
#a462dc color RGB value is (164,98,220).
#a462dc hex color red value is 164, green value is 98 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #a462dc hue: 0.76 , saturation: 0.64 and the lightness value of a462dc is 0.62.
The process color (four color CMYK) of #a462dc color hex is 0.25, 0.55, 0.00, 0.14. Web safe color of #a462dc is #9966cc. Color #a462dc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100100 | 01100010 | 11011100 |
Octal | 244 | 142 | 334 |
Decimal | 164 | 98 | 220 |
Hex | A4 | 62 | DC |
Shades of #a462dc
Tints of #a462dc
RGB Percentages of Color #a462dc
CMYK Percentages of Color #a462dc
Complementary Color
#a462dc | #9adc62 |
#a462dc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a462dc Color Preview on White Background
Lorem ipsum dolor sit amet.
#a462dc Color CSS Codes
.mybgcolor {background-color:#a462dc; } .myforecolor {color:#a462dc; } .mybordercolor {border:3px solid #a462dc; }
#a462dc Text Font Color
<p style="color:#a462dc">Text here</p>
This sample text font color is #a462dc
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.
#a462dc Background Color
<div style="background-color:#a462dc">
Div content here</div>
This div background color is #a462dc
#a462dc Border Color
<div style="border:3px solid #a462dc">
Div here</div>
This div border color is #a462dc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(164,98,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a462dc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a462dc; -webkit-box-shadow: 1px 1px 3px 2px #a462dc; box-shadow: 1px 1px 3px 2px #a462dc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(164,98,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a462dc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a462dc; -webkit-box-shadow: 1px 1px 3px 2px #a462dc; box-shadow: 1px 1px 3px 2px #a462dc;">
Div content here</div>
This div box has shadow with color #a462dc
Comments
No comments written yet.
Please login to write comment.