Color spaces of #87488f
RGB | 135 | 72 | 143 |
---|---|---|---|
HSL | 0.81 | 0.33 | 0.42 |
HSV | 293° | 50° | 56° |
CMYK | 0.06 | 0.50 | 0.00 0.44 |
XYZ | 17.2670 | 11.7688 | 27.3481 |
Yxy | 11.7688 | 0.3062 | 0.2087 |
Hunter Lab | 34.3057 | 29.8090 | -23.2513 |
CIE-Lab | 40.8463 | 38.1531 | -28.1775 |
#87488f color RGB value is (135,72,143).
#87488f hex color red value is 135, green value is 72 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #87488f hue: 0.81 , saturation: 0.33 and the lightness value of 87488f is 0.42.
The process color (four color CMYK) of #87488f color hex is 0.06, 0.50, 0.00, 0.44. Web safe color of #87488f is #993399. Color #87488f contains mainly BLUE color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 01001000 | 10001111 |
Octal | 207 | 110 | 217 |
Decimal | 135 | 72 | 143 |
Hex | 87 | 48 | 8F |
Shades of #87488f
Tints of #87488f
RGB Percentages of Color #87488f
CMYK Percentages of Color #87488f
Complementary Color
#87488f | #508f48 |
#87488f Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87488f Color Preview on White Background
Lorem ipsum dolor sit amet.
#87488f Color CSS Codes
.mybgcolor {background-color:#87488f; } .myforecolor {color:#87488f; } .mybordercolor {border:3px solid #87488f; }
#87488f Text Font Color
<p style="color:#87488f">Text here</p>
This sample text font color is #87488f
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.
#87488f Background Color
<div style="background-color:#87488f">
Div content here</div>
This div background color is #87488f
#87488f Border Color
<div style="border:3px solid #87488f">
Div here</div>
This div border color is #87488f
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,72,143, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87488f; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87488f; -webkit-box-shadow: 1px 1px 3px 2px #87488f; box-shadow: 1px 1px 3px 2px #87488f; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,72,143, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87488f">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87488f; -webkit-box-shadow: 1px 1px 3px 2px #87488f; box-shadow: 1px 1px 3px 2px #87488f;">
Div content here</div>
This div box has shadow with color #87488f
Comments
No comments written yet.
Please login to write comment.