Color spaces of #a06edd
RGB | 160 | 110 | 221 |
---|---|---|---|
HSL | 0.74 | 0.62 | 0.65 |
HSV | 267° | 50° | 87° |
CMYK | 0.28 | 0.50 | 0.00 0.13 |
XYZ | 33.1243 | 23.8459 | 71.2635 |
Yxy | 23.8459 | 0.2583 | 0.1860 |
Hunter Lab | 48.8323 | 35.6251 | -52.3424 |
CIE-Lab | 55.9332 | 41.8055 | -49.6236 |
#a06edd color RGB value is (160,110,221).
#a06edd hex color red value is 160, green value is 110 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a06edd hue: 0.74 , saturation: 0.62 and the lightness value of a06edd is 0.65.
The process color (four color CMYK) of #a06edd color hex is 0.28, 0.50, 0.00, 0.13. Web safe color of #a06edd is #9966cc. Color #a06edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01101110 | 11011101 |
Octal | 240 | 156 | 335 |
Decimal | 160 | 110 | 221 |
Hex | A0 | 6E | DD |
Shades of #a06edd
Tints of #a06edd
RGB Percentages of Color #a06edd
CMYK Percentages of Color #a06edd
Complementary Color
#a06edd | #abdd6e |
#a06edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a06edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a06edd Color CSS Codes
.mybgcolor {background-color:#a06edd; } .myforecolor {color:#a06edd; } .mybordercolor {border:3px solid #a06edd; }
#a06edd Text Font Color
<p style="color:#a06edd">Text here</p>
This sample text font color is #a06edd
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.
#a06edd Background Color
<div style="background-color:#a06edd">
Div content here</div>
This div background color is #a06edd
#a06edd Border Color
<div style="border:3px solid #a06edd">
Div here</div>
This div border color is #a06edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,110,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a06edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a06edd; -webkit-box-shadow: 1px 1px 3px 2px #a06edd; box-shadow: 1px 1px 3px 2px #a06edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,110,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 #a06edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a06edd; -webkit-box-shadow: 1px 1px 3px 2px #a06edd; box-shadow: 1px 1px 3px 2px #a06edd;">
Div content here</div>
This div box has shadow with color #a06edd
Comments
No comments written yet.
Please login to write comment.