Color spaces of #875083
RGB | 135 | 80 | 131 |
---|---|---|---|
HSL | 0.85 | 0.26 | 0.42 |
HSV | 304° | 41° | 53° |
CMYK | 0.00 | 0.41 | 0.03 0.47 |
XYZ | 16.9571 | 12.5269 | 22.9969 |
Yxy | 12.5269 | 0.3231 | 0.2387 |
Hunter Lab | 35.3934 | 23.5817 | -13.7484 |
CIE-Lab | 42.0416 | 31.2966 | -19.0342 |
#875083 color RGB value is (135,80,131).
#875083 hex color red value is 135, green value is 80 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #875083 hue: 0.85 , saturation: 0.26 and the lightness value of 875083 is 0.42.
The process color (four color CMYK) of #875083 color hex is 0.00, 0.41, 0.03, 0.47. Web safe color of #875083 is #996699. Color #875083 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01010000 | 10000011 |
Octal | 207 | 120 | 203 |
Decimal | 135 | 80 | 131 |
Hex | 87 | 50 | 83 |
Shades of #875083
Tints of #875083
RGB Percentages of Color #875083
CMYK Percentages of Color #875083
Complementary Color
#875083 | #508754 |
#875083 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#875083 Color Preview on White Background
Lorem ipsum dolor sit amet.
#875083 Color CSS Codes
.mybgcolor {background-color:#875083; } .myforecolor {color:#875083; } .mybordercolor {border:3px solid #875083; }
#875083 Text Font Color
<p style="color:#875083">Text here</p>
This sample text font color is #875083
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.
#875083 Background Color
<div style="background-color:#875083">
Div content here</div>
This div background color is #875083
#875083 Border Color
<div style="border:3px solid #875083">
Div here</div>
This div border color is #875083
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,80,131, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #875083; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #875083; -webkit-box-shadow: 1px 1px 3px 2px #875083; box-shadow: 1px 1px 3px 2px #875083; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,80,131, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #875083">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #875083; -webkit-box-shadow: 1px 1px 3px 2px #875083; box-shadow: 1px 1px 3px 2px #875083;">
Div content here</div>
This div box has shadow with color #875083
Comments
No comments written yet.
Please login to write comment.