Color spaces of #806dee
RGB | 128 | 109 | 238 |
---|---|---|---|
HSL | 0.69 | 0.79 | 0.68 |
HSV | 249° | 54° | 93° |
CMYK | 0.46 | 0.54 | 0.00 0.07 |
XYZ | 29.8033 | 21.6995 | 83.5065 |
Yxy | 21.6995 | 0.2207 | 0.1607 |
Hunter Lab | 46.5827 | 32.6833 | -73.6783 |
CIE-Lab | 53.7067 | 39.2268 | -62.8858 |
#806dee color RGB value is (128,109,238).
#806dee hex color red value is 128, green value is 109 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #806dee hue: 0.69 , saturation: 0.79 and the lightness value of 806dee is 0.68.
The process color (four color CMYK) of #806dee color hex is 0.46, 0.54, 0.00, 0.07. Web safe color of #806dee is #9966ff. Color #806dee contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01101101 | 11101110 |
Octal | 200 | 155 | 356 |
Decimal | 128 | 109 | 238 |
Hex | 80 | 6D | EE |
Shades of #806dee
Tints of #806dee
RGB Percentages of Color #806dee
CMYK Percentages of Color #806dee
Complementary Color
#806dee | #dbee6d |
#806dee Color Preview on Black Background
Lorem ipsum dolor sit amet.
#806dee Color Preview on White Background
Lorem ipsum dolor sit amet.
#806dee Color CSS Codes
.mybgcolor {background-color:#806dee; } .myforecolor {color:#806dee; } .mybordercolor {border:3px solid #806dee; }
#806dee Text Font Color
<p style="color:#806dee">Text here</p>
This sample text font color is #806dee
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.
#806dee Background Color
<div style="background-color:#806dee">
Div content here</div>
This div background color is #806dee
#806dee Border Color
<div style="border:3px solid #806dee">
Div here</div>
This div border color is #806dee
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,109,238, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #806dee; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #806dee; -webkit-box-shadow: 1px 1px 3px 2px #806dee; box-shadow: 1px 1px 3px 2px #806dee; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,109,238, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #806dee">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #806dee; -webkit-box-shadow: 1px 1px 3px 2px #806dee; box-shadow: 1px 1px 3px 2px #806dee;">
Div content here</div>
This div box has shadow with color #806dee
Comments
No comments written yet.
Please login to write comment.