Color spaces of #a05edd
RGB | 160 | 94 | 221 |
---|---|---|---|
HSL | 0.75 | 0.65 | 0.62 |
HSV | 271° | 57° | 87° |
CMYK | 0.28 | 0.57 | 0.00 0.13 |
XYZ | 31.5511 | 20.6994 | 70.7391 |
Yxy | 20.6994 | 0.2565 | 0.1683 |
Hunter Lab | 45.4966 | 44.1676 | -60.3378 |
CIE-Lab | 52.6189 | 50.4301 | -54.9109 |
#a05edd color RGB value is (160,94,221).
#a05edd hex color red value is 160, green value is 94 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a05edd hue: 0.75 , saturation: 0.65 and the lightness value of a05edd is 0.62.
The process color (four color CMYK) of #a05edd color hex is 0.28, 0.57, 0.00, 0.13. Web safe color of #a05edd is #9966cc. Color #a05edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01011110 | 11011101 |
Octal | 240 | 136 | 335 |
Decimal | 160 | 94 | 221 |
Hex | A0 | 5E | DD |
Shades of #a05edd
Tints of #a05edd
RGB Percentages of Color #a05edd
CMYK Percentages of Color #a05edd
Complementary Color
#a05edd | #9bdd5e |
#a05edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a05edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#a05edd Color CSS Codes
.mybgcolor {background-color:#a05edd; } .myforecolor {color:#a05edd; } .mybordercolor {border:3px solid #a05edd; }
#a05edd Text Font Color
<p style="color:#a05edd">Text here</p>
This sample text font color is #a05edd
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.
#a05edd Background Color
<div style="background-color:#a05edd">
Div content here</div>
This div background color is #a05edd
#a05edd Border Color
<div style="border:3px solid #a05edd">
Div here</div>
This div border color is #a05edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,94,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a05edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a05edd; -webkit-box-shadow: 1px 1px 3px 2px #a05edd; box-shadow: 1px 1px 3px 2px #a05edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,94,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 #a05edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a05edd; -webkit-box-shadow: 1px 1px 3px 2px #a05edd; box-shadow: 1px 1px 3px 2px #a05edd;">
Div content here</div>
This div box has shadow with color #a05edd
Comments
No comments written yet.
Please login to write comment.