HEX: #87357E
RGB: (135,53,126)
#87357E contains mainly red and blue colors. Web safe color of #87357E is #993366 (or #936).
#87357E color RGB value is (135,53,126).
RGB: (135,53,126) (53%,21%,49%)
R 135 of 255 = 53%
G 53 of 255 = 21%
B 126 of 255 = 49%
R + G + B ~ 41%. #87357E is middle color (not dark and not light).
R + G + B =
135 + 53 + 126 = 314 (100%)
R 135 of 314 ~ 42.99%
G 53 of 314 ~ 16.88%
B 126 of 314 ~ 40.13%
#87357E color CMYK value is (0,61,7,47).
CMYK: (0,61,7,47) C0M61Y7K47 (0%,61%,7%,47%) (0.00/0.61/0.07/0.47)
87 | 35 | 7E | |
---|---|---|---|
RGB | 135 | 53 | 126 |
HSL | 307° | 43.62% | 36.86% |
HSB/HSV | 307° | 60.74% | 52.94% |
CMYK | 0.00% | 60.74% | 6.67% |
47.06% |
HEX | 87 | 35 | 7E |
Decimal | 135 | 53 | 126 |
Binary | 10000111 | 110101 | 1111110 |
Octal | 207 | 65 | 176 |
Examples of css and html codes for elements with #87357E color. Also use rgb(135,53,126) instead hex code.
.myTextColor { color: #87357E; }
<p style="color:#87357E">This sample text font color is #87357E.</p>
This text font color is #87357E.
.myBgColor { background-color: #87357E; }
<div style="background-color:#87357E">Inner text</div>
This div background color is #87357E.
.myBorderColor { border: 1px solid #87357E; }
<div style="border:3px solid #87357E">Div</div>
This div border color is #87357E.
.myOpacity80 { color: #87357E; opacity: 0.8; }
<p style="color:#87357E;opacity:0.8;">80%</p>
Text with #87357E color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #87357E;}
<p style="text-shadow: 3px 3px 1px #87357E">Text here.</p>
This text has shadow with #87357E color.
.textShadow {text-shadow: 3px 3px 1px #87357E, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #87357E, 5px 5px 20px red">Text here.</p>
This text has shadow with #87357E primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#87357E, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#87357E, Direction=45, Strength=4)">Text</p>
This text has shadow with #87357E and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #87357E; -webkit-box-shadow: 1px 1px 3px 2px #87357E; box-shadow: 1px 1px 3px 2px #87357E; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #87357E; -webkit-box-shadow: 1px 1px 3px 2px #87357E; box-shadow:1px 1px 3px 2px #87357E;">
Div content here</div>
This text has color #87357E on black background.
This text has color #87357E on white background.
This text has black color on #87357E background.
This text has white color on #87357E background.