Color spaces of #81127e
RGB | 129 | 18 | 126 |
---|---|---|---|
HSL | 0.84 | 0.76 | 0.29 |
HSV | 302° | 86° | 51° |
CMYK | 0.00 | 0.86 | 0.02 0.49 |
XYZ | 13.0355 | 6.6061 | 20.3267 |
Yxy | 6.6061 | 0.3261 | 0.1653 |
Hunter Lab | 25.7023 | 45.5511 | -28.8979 |
CIE-Lab | 30.8928 | 55.7253 | -33.4554 |
#81127e color RGB value is (129,18,126).
#81127e hex color red value is 129, green value is 18 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #81127e hue: 0.84 , saturation: 0.76 and the lightness value of 81127e is 0.29.
The process color (four color CMYK) of #81127e color hex is 0.00, 0.86, 0.02, 0.49. Web safe color of #81127e is #990066. Color #81127e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 00010010 | 01111110 |
Octal | 201 | 22 | 176 |
Decimal | 129 | 18 | 126 |
Hex | 81 | 12 | 7E |
Shades of #81127e
Tints of #81127e
RGB Percentages of Color #81127e
CMYK Percentages of Color #81127e
Complementary Color
#81127e | #128115 |
#81127e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81127e Color Preview on White Background
Lorem ipsum dolor sit amet.
#81127e Color CSS Codes
.mybgcolor {background-color:#81127e; } .myforecolor {color:#81127e; } .mybordercolor {border:3px solid #81127e; }
#81127e Text Font Color
<p style="color:#81127e">Text here</p>
This sample text font color is #81127e
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.
#81127e Background Color
<div style="background-color:#81127e">
Div content here</div>
This div background color is #81127e
#81127e Border Color
<div style="border:3px solid #81127e">
Div here</div>
This div border color is #81127e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,18,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81127e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81127e; -webkit-box-shadow: 1px 1px 3px 2px #81127e; box-shadow: 1px 1px 3px 2px #81127e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,18,126, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81127e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81127e; -webkit-box-shadow: 1px 1px 3px 2px #81127e; box-shadow: 1px 1px 3px 2px #81127e;">
Div content here</div>
This div box has shadow with color #81127e
Comments
No comments written yet.
Please login to write comment.