Color spaces of #87567f
RGB | 135 | 86 | 127 |
---|---|---|---|
HSL | 0.86 | 0.22 | 0.43 |
HSV | 310° | 36° | 53° |
CMYK | 0.00 | 0.36 | 0.06 0.47 |
XYZ | 17.1502 | 13.3388 | 21.7494 |
Yxy | 13.3388 | 0.3283 | 0.2553 |
Hunter Lab | 36.5223 | 19.9062 | -9.7421 |
CIE-Lab | 43.2694 | 27.0688 | -14.7234 |
#87567f color RGB value is (135,86,127).
#87567f hex color red value is 135, green value is 86 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #87567f hue: 0.86 , saturation: 0.22 and the lightness value of 87567f is 0.43.
The process color (four color CMYK) of #87567f color hex is 0.00, 0.36, 0.06, 0.47. Web safe color of #87567f is #996666. Color #87567f contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01010110 | 01111111 |
Octal | 207 | 126 | 177 |
Decimal | 135 | 86 | 127 |
Hex | 87 | 56 | 7F |
Shades of #87567f
Tints of #87567f
RGB Percentages of Color #87567f
CMYK Percentages of Color #87567f
Complementary Color
#87567f | #56875e |
#87567f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87567f Color Preview on White Background
Lorem ipsum dolor sit amet.
#87567f Color CSS Codes
.mybgcolor {background-color:#87567f; } .myforecolor {color:#87567f; } .mybordercolor {border:3px solid #87567f; }
#87567f Text Font Color
<p style="color:#87567f">Text here</p>
This sample text font color is #87567f
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.
#87567f Background Color
<div style="background-color:#87567f">
Div content here</div>
This div background color is #87567f
#87567f Border Color
<div style="border:3px solid #87567f">
Div here</div>
This div border color is #87567f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,86,127, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87567f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87567f; -webkit-box-shadow: 1px 1px 3px 2px #87567f; box-shadow: 1px 1px 3px 2px #87567f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,86,127, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87567f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87567f; -webkit-box-shadow: 1px 1px 3px 2px #87567f; box-shadow: 1px 1px 3px 2px #87567f;">
Div content here</div>
This div box has shadow with color #87567f
Comments
No comments written yet.
Please login to write comment.