Color spaces of #a62ada
RGB | 166 | 42 | 218 |
---|---|---|---|
HSL | 0.78 | 0.70 | 0.51 |
HSV | 282° | 81° | 85° |
CMYK | 0.24 | 0.81 | 0.00 0.15 |
XYZ | 29.2087 | 14.8249 | 67.6517 |
Yxy | 14.8249 | 0.2615 | 0.1327 |
Hunter Lab | 38.5031 | 68.0307 | -77.2230 |
CIE-Lab | 45.3934 | 72.7857 | -64.8110 |
#a62ada color RGB value is (166,42,218).
#a62ada hex color red value is 166, green value is 42 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a62ada hue: 0.78 , saturation: 0.70 and the lightness value of a62ada is 0.51.
The process color (four color CMYK) of #a62ada color hex is 0.24, 0.81, 0.00, 0.15. Web safe color of #a62ada is #9933cc. Color #a62ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00101010 | 11011010 |
Octal | 246 | 52 | 332 |
Decimal | 166 | 42 | 218 |
Hex | A6 | 2A | DA |
Shades of #a62ada
Tints of #a62ada
RGB Percentages of Color #a62ada
CMYK Percentages of Color #a62ada
Complementary Color
#a62ada | #5eda2a |
#a62ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a62ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#a62ada Color CSS Codes
.mybgcolor {background-color:#a62ada; } .myforecolor {color:#a62ada; } .mybordercolor {border:3px solid #a62ada; }
#a62ada Text Font Color
<p style="color:#a62ada">Text here</p>
This sample text font color is #a62ada
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.
#a62ada Background Color
<div style="background-color:#a62ada">
Div content here</div>
This div background color is #a62ada
#a62ada Border Color
<div style="border:3px solid #a62ada">
Div here</div>
This div border color is #a62ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,42,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a62ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a62ada; -webkit-box-shadow: 1px 1px 3px 2px #a62ada; box-shadow: 1px 1px 3px 2px #a62ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,42,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a62ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a62ada; -webkit-box-shadow: 1px 1px 3px 2px #a62ada; box-shadow: 1px 1px 3px 2px #a62ada;">
Div content here</div>
This div box has shadow with color #a62ada
Comments
No comments written yet.
Please login to write comment.