Color spaces of #a07ade
RGB | 160 | 122 | 222 |
---|---|---|---|
HSL | 0.73 | 0.60 | 0.67 |
HSV | 263° | 45° | 87° |
CMYK | 0.28 | 0.45 | 0.00 0.13 |
XYZ | 34.6416 | 26.6666 | 72.4286 |
Yxy | 26.6666 | 0.2590 | 0.1994 |
Hunter Lab | 51.6397 | 29.3741 | -47.0109 |
CIE-Lab | 58.6645 | 35.3253 | -45.8558 |
#a07ade color RGB value is (160,122,222).
#a07ade hex color red value is 160, green value is 122 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a07ade hue: 0.73 , saturation: 0.60 and the lightness value of a07ade is 0.67.
The process color (four color CMYK) of #a07ade color hex is 0.28, 0.45, 0.00, 0.13. Web safe color of #a07ade is #9966cc. Color #a07ade contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10100000 | 01111010 | 11011110 |
Octal | 240 | 172 | 336 |
Decimal | 160 | 122 | 222 |
Hex | A0 | 7A | DE |
Shades of #a07ade
Tints of #a07ade
RGB Percentages of Color #a07ade
CMYK Percentages of Color #a07ade
Complementary Color
#a07ade | #b8de7a |
#a07ade Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a07ade Color Preview on White Background
Lorem ipsum dolor sit amet.
#a07ade Color CSS Codes
.mybgcolor {background-color:#a07ade; } .myforecolor {color:#a07ade; } .mybordercolor {border:3px solid #a07ade; }
#a07ade Text Font Color
<p style="color:#a07ade">Text here</p>
This sample text font color is #a07ade
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.
#a07ade Background Color
<div style="background-color:#a07ade">
Div content here</div>
This div background color is #a07ade
#a07ade Border Color
<div style="border:3px solid #a07ade">
Div here</div>
This div border color is #a07ade
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(160,122,222, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a07ade; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a07ade; -webkit-box-shadow: 1px 1px 3px 2px #a07ade; box-shadow: 1px 1px 3px 2px #a07ade; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(160,122,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 #a07ade">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a07ade; -webkit-box-shadow: 1px 1px 3px 2px #a07ade; box-shadow: 1px 1px 3px 2px #a07ade;">
Div content here</div>
This div box has shadow with color #a07ade
Comments
No comments written yet.
Please login to write comment.