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