Color spaces of #826c7e
RGB | 130 | 108 | 126 |
---|---|---|---|
HSL | 0.86 | 0.09 | 0.47 |
HSV | 311° | 17° | 51° |
CMYK | 0.00 | 0.17 | 0.03 0.49 |
XYZ | 18.3344 | 16.9773 | 22.0493 |
Yxy | 16.9773 | 0.3196 | 0.2960 |
Hunter Lab | 41.2035 | 7.3213 | -2.8855 |
CIE-Lab | 48.2314 | 12.0395 | -6.7031 |
#826c7e color RGB value is (130,108,126).
#826c7e hex color red value is 130, green value is 108 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #826c7e hue: 0.86 , saturation: 0.09 and the lightness value of 826c7e is 0.47.
The process color (four color CMYK) of #826c7e color hex is 0.00, 0.17, 0.03, 0.49. Web safe color of #826c7e is #996666. Color #826c7e contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000010 | 01101100 | 01111110 |
Octal | 202 | 154 | 176 |
Decimal | 130 | 108 | 126 |
Hex | 82 | 6C | 7E |
Shades of #826c7e
Tints of #826c7e
RGB Percentages of Color #826c7e
CMYK Percentages of Color #826c7e
Complementary Color
#826c7e | #6c8270 |
#826c7e Color Preview on Black Background
Lorem ipsum dolor sit amet.
#826c7e Color Preview on White Background
Lorem ipsum dolor sit amet.
#826c7e Color CSS Codes
.mybgcolor {background-color:#826c7e; } .myforecolor {color:#826c7e; } .mybordercolor {border:3px solid #826c7e; }
#826c7e Text Font Color
<p style="color:#826c7e">Text here</p>
This sample text font color is #826c7e
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.
#826c7e Background Color
<div style="background-color:#826c7e">
Div content here</div>
This div background color is #826c7e
#826c7e Border Color
<div style="border:3px solid #826c7e">
Div here</div>
This div border color is #826c7e
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(130,108,126, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #826c7e; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #826c7e; -webkit-box-shadow: 1px 1px 3px 2px #826c7e; box-shadow: 1px 1px 3px 2px #826c7e; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(130,108,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 #826c7e">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #826c7e; -webkit-box-shadow: 1px 1px 3px 2px #826c7e; box-shadow: 1px 1px 3px 2px #826c7e;">
Div content here</div>
This div box has shadow with color #826c7e
Comments
No comments written yet.
Please login to write comment.