Color spaces of #815ebb
RGB | 129 | 94 | 187 |
---|---|---|---|
HSL | 0.73 | 0.41 | 0.55 |
HSV | 263° | 50° | 73° |
CMYK | 0.31 | 0.50 | 0.00 0.27 |
XYZ | 22.0256 | 16.2604 | 48.9914 |
Yxy | 16.2604 | 0.2524 | 0.1863 |
Hunter Lab | 40.3242 | 26.9317 | -43.8068 |
CIE-Lab | 47.3143 | 34.2077 | -44.0931 |
#815ebb color RGB value is (129,94,187).
#815ebb hex color red value is 129, green value is 94 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #815ebb hue: 0.73 , saturation: 0.41 and the lightness value of 815ebb is 0.55.
The process color (four color CMYK) of #815ebb color hex is 0.31, 0.50, 0.00, 0.27. Web safe color of #815ebb is #9966cc. Color #815ebb contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 01011110 | 10111011 |
Octal | 201 | 136 | 273 |
Decimal | 129 | 94 | 187 |
Hex | 81 | 5E | BB |
Shades of #815ebb
Tints of #815ebb
RGB Percentages of Color #815ebb
CMYK Percentages of Color #815ebb
Complementary Color
#815ebb | #98bb5e |
#815ebb Color Preview on Black Background
Lorem ipsum dolor sit amet.
#815ebb Color Preview on White Background
Lorem ipsum dolor sit amet.
#815ebb Color CSS Codes
.mybgcolor {background-color:#815ebb; } .myforecolor {color:#815ebb; } .mybordercolor {border:3px solid #815ebb; }
#815ebb Text Font Color
<p style="color:#815ebb">Text here</p>
This sample text font color is #815ebb
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.
#815ebb Background Color
<div style="background-color:#815ebb">
Div content here</div>
This div background color is #815ebb
#815ebb Border Color
<div style="border:3px solid #815ebb">
Div here</div>
This div border color is #815ebb
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,94,187, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #815ebb; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #815ebb; -webkit-box-shadow: 1px 1px 3px 2px #815ebb; box-shadow: 1px 1px 3px 2px #815ebb; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,94,187, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #815ebb">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #815ebb; -webkit-box-shadow: 1px 1px 3px 2px #815ebb; box-shadow: 1px 1px 3px 2px #815ebb;">
Div content here</div>
This div box has shadow with color #815ebb
Comments
No comments written yet.
Please login to write comment.