Color spaces of #82506d
RGB | 130 | 80 | 109 |
---|---|---|---|
HSL | 0.90 | 0.24 | 0.41 |
HSV | 325° | 38° | 51° |
CMYK | 0.00 | 0.38 | 0.16 0.49 |
XYZ | 14.8349 | 11.5873 | 15.9227 |
Yxy | 11.5873 | 0.3503 | 0.2736 |
Hunter Lab | 34.0401 | 18.2212 | -3.9056 |
CIE-Lab | 40.5525 | 25.4455 | -7.8653 |
#82506d color RGB value is (130,80,109).
#82506d hex color red value is 130, green value is 80 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #82506d hue: 0.90 , saturation: 0.24 and the lightness value of 82506d is 0.41.
The process color (four color CMYK) of #82506d color hex is 0.00, 0.38, 0.16, 0.49. Web safe color of #82506d is #996666. Color #82506d contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01010000 | 01101101 |
Octal | 202 | 120 | 155 |
Decimal | 130 | 80 | 109 |
Hex | 82 | 50 | 6D |
Shades of #82506d
Tints of #82506d
RGB Percentages of Color #82506d
CMYK Percentages of Color #82506d
Complementary Color
#82506d | #508265 |
#82506d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#82506d Color Preview on White Background
Lorem ipsum dolor sit amet.
#82506d Color CSS Codes
.mybgcolor {background-color:#82506d; } .myforecolor {color:#82506d; } .mybordercolor {border:3px solid #82506d; }
#82506d Text Font Color
<p style="color:#82506d">Text here</p>
This sample text font color is #82506d
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.
#82506d Background Color
<div style="background-color:#82506d">
Div content here</div>
This div background color is #82506d
#82506d Border Color
<div style="border:3px solid #82506d">
Div here</div>
This div border color is #82506d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,80,109, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #82506d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #82506d; -webkit-box-shadow: 1px 1px 3px 2px #82506d; box-shadow: 1px 1px 3px 2px #82506d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,80,109, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #82506d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #82506d; -webkit-box-shadow: 1px 1px 3px 2px #82506d; box-shadow: 1px 1px 3px 2px #82506d;">
Div content here</div>
This div box has shadow with color #82506d
Comments
No comments written yet.
Please login to write comment.