Color spaces of #816edf
RGB | 129 | 110 | 223 |
---|---|---|---|
HSL | 0.69 | 0.64 | 0.65 |
HSV | 250° | 51° | 87° |
CMYK | 0.42 | 0.51 | 0.00 0.13 |
XYZ | 27.9485 | 21.1467 | 72.4207 |
Yxy | 21.1467 | 0.2300 | 0.1740 |
Hunter Lab | 45.9855 | 28.0117 | -61.1835 |
CIE-Lab | 53.1097 | 34.6020 | -55.4266 |
#816edf color RGB value is (129,110,223).
#816edf hex color red value is 129, green value is 110 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #816edf hue: 0.69 , saturation: 0.64 and the lightness value of 816edf is 0.65.
The process color (four color CMYK) of #816edf color hex is 0.42, 0.51, 0.00, 0.13. Web safe color of #816edf is #9966cc. Color #816edf contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01101110 | 11011111 |
Octal | 201 | 156 | 337 |
Decimal | 129 | 110 | 223 |
Hex | 81 | 6E | DF |
Shades of #816edf
Tints of #816edf
RGB Percentages of Color #816edf
CMYK Percentages of Color #816edf
Complementary Color
#816edf | #ccdf6e |
#816edf Color Preview on Black Background
Lorem ipsum dolor sit amet.
#816edf Color Preview on White Background
Lorem ipsum dolor sit amet.
#816edf Color CSS Codes
.mybgcolor {background-color:#816edf; } .myforecolor {color:#816edf; } .mybordercolor {border:3px solid #816edf; }
#816edf Text Font Color
<p style="color:#816edf">Text here</p>
This sample text font color is #816edf
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.
#816edf Background Color
<div style="background-color:#816edf">
Div content here</div>
This div background color is #816edf
#816edf Border Color
<div style="border:3px solid #816edf">
Div here</div>
This div border color is #816edf
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,110,223, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #816edf; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #816edf; -webkit-box-shadow: 1px 1px 3px 2px #816edf; box-shadow: 1px 1px 3px 2px #816edf; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,110,223, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #816edf">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #816edf; -webkit-box-shadow: 1px 1px 3px 2px #816edf; box-shadow: 1px 1px 3px 2px #816edf;">
Div content here</div>
This div box has shadow with color #816edf
Comments
No comments written yet.
Please login to write comment.