Color spaces of #87848d
RGB | 135 | 132 | 141 |
---|---|---|---|
HSL | 0.72 | 0.04 | 0.54 |
HSV | 260° | 6° | 55° |
CMYK | 0.04 | 0.06 | 0.00 0.45 |
XYZ | 23.0507 | 23.5765 | 28.5351 |
Yxy | 23.5765 | 0.3067 | 0.3137 |
Hunter Lab | 48.5556 | -0.2335 | -0.8545 |
CIE-Lab | 55.6613 | 2.9218 | -4.4343 |
#87848d color RGB value is (135,132,141).
#87848d hex color red value is 135, green value is 132 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #87848d hue: 0.72 , saturation: 0.04 and the lightness value of 87848d is 0.54.
The process color (four color CMYK) of #87848d color hex is 0.04, 0.06, 0.00, 0.45. Web safe color of #87848d is #999999. Color #87848d contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 10000100 | 10001101 |
Octal | 207 | 204 | 215 |
Decimal | 135 | 132 | 141 |
Hex | 87 | 84 | 8D |
Shades of #87848d
Tints of #87848d
RGB Percentages of Color #87848d
CMYK Percentages of Color #87848d
Complementary Color
#87848d | #8a8d84 |
#87848d Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87848d Color Preview on White Background
Lorem ipsum dolor sit amet.
#87848d Color CSS Codes
.mybgcolor {background-color:#87848d; } .myforecolor {color:#87848d; } .mybordercolor {border:3px solid #87848d; }
#87848d Text Font Color
<p style="color:#87848d">Text here</p>
This sample text font color is #87848d
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.
#87848d Background Color
<div style="background-color:#87848d">
Div content here</div>
This div background color is #87848d
#87848d Border Color
<div style="border:3px solid #87848d">
Div here</div>
This div border color is #87848d
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,132,141, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87848d; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87848d; -webkit-box-shadow: 1px 1px 3px 2px #87848d; box-shadow: 1px 1px 3px 2px #87848d; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,132,141, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87848d">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87848d; -webkit-box-shadow: 1px 1px 3px 2px #87848d; box-shadow: 1px 1px 3px 2px #87848d;">
Div content here</div>
This div box has shadow with color #87848d
Comments
No comments written yet.
Please login to write comment.