Color spaces of #87237a
RGB | 135 | 35 | 122 |
---|---|---|---|
HSL | 0.86 | 0.59 | 0.33 |
HSV | 308° | 74° | 53° |
CMYK | 0.00 | 0.74 | 0.10 0.47 |
XYZ | 14.1056 | 7.7581 | 19.1664 |
Yxy | 7.7581 | 0.3438 | 0.1891 |
Hunter Lab | 27.8534 | 41.6532 | -21.3012 |
CIE-Lab | 33.4739 | 51.4709 | -26.7875 |
#87237a color RGB value is (135,35,122).
#87237a hex color red value is 135, green value is 35 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #87237a hue: 0.86 , saturation: 0.59 and the lightness value of 87237a is 0.33.
The process color (four color CMYK) of #87237a color hex is 0.00, 0.74, 0.10, 0.47. Web safe color of #87237a is #993366. Color #87237a contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10000111 | 00100011 | 01111010 |
Octal | 207 | 43 | 172 |
Decimal | 135 | 35 | 122 |
Hex | 87 | 23 | 7A |
Shades of #87237a
Tints of #87237a
RGB Percentages of Color #87237a
CMYK Percentages of Color #87237a
Complementary Color
#87237a | #238730 |
#87237a Color Preview on Black Background
Lorem ipsum dolor sit amet.
#87237a Color Preview on White Background
Lorem ipsum dolor sit amet.
#87237a Color CSS Codes
.mybgcolor {background-color:#87237a; } .myforecolor {color:#87237a; } .mybordercolor {border:3px solid #87237a; }
#87237a Text Font Color
<p style="color:#87237a">Text here</p>
This sample text font color is #87237a
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.
#87237a Background Color
<div style="background-color:#87237a">
Div content here</div>
This div background color is #87237a
#87237a Border Color
<div style="border:3px solid #87237a">
Div here</div>
This div border color is #87237a
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(135,35,122, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #87237a; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87237a; -webkit-box-shadow: 1px 1px 3px 2px #87237a; box-shadow: 1px 1px 3px 2px #87237a; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(135,35,122, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #87237a">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #87237a; -webkit-box-shadow: 1px 1px 3px 2px #87237a; box-shadow: 1px 1px 3px 2px #87237a;">
Div content here</div>
This div box has shadow with color #87237a
Comments
No comments written yet.
Please login to write comment.