Color spaces of #815ada
RGB | 129 | 90 | 218 |
---|---|---|---|
HSL | 0.72 | 0.63 | 0.60 |
HSV | 258° | 59° | 85° |
CMYK | 0.41 | 0.59 | 0.00 0.15 |
XYZ | 25.3643 | 17.0414 | 68.2821 |
Yxy | 17.0414 | 0.2292 | 0.1540 |
Hunter Lab | 41.2812 | 37.4331 | -69.1730 |
CIE-Lab | 48.3122 | 44.7002 | -60.3072 |
#815ada color RGB value is (129,90,218).
#815ada hex color red value is 129, green value is 90 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #815ada hue: 0.72 , saturation: 0.63 and the lightness value of 815ada is 0.60.
The process color (four color CMYK) of #815ada color hex is 0.41, 0.59, 0.00, 0.15. Web safe color of #815ada is #9966cc. Color #815ada contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01011010 | 11011010 |
Octal | 201 | 132 | 332 |
Decimal | 129 | 90 | 218 |
Hex | 81 | 5A | DA |
Shades of #815ada
Tints of #815ada
RGB Percentages of Color #815ada
CMYK Percentages of Color #815ada
Complementary Color
#815ada | #b3da5a |
#815ada Color Preview on Black Background
Lorem ipsum dolor sit amet.
#815ada Color Preview on White Background
Lorem ipsum dolor sit amet.
#815ada Color CSS Codes
.mybgcolor {background-color:#815ada; } .myforecolor {color:#815ada; } .mybordercolor {border:3px solid #815ada; }
#815ada Text Font Color
<p style="color:#815ada">Text here</p>
This sample text font color is #815ada
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.
#815ada Background Color
<div style="background-color:#815ada">
Div content here</div>
This div background color is #815ada
#815ada Border Color
<div style="border:3px solid #815ada">
Div here</div>
This div border color is #815ada
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,90,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #815ada; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #815ada; -webkit-box-shadow: 1px 1px 3px 2px #815ada; box-shadow: 1px 1px 3px 2px #815ada; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,90,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 #815ada">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #815ada; -webkit-box-shadow: 1px 1px 3px 2px #815ada; box-shadow: 1px 1px 3px 2px #815ada;">
Div content here</div>
This div box has shadow with color #815ada
Comments
No comments written yet.
Please login to write comment.