Color spaces of #a62edd
RGB | 166 | 46 | 221 |
---|---|---|---|
HSL | 0.78 | 0.72 | 0.52 |
HSV | 281° | 79° | 87° |
CMYK | 0.25 | 0.79 | 0.00 0.13 |
XYZ | 29.7540 | 15.2814 | 69.7880 |
Yxy | 15.2814 | 0.2591 | 0.1331 |
Hunter Lab | 39.0914 | 67.4532 | -78.4835 |
CIE-Lab | 46.0172 | 72.1837 | -65.5133 |
#a62edd color RGB value is (166,46,221).
#a62edd hex color red value is 166, green value is 46 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a62edd hue: 0.78 , saturation: 0.72 and the lightness value of a62edd is 0.52.
The process color (four color CMYK) of #a62edd color hex is 0.25, 0.79, 0.00, 0.13. Web safe color of #a62edd is #9933cc. Color #a62edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100110 | 00101110 | 11011101 |
Octal | 246 | 56 | 335 |
Decimal | 166 | 46 | 221 |
Hex | A6 | 2E | DD |
Shades of #a62edd
Tints of #a62edd
RGB Percentages of Color #a62edd
CMYK Percentages of Color #a62edd
Complementary Color
#a62edd | #65dd2e |
#a62edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a62edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a62edd Color CSS Codes
.mybgcolor {background-color:#a62edd; } .myforecolor {color:#a62edd; } .mybordercolor {border:3px solid #a62edd; }
#a62edd Text Font Color
<p style="color:#a62edd">Text here</p>
This sample text font color is #a62edd
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.
#a62edd Background Color
<div style="background-color:#a62edd">
Div content here</div>
This div background color is #a62edd
#a62edd Border Color
<div style="border:3px solid #a62edd">
Div here</div>
This div border color is #a62edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(166,46,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a62edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a62edd; -webkit-box-shadow: 1px 1px 3px 2px #a62edd; box-shadow: 1px 1px 3px 2px #a62edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(166,46,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #a62edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a62edd; -webkit-box-shadow: 1px 1px 3px 2px #a62edd; box-shadow: 1px 1px 3px 2px #a62edd;">
Div content here</div>
This div box has shadow with color #a62edd
Comments
No comments written yet.
Please login to write comment.