Color spaces of #812baa
RGB | 129 | 43 | 170 |
---|---|---|---|
HSL | 0.78 | 0.60 | 0.42 |
HSV | 281° | 75° | 67° |
CMYK | 0.24 | 0.75 | 0.00 0.33 |
XYZ | 17.1728 | 9.2972 | 38.9196 |
Yxy | 9.2972 | 0.2626 | 0.1422 |
Hunter Lab | 30.4913 | 47.1720 | -54.3348 |
CIE-Lab | 36.5503 | 56.1543 | -51.3342 |
#812baa color RGB value is (129,43,170).
#812baa hex color red value is 129, green value is 43 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #812baa hue: 0.78 , saturation: 0.60 and the lightness value of 812baa is 0.42.
The process color (four color CMYK) of #812baa color hex is 0.24, 0.75, 0.00, 0.33. Web safe color of #812baa is #993399. Color #812baa contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 00101011 | 10101010 |
Octal | 201 | 53 | 252 |
Decimal | 129 | 43 | 170 |
Hex | 81 | 2B | AA |
Shades of #812baa
Tints of #812baa
RGB Percentages of Color #812baa
CMYK Percentages of Color #812baa
Complementary Color
#812baa | #54aa2b |
#812baa Color Preview on Black Background
Lorem ipsum dolor sit amet.
#812baa Color Preview on White Background
Lorem ipsum dolor sit amet.
#812baa Color CSS Codes
.mybgcolor {background-color:#812baa; } .myforecolor {color:#812baa; } .mybordercolor {border:3px solid #812baa; }
#812baa Text Font Color
<p style="color:#812baa">Text here</p>
This sample text font color is #812baa
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.
#812baa Background Color
<div style="background-color:#812baa">
Div content here</div>
This div background color is #812baa
#812baa Border Color
<div style="border:3px solid #812baa">
Div here</div>
This div border color is #812baa
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,43,170, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #812baa; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #812baa; -webkit-box-shadow: 1px 1px 3px 2px #812baa; box-shadow: 1px 1px 3px 2px #812baa; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,43,170, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #812baa">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #812baa; -webkit-box-shadow: 1px 1px 3px 2px #812baa; box-shadow: 1px 1px 3px 2px #812baa;">
Div content here</div>
This div box has shadow with color #812baa
Comments
No comments written yet.
Please login to write comment.