Color spaces of #81113c
RGB | 129 | 17 | 60 |
---|---|---|---|
HSL | 0.94 | 0.77 | 0.29 |
HSV | 337° | 87° | 51° |
CMYK | 0.00 | 0.87 | 0.53 0.49 |
XYZ | 10.0693 | 5.3943 | 4.7855 |
Yxy | 5.3943 | 0.4973 | 0.2664 |
Hunter Lab | 23.2256 | 36.7425 | 4.0416 |
CIE-Lab | 27.8298 | 47.6650 | 4.9880 |
#81113c color RGB value is (129,17,60).
#81113c hex color red value is 129, green value is 17 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #81113c hue: 0.94 , saturation: 0.77 and the lightness value of 81113c is 0.29.
The process color (four color CMYK) of #81113c color hex is 0.00, 0.87, 0.53, 0.49. Web safe color of #81113c is #990033. Color #81113c contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000001 | 00010001 | 00111100 |
Octal | 201 | 21 | 74 |
Decimal | 129 | 17 | 60 |
Hex | 81 | 11 | 3C |
Shades of #81113c
Tints of #81113c
RGB Percentages of Color #81113c
CMYK Percentages of Color #81113c
Complementary Color
#81113c | #118156 |
#81113c Color Preview on Black Background
Lorem ipsum dolor sit amet.
#81113c Color Preview on White Background
Lorem ipsum dolor sit amet.
#81113c Color CSS Codes
.mybgcolor {background-color:#81113c; } .myforecolor {color:#81113c; } .mybordercolor {border:3px solid #81113c; }
#81113c Text Font Color
<p style="color:#81113c">Text here</p>
This sample text font color is #81113c
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.
#81113c Background Color
<div style="background-color:#81113c">
Div content here</div>
This div background color is #81113c
#81113c Border Color
<div style="border:3px solid #81113c">
Div here</div>
This div border color is #81113c
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(129,17,60, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #81113c; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #81113c; -webkit-box-shadow: 1px 1px 3px 2px #81113c; box-shadow: 1px 1px 3px 2px #81113c; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(129,17,60, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #81113c">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #81113c; -webkit-box-shadow: 1px 1px 3px 2px #81113c; box-shadow: 1px 1px 3px 2px #81113c;">
Div content here</div>
This div box has shadow with color #81113c
Comments
No comments written yet.
Please login to write comment.