Color spaces of #811acd
RGB | 129 | 26 | 205 |
---|---|---|---|
HSL | 0.76 | 0.77 | 0.45 |
HSV | 275° | 87° | 80° |
CMYK | 0.37 | 0.87 | 0.00 0.20 |
XYZ | 20.4421 | 9.8137 | 58.5744 |
Yxy | 9.8137 | 0.2301 | 0.1105 |
Hunter Lab | 31.3268 | 61.6570 | -88.9307 |
CIE-Lab | 37.5060 | 68.9413 | -70.4078 |
#811acd color RGB value is (129,26,205).
#811acd hex color red value is 129, green value is 26 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #811acd hue: 0.76 , saturation: 0.77 and the lightness value of 811acd is 0.45.
The process color (four color CMYK) of #811acd color hex is 0.37, 0.87, 0.00, 0.20. Web safe color of #811acd is #9933cc. Color #811acd contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 00011010 | 11001101 |
Octal | 201 | 32 | 315 |
Decimal | 129 | 26 | 205 |
Hex | 81 | 1A | CD |
Shades of #811acd
Tints of #811acd
RGB Percentages of Color #811acd
CMYK Percentages of Color #811acd
Complementary Color
#811acd | #66cd1a |
#811acd Color Preview on Black Background
Lorem ipsum dolor sit amet.
#811acd Color Preview on White Background
Lorem ipsum dolor sit amet.
#811acd Color CSS Codes
.mybgcolor {background-color:#811acd; } .myforecolor {color:#811acd; } .mybordercolor {border:3px solid #811acd; }
#811acd Text Font Color
<p style="color:#811acd">Text here</p>
This sample text font color is #811acd
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.
#811acd Background Color
<div style="background-color:#811acd">
Div content here</div>
This div background color is #811acd
#811acd Border Color
<div style="border:3px solid #811acd">
Div here</div>
This div border color is #811acd
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,26,205, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #811acd; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #811acd; -webkit-box-shadow: 1px 1px 3px 2px #811acd; box-shadow: 1px 1px 3px 2px #811acd; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,26,205, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #811acd">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #811acd; -webkit-box-shadow: 1px 1px 3px 2px #811acd; box-shadow: 1px 1px 3px 2px #811acd;">
Div content here</div>
This div box has shadow with color #811acd
Comments
No comments written yet.
Please login to write comment.