Color spaces of #816ced
RGB | 129 | 108 | 237 |
---|---|---|---|
HSL | 0.69 | 0.78 | 0.68 |
HSV | 250° | 54° | 93° |
CMYK | 0.46 | 0.54 | 0.00 0.07 |
XYZ | 29.7019 | 21.5067 | 82.7065 |
Yxy | 21.5067 | 0.2218 | 0.1606 |
Hunter Lab | 46.3753 | 33.1667 | -73.2760 |
CIE-Lab | 53.4996 | 39.7337 | -62.6564 |
#816ced color RGB value is (129,108,237).
#816ced hex color red value is 129, green value is 108 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #816ced hue: 0.69 , saturation: 0.78 and the lightness value of 816ced is 0.68.
The process color (four color CMYK) of #816ced color hex is 0.46, 0.54, 0.00, 0.07. Web safe color of #816ced is #9966ff. Color #816ced contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01101100 | 11101101 |
Octal | 201 | 154 | 355 |
Decimal | 129 | 108 | 237 |
Hex | 81 | 6C | ED |
Shades of #816ced
Tints of #816ced
RGB Percentages of Color #816ced
CMYK Percentages of Color #816ced
Complementary Color
#816ced | #d8ed6c |
#816ced Color Preview on Black Background
Lorem ipsum dolor sit amet.
#816ced Color Preview on White Background
Lorem ipsum dolor sit amet.
#816ced Color CSS Codes
.mybgcolor {background-color:#816ced; } .myforecolor {color:#816ced; } .mybordercolor {border:3px solid #816ced; }
#816ced Text Font Color
<p style="color:#816ced">Text here</p>
This sample text font color is #816ced
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.
#816ced Background Color
<div style="background-color:#816ced">
Div content here</div>
This div background color is #816ced
#816ced Border Color
<div style="border:3px solid #816ced">
Div here</div>
This div border color is #816ced
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,108,237, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #816ced; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #816ced; -webkit-box-shadow: 1px 1px 3px 2px #816ced; box-shadow: 1px 1px 3px 2px #816ced; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,108,237, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #816ced">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #816ced; -webkit-box-shadow: 1px 1px 3px 2px #816ced; box-shadow: 1px 1px 3px 2px #816ced;">
Div content here</div>
This div box has shadow with color #816ced
Comments
No comments written yet.
Please login to write comment.