Color spaces of #806efe
RGB | 128 | 110 | 254 |
---|---|---|---|
HSL | 0.69 | 0.99 | 0.71 |
HSV | 248° | 57° | 100° |
CMYK | 0.50 | 0.57 | 0.00 0.00 |
XYZ | 32.3674 | 22.8968 | 96.4795 |
Yxy | 22.8968 | 0.2133 | 0.1509 |
Hunter Lab | 47.8506 | 37.0035 | -86.0489 |
CIE-Lab | 54.9659 | 43.2742 | -69.7425 |
#806efe color RGB value is (128,110,254).
#806efe hex color red value is 128, green value is 110 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #806efe hue: 0.69 , saturation: 0.99 and the lightness value of 806efe is 0.71.
The process color (four color CMYK) of #806efe color hex is 0.50, 0.57, 0.00, 0.00. Web safe color of #806efe is #9966ff. Color #806efe contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000000 | 01101110 | 11111110 |
Octal | 200 | 156 | 376 |
Decimal | 128 | 110 | 254 |
Hex | 80 | 6E | FE |
Shades of #806efe
Tints of #806efe
RGB Percentages of Color #806efe
CMYK Percentages of Color #806efe
Complementary Color
#806efe | #ecfe6e |
#806efe Color Preview on Black Background
Lorem ipsum dolor sit amet.
#806efe Color Preview on White Background
Lorem ipsum dolor sit amet.
#806efe Color CSS Codes
.mybgcolor {background-color:#806efe; } .myforecolor {color:#806efe; } .mybordercolor {border:3px solid #806efe; }
#806efe Text Font Color
<p style="color:#806efe">Text here</p>
This sample text font color is #806efe
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.
#806efe Background Color
<div style="background-color:#806efe">
Div content here</div>
This div background color is #806efe
#806efe Border Color
<div style="border:3px solid #806efe">
Div here</div>
This div border color is #806efe
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(128,110,254, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #806efe; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #806efe; -webkit-box-shadow: 1px 1px 3px 2px #806efe; box-shadow: 1px 1px 3px 2px #806efe; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(128,110,254, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #806efe">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #806efe; -webkit-box-shadow: 1px 1px 3px 2px #806efe; box-shadow: 1px 1px 3px 2px #806efe;">
Div content here</div>
This div box has shadow with color #806efe
Comments
No comments written yet.
Please login to write comment.