Color spaces of #806edc
RGB | 128 | 110 | 220 |
---|---|---|---|
HSL | 0.69 | 0.61 | 0.65 |
HSV | 250° | 50° | 86° |
CMYK | 0.42 | 0.50 | 0.00 0.14 |
XYZ | 27.3963 | 20.9084 | 70.3019 |
Yxy | 20.9084 | 0.2310 | 0.1763 |
Hunter Lab | 45.7257 | 26.9273 | -59.1486 |
CIE-Lab | 52.8491 | 33.5209 | -54.1564 |
#806edc color RGB value is (128,110,220).
#806edc hex color red value is 128, green value is 110 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #806edc hue: 0.69 , saturation: 0.61 and the lightness value of 806edc is 0.65.
The process color (four color CMYK) of #806edc color hex is 0.42, 0.50, 0.00, 0.14. Web safe color of #806edc is #9966cc. Color #806edc contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01101110 | 11011100 |
Octal | 200 | 156 | 334 |
Decimal | 128 | 110 | 220 |
Hex | 80 | 6E | DC |
Shades of #806edc
Tints of #806edc
RGB Percentages of Color #806edc
CMYK Percentages of Color #806edc
Complementary Color
#806edc | #cadc6e |
#806edc Color Preview on Black Background
Lorem ipsum dolor sit amet.
#806edc Color Preview on White Background
Lorem ipsum dolor sit amet.
#806edc Color CSS Codes
.mybgcolor {background-color:#806edc; } .myforecolor {color:#806edc; } .mybordercolor {border:3px solid #806edc; }
#806edc Text Font Color
<p style="color:#806edc">Text here</p>
This sample text font color is #806edc
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.
#806edc Background Color
<div style="background-color:#806edc">
Div content here</div>
This div background color is #806edc
#806edc Border Color
<div style="border:3px solid #806edc">
Div here</div>
This div border color is #806edc
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,110,220, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #806edc; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #806edc; -webkit-box-shadow: 1px 1px 3px 2px #806edc; box-shadow: 1px 1px 3px 2px #806edc; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,110,220, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #806edc">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #806edc; -webkit-box-shadow: 1px 1px 3px 2px #806edc; box-shadow: 1px 1px 3px 2px #806edc;">
Div content here</div>
This div box has shadow with color #806edc
Comments
No comments written yet.
Please login to write comment.