Color spaces of #836075
RGB | 131 | 96 | 117 |
---|---|---|---|
HSL | 0.90 | 0.15 | 0.45 |
HSV | 324° | 27° | 51° |
CMYK | 0.00 | 0.27 | 0.11 0.49 |
XYZ | 16.7538 | 14.4754 | 18.7406 |
Yxy | 14.4754 | 0.3353 | 0.2897 |
Hunter Lab | 38.0466 | 12.0210 | -2.5719 |
CIE-Lab | 44.9071 | 17.8156 | -6.2388 |
#836075 color RGB value is (131,96,117).
#836075 hex color red value is 131, green value is 96 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #836075 hue: 0.90 , saturation: 0.15 and the lightness value of 836075 is 0.45.
The process color (four color CMYK) of #836075 color hex is 0.00, 0.27, 0.11, 0.49. Web safe color of #836075 is #996666. Color #836075 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000011 | 01100000 | 01110101 |
Octal | 203 | 140 | 165 |
Decimal | 131 | 96 | 117 |
Hex | 83 | 60 | 75 |
Shades of #836075
Tints of #836075
RGB Percentages of Color #836075
CMYK Percentages of Color #836075
Complementary Color
#836075 | #60836e |
#836075 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#836075 Color Preview on White Background
Lorem ipsum dolor sit amet.
#836075 Color CSS Codes
.mybgcolor {background-color:#836075; } .myforecolor {color:#836075; } .mybordercolor {border:3px solid #836075; }
#836075 Text Font Color
<p style="color:#836075">Text here</p>
This sample text font color is #836075
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.
#836075 Background Color
<div style="background-color:#836075">
Div content here</div>
This div background color is #836075
#836075 Border Color
<div style="border:3px solid #836075">
Div here</div>
This div border color is #836075
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(131,96,117, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #836075; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #836075; -webkit-box-shadow: 1px 1px 3px 2px #836075; box-shadow: 1px 1px 3px 2px #836075; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(131,96,117, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #836075">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #836075; -webkit-box-shadow: 1px 1px 3px 2px #836075; box-shadow: 1px 1px 3px 2px #836075;">
Div content here</div>
This div box has shadow with color #836075
Comments
No comments written yet.
Please login to write comment.