HEX: #7E588A
RGB: (126,88,138)
#7E588A contains red, green and blue colors in about the same proportion. Web safe color of #7E588A is #666699 (or #669).
#7E588A color RGB value is (126,88,138).
RGB: (126,88,138)
(49%, 35%, 54%)
R 126 of 255 = 49%
G 88 of 255 = 35%
B 138 of 255 = 54%
R + G + B ~ 46%. #7E588A is middle color (not dark and not light).
R + G + B = 126 + 88 + 138 = 352 (100%)
R 126 of 352 ~ 35.8%
G 88 of 352 ~ 25%
B 138 of 352 ~ 39.2'%
#7E588A color CMYK value is (9,36,0,46).
CMYK: (9,36,0,46) C9M36Y0K46 (9%,36%,0%,46%) (0.09/0.36/0.00/0.46)
Color #7E588A in popluar color models
7E | 58 | 8A | |
---|---|---|---|
RGB | 126 | 88 | 138 |
HSL | 286° | 22.12% | 44.31% |
HSB/HSV | 286° | 36.23% | 54.12% |
CMYK | 8.70% | 36.23% | 0.00% |
45.88% |
Color #7E588A in popluar number systems.
HEX | 7E | 58 | 8A |
Decimal | 126 | 88 | 138 |
Binary | 1111110 | 1011000 | 10001010 |
Octal | 176 | 130 | 212 |
Shades of #7E588A
Tints of #7E588A
Examples of css and html codes for elements with #7E588A color. Also use rgb(126,88,138) instead hex code.
.myTextColor { color: #7E588A; }
<p style="color:#7E588A">This sample text font color is #7E588A.</p>
This text font color is #7E588A.
.myBgColor { background-color: #7E588A; }
<div style="background-color:#7E588A">Inner text</div>
This div background color is #7E588A.
.myBorderColor { border: 1px solid #7E588A; }
<div style="border:3px solid #7E588A">Div</div>
This div border color is #7E588A.
.myOpacity80 { color: #7E588A; opacity: 0.8; }
<p style="color:#7E588A;opacity:0.8;">80%</p>
Text with #7E588A color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #7E588A;}
<p style="text-shadow: 3px 3px 1px #7E588A">Text here.</p>
This text has shadow with #7E588A color.
.textShadow {text-shadow: 3px 3px 1px #7E588A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #7E588A, 5px 5px 20px red">Text here.</p>
This text has shadow with #7E588A primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E588A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#7E588A, Direction=45, Strength=4)">Text</p>
This text has shadow with #7E588A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E588A;
-webkit-box-shadow: 1px 1px 3px 2px #7E588A;
box-shadow: 1px 1px 3px 2px #7E588A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E588A; -webkit-box-shadow: 1px 1px 3px 2px #7E588A; box-shadow:1px 1px 3px 2px #7E588A;">
Div content here
</div>
This text has color #7E588A on black background.
This text has color #7E588A on white background.
This text has black color on #7E588A background.
This text has white color on #7E588A background.
Complementary color for #hex is #81A775.