Color spaces of #a60ade
RGB | 166 | 10 | 222 |
---|---|---|---|
HSL | 0.79 | 0.91 | 0.45 |
HSV | 284° | 95° | 87° |
CMYK | 0.25 | 0.95 | 0.00 0.13 |
XYZ | 29.0192 | 13.5980 | 70.2024 |
Yxy | 13.5980 | 0.2572 | 0.1205 |
Hunter Lab | 36.8755 | 75.9388 | -87.0617 |
CIE-Lab | 43.6508 | 79.5658 | -69.9340 |
#a60ade color RGB value is (166,10,222).
#a60ade hex color red value is 166, green value is 10 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a60ade hue: 0.79 , saturation: 0.91 and the lightness value of a60ade is 0.45.
The process color (four color CMYK) of #a60ade color hex is 0.25, 0.95, 0.00, 0.13. Web safe color of #a60ade is #9900cc. Color #a60ade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00001010 | 11011110 |
Octal | 246 | 12 | 336 |
Decimal | 166 | 10 | 222 |
Hex | A6 | A | DE |
Shades of #a60ade
Tints of #a60ade
RGB Percentages of Color #a60ade
CMYK Percentages of Color #a60ade
Complementary Color
#a60ade | #42de0a |
#a60ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a60ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#a60ade Color CSS Codes
.mybgcolor {background-color:#a60ade; } .myforecolor {color:#a60ade; } .mybordercolor {border:3px solid #a60ade; }
#a60ade Text Font Color
<p style="color:#a60ade">Text here</p>
This sample text font color is #a60ade
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.
#a60ade Background Color
<div style="background-color:#a60ade">
Div content here</div>
This div background color is #a60ade
#a60ade Border Color
<div style="border:3px solid #a60ade">
Div here</div>
This div border color is #a60ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,10,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a60ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a60ade; -webkit-box-shadow: 1px 1px 3px 2px #a60ade; box-shadow: 1px 1px 3px 2px #a60ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,10,222, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a60ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a60ade; -webkit-box-shadow: 1px 1px 3px 2px #a60ade; box-shadow: 1px 1px 3px 2px #a60ade;">
Div content here</div>
This div box has shadow with color #a60ade
Comments
No comments written yet.
Please login to write comment.