Color spaces of #808edd
RGB | 128 | 142 | 221 |
---|---|---|---|
HSL | 0.64 | 0.58 | 0.68 |
HSV | 231° | 42° | 87° |
CMYK | 0.42 | 0.36 | 0.00 0.13 |
XYZ | 31.6262 | 29.1557 | 72.3673 |
Yxy | 29.1557 | 0.2375 | 0.2190 |
Hunter Lab | 53.9960 | 10.0568 | -41.6653 |
CIE-Lab | 60.9188 | 14.9292 | -41.9197 |
#808edd color RGB value is (128,142,221).
#808edd hex color red value is 128, green value is 142 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #808edd hue: 0.64 , saturation: 0.58 and the lightness value of 808edd is 0.68.
The process color (four color CMYK) of #808edd color hex is 0.42, 0.36, 0.00, 0.13. Web safe color of #808edd is #9999cc. Color #808edd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 10001110 | 11011101 |
Octal | 200 | 216 | 335 |
Decimal | 128 | 142 | 221 |
Hex | 80 | 8E | DD |
Shades of #808edd
Tints of #808edd
RGB Percentages of Color #808edd
CMYK Percentages of Color #808edd
Complementary Color
#808edd | #ddcf80 |
#808edd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#808edd Color Preview on White Background
Lorem ipsum dolor sit amet.
#808edd Color CSS Codes
.mybgcolor {background-color:#808edd; } .myforecolor {color:#808edd; } .mybordercolor {border:3px solid #808edd; }
#808edd Text Font Color
<p style="color:#808edd">Text here</p>
This sample text font color is #808edd
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.
#808edd Background Color
<div style="background-color:#808edd">
Div content here</div>
This div background color is #808edd
#808edd Border Color
<div style="border:3px solid #808edd">
Div here</div>
This div border color is #808edd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,142,221, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #808edd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #808edd; -webkit-box-shadow: 1px 1px 3px 2px #808edd; box-shadow: 1px 1px 3px 2px #808edd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,142,221, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #808edd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #808edd; -webkit-box-shadow: 1px 1px 3px 2px #808edd; box-shadow: 1px 1px 3px 2px #808edd;">
Div content here</div>
This div box has shadow with color #808edd
Comments
No comments written yet.
Please login to write comment.