HEX: #8E5D8A
RGB: (142,93,138)
#8E5D8A contains red, green and blue colors in about the same proportion. Web safe color of #8E5D8A is #996699 (or #969).
#8E5D8A color RGB value is (142,93,138).
RGB: (142,93,138)
(56%, 36%, 54%)
R 142 of 255 = 56%
G 93 of 255 = 36%
B 138 of 255 = 54%
R + G + B ~ 49%. #8E5D8A is middle color (not dark and not light).
R + G + B = 142 + 93 + 138 = 373 (100%)
R 142 of 373 ~ 38.07%
G 93 of 373 ~ 24.93%
B 138 of 373 ~ 37'%
#8E5D8A color CMYK value is (0,35,3,44).
CMYK: (0,35,3,44)
C0M35Y3K44 (0%, 35%, 3%, 44%)
(0.00 / 0.35 / 0.03 / 0.44)
Color #8E5D8A in popluar color models
8E | 5D | 8A | |
---|---|---|---|
RGB | 142 | 93 | 138 |
HSL | 305° | 20.85% | 46.08% |
HSB/HSV | 305° | 34.51% | 55.69% |
CMYK | 0.00% | 34.51% | 2.82% |
44.31% |
Color #8E5D8A in popluar number systems.
HEX | 8E | 5D | 8A |
Decimal | 142 | 93 | 138 |
Binary | 10001110 | 1011101 | 10001010 |
Octal | 216 | 135 | 212 |
Shades of #8E5D8A
Tints of #8E5D8A
Examples of css and html codes for elements with #8E5D8A color. Also use rgb(142,93,138) instead hex code.
.myTextColor { color: #8E5D8A; }
<p style="color:#8E5D8A">This sample text font color is #8E5D8A.</p>
This text font color is #8E5D8A.
.myBgColor { background-color: #8E5D8A; }
<div style="background-color:#8E5D8A">Inner text</div>
This div background color is #8E5D8A.
.myBorderColor { border: 1px solid #8E5D8A; }
<div style="border:3px solid #8E5D8A">Div</div>
This div border color is #8E5D8A.
.myOpacity80 { color: #8E5D8A; opacity: 0.8; }
<p style="color:#8E5D8A;opacity:0.8;">80%</p>
Text with #8E5D8A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8E5D8A;}
<p style="text-shadow: 3px 3px 1px #8E5D8A">Text here.</p>
This text has shadow with #8E5D8A color.
.textShadow {text-shadow: 3px 3px 1px #8E5D8A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8E5D8A, 5px 5px 20px red">Text here.</p>
This text has shadow with #8E5D8A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8E5D8A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8E5D8A, Direction=45, Strength=4)">Text</p>
This text has shadow with #8E5D8A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8E5D8A;
-webkit-box-shadow: 1px 1px 3px 2px #8E5D8A;
box-shadow: 1px 1px 3px 2px #8E5D8A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8E5D8A; -webkit-box-shadow: 1px 1px 3px 2px #8E5D8A; box-shadow:1px 1px 3px 2px #8E5D8A;">
Div content here
</div>
This text has color #8E5D8A on black background.
This text has color #8E5D8A on white background.
This text has black color on #8E5D8A background.
This text has white color on #8E5D8A background.
Complementary color for #hex is #71A275.