Color spaces of #a97eda
RGB | 169 | 126 | 218 |
---|---|---|---|
HSL | 0.74 | 0.55 | 0.67 |
HSV | 268° | 42° | 85° |
CMYK | 0.22 | 0.42 | 0.00 0.15 |
XYZ | 36.4779 | 28.4187 | 69.8924 |
Yxy | 28.4187 | 0.2706 | 0.2108 |
Hunter Lab | 53.3092 | 28.8512 | -40.4173 |
CIE-Lab | 60.2651 | 34.6282 | -41.0339 |
#a97eda color RGB value is (169,126,218).
#a97eda hex color red value is 169, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a97eda hue: 0.74 , saturation: 0.55 and the lightness value of a97eda is 0.67.
The process color (four color CMYK) of #a97eda color hex is 0.22, 0.42, 0.00, 0.15. Web safe color of #a97eda is #9966cc. Color #a97eda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10101001 | 01111110 | 11011010 |
Octal | 251 | 176 | 332 |
Decimal | 169 | 126 | 218 |
Hex | A9 | 7E | DA |
Shades of #a97eda
Tints of #a97eda
RGB Percentages of Color #a97eda
CMYK Percentages of Color #a97eda
Complementary Color
#a97eda | #afda7e |
#a97eda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#a97eda Color Preview on White Background
Lorem ipsum dolor sit amet.
#a97eda Color CSS Codes
.mybgcolor {background-color:#a97eda; } .myforecolor {color:#a97eda; } .mybordercolor {border:3px solid #a97eda; }
#a97eda Text Font Color
<p style="color:#a97eda">Text here</p>
This sample text font color is #a97eda
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.
#a97eda Background Color
<div style="background-color:#a97eda">
Div content here</div>
This div background color is #a97eda
#a97eda Border Color
<div style="border:3px solid #a97eda">
Div here</div>
This div border color is #a97eda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(169,126,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #a97eda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #a97eda; -webkit-box-shadow: 1px 1px 3px 2px #a97eda; box-shadow: 1px 1px 3px 2px #a97eda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(169,126,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 #a97eda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #a97eda; -webkit-box-shadow: 1px 1px 3px 2px #a97eda; box-shadow: 1px 1px 3px 2px #a97eda;">
Div content here</div>
This div box has shadow with color #a97eda
Comments
No comments written yet.
Please login to write comment.