Color spaces of #806eaa
RGB | 128 | 110 | 170 |
---|---|---|---|
HSL | 0.72 | 0.26 | 0.55 |
HSV | 258° | 35° | 67° |
CMYK | 0.25 | 0.35 | 0.00 0.33 |
XYZ | 21.7337 | 18.6433 | 40.4832 |
Yxy | 18.6433 | 0.2688 | 0.2306 |
Hunter Lab | 43.1779 | 14.2871 | -25.3653 |
CIE-Lab | 50.2672 | 20.1167 | -29.5603 |
#806eaa color RGB value is (128,110,170).
#806eaa hex color red value is 128, green value is 110 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #806eaa hue: 0.72 , saturation: 0.26 and the lightness value of 806eaa is 0.55.
The process color (four color CMYK) of #806eaa color hex is 0.25, 0.35, 0.00, 0.33. Web safe color of #806eaa is #996699. Color #806eaa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01101110 | 10101010 |
Octal | 200 | 156 | 252 |
Decimal | 128 | 110 | 170 |
Hex | 80 | 6E | AA |
Shades of #806eaa
Tints of #806eaa
RGB Percentages of Color #806eaa
CMYK Percentages of Color #806eaa
Complementary Color
#806eaa | #98aa6e |
#806eaa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#806eaa Color Preview on White Background
Lorem ipsum dolor sit amet.
#806eaa Color CSS Codes
.mybgcolor {background-color:#806eaa; } .myforecolor {color:#806eaa; } .mybordercolor {border:3px solid #806eaa; }
#806eaa Text Font Color
<p style="color:#806eaa">Text here</p>
This sample text font color is #806eaa
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.
#806eaa Background Color
<div style="background-color:#806eaa">
Div content here</div>
This div background color is #806eaa
#806eaa Border Color
<div style="border:3px solid #806eaa">
Div here</div>
This div border color is #806eaa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,110,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #806eaa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #806eaa; -webkit-box-shadow: 1px 1px 3px 2px #806eaa; box-shadow: 1px 1px 3px 2px #806eaa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,110,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #806eaa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #806eaa; -webkit-box-shadow: 1px 1px 3px 2px #806eaa; box-shadow: 1px 1px 3px 2px #806eaa;">
Div content here</div>
This div box has shadow with color #806eaa
Comments
No comments written yet.
Please login to write comment.