Color spaces of #811bda
RGB | 129 | 27 | 218 |
---|---|---|---|
HSL | 0.76 | 0.78 | 0.48 |
HSV | 272° | 88° | 85° |
CMYK | 0.41 | 0.88 | 0.00 0.15 |
XYZ | 22.1001 | 10.5129 | 67.1941 |
Yxy | 10.5129 | 0.2214 | 0.1053 |
Hunter Lab | 32.4236 | 64.9252 | -100.1750 |
CIE-Lab | 38.7477 | 71.4787 | -75.8836 |
#811bda color RGB value is (129,27,218).
#811bda hex color red value is 129, green value is 27 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #811bda hue: 0.76 , saturation: 0.78 and the lightness value of 811bda is 0.48.
The process color (four color CMYK) of #811bda color hex is 0.41, 0.88, 0.00, 0.15. Web safe color of #811bda is #9933cc. Color #811bda contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 00011011 | 11011010 |
Octal | 201 | 33 | 332 |
Decimal | 129 | 27 | 218 |
Hex | 81 | 1B | DA |
Shades of #811bda
Tints of #811bda
RGB Percentages of Color #811bda
CMYK Percentages of Color #811bda
Complementary Color
#811bda | #74da1b |
#811bda Color Preview on Black Background
Lorem ipsum dolor sit amet.
#811bda Color Preview on White Background
Lorem ipsum dolor sit amet.
#811bda Color CSS Codes
.mybgcolor {background-color:#811bda; } .myforecolor {color:#811bda; } .mybordercolor {border:3px solid #811bda; }
#811bda Text Font Color
<p style="color:#811bda">Text here</p>
This sample text font color is #811bda
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.
#811bda Background Color
<div style="background-color:#811bda">
Div content here</div>
This div background color is #811bda
#811bda Border Color
<div style="border:3px solid #811bda">
Div here</div>
This div border color is #811bda
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,27,218, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #811bda; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #811bda; -webkit-box-shadow: 1px 1px 3px 2px #811bda; box-shadow: 1px 1px 3px 2px #811bda; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,27,218, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #811bda">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #811bda; -webkit-box-shadow: 1px 1px 3px 2px #811bda; box-shadow: 1px 1px 3px 2px #811bda;">
Div content here</div>
This div box has shadow with color #811bda
Comments
No comments written yet.
Please login to write comment.