Color spaces of #82515b
RGB | 130 | 81 | 91 |
---|---|---|---|
HSL | 0.97 | 0.23 | 0.41 |
HSV | 348° | 38° | 51° |
CMYK | 0.00 | 0.38 | 0.30 0.49 |
XYZ | 14.0367 | 11.3860 | 11.3554 |
Yxy | 11.3860 | 0.3817 | 0.3096 |
Hunter Lab | 33.7431 | 15.2031 | 3.6677 |
CIE-Lab | 40.2231 | 21.9478 | 2.7957 |
#82515b color RGB value is (130,81,91).
#82515b hex color red value is 130, green value is 81 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #82515b hue: 0.97 , saturation: 0.23 and the lightness value of 82515b is 0.41.
The process color (four color CMYK) of #82515b color hex is 0.00, 0.38, 0.30, 0.49. Web safe color of #82515b is #996666. Color #82515b contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01010001 | 01011011 |
Octal | 202 | 121 | 133 |
Decimal | 130 | 81 | 91 |
Hex | 82 | 51 | 5B |
Shades of #82515b
Tints of #82515b
RGB Percentages of Color #82515b
CMYK Percentages of Color #82515b
Complementary Color
#82515b | #518278 |
#82515b Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82515b Color Preview on White Background
Lorem ipsum dolor sit amet.
#82515b Color CSS Codes
.mybgcolor {background-color:#82515b; } .myforecolor {color:#82515b; } .mybordercolor {border:3px solid #82515b; }
#82515b Text Font Color
<p style="color:#82515b">Text here</p>
This sample text font color is #82515b
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.
#82515b Background Color
<div style="background-color:#82515b">
Div content here</div>
This div background color is #82515b
#82515b Border Color
<div style="border:3px solid #82515b">
Div here</div>
This div border color is #82515b
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,81,91, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82515b; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82515b; -webkit-box-shadow: 1px 1px 3px 2px #82515b; box-shadow: 1px 1px 3px 2px #82515b; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,81,91, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82515b">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82515b; -webkit-box-shadow: 1px 1px 3px 2px #82515b; box-shadow: 1px 1px 3px 2px #82515b;">
Div content here</div>
This div box has shadow with color #82515b
Comments
No comments written yet.
Please login to write comment.