Color spaces of #816ceb
RGB | 129 | 108 | 235 |
---|---|---|---|
HSL | 0.69 | 0.76 | 0.67 |
HSV | 250° | 54° | 92° |
CMYK | 0.45 | 0.54 | 0.00 0.08 |
XYZ | 29.4112 | 21.3904 | 81.1759 |
Yxy | 21.3904 | 0.2229 | 0.1621 |
Hunter Lab | 46.2498 | 32.5749 | -71.6888 |
CIE-Lab | 53.3741 | 39.1641 | -61.7400 |
#816ceb color RGB value is (129,108,235).
#816ceb hex color red value is 129, green value is 108 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #816ceb hue: 0.69 , saturation: 0.76 and the lightness value of 816ceb is 0.67.
The process color (four color CMYK) of #816ceb color hex is 0.45, 0.54, 0.00, 0.08. Web safe color of #816ceb is #9966ff. Color #816ceb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01101100 | 11101011 |
Octal | 201 | 154 | 353 |
Decimal | 129 | 108 | 235 |
Hex | 81 | 6C | EB |
Shades of #816ceb
Tints of #816ceb
RGB Percentages of Color #816ceb
CMYK Percentages of Color #816ceb
Complementary Color
#816ceb | #d6eb6c |
#816ceb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#816ceb Color Preview on White Background
Lorem ipsum dolor sit amet.
#816ceb Color CSS Codes
.mybgcolor {background-color:#816ceb; } .myforecolor {color:#816ceb; } .mybordercolor {border:3px solid #816ceb; }
#816ceb Text Font Color
<p style="color:#816ceb">Text here</p>
This sample text font color is #816ceb
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.
#816ceb Background Color
<div style="background-color:#816ceb">
Div content here</div>
This div background color is #816ceb
#816ceb Border Color
<div style="border:3px solid #816ceb">
Div here</div>
This div border color is #816ceb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,108,235, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #816ceb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #816ceb; -webkit-box-shadow: 1px 1px 3px 2px #816ceb; box-shadow: 1px 1px 3px 2px #816ceb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,108,235, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #816ceb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #816ceb; -webkit-box-shadow: 1px 1px 3px 2px #816ceb; box-shadow: 1px 1px 3px 2px #816ceb;">
Div content here</div>
This div box has shadow with color #816ceb
Comments
No comments written yet.
Please login to write comment.