COLOR #7E588A

HEX: #7E588A RGB: (126,88,138)

Color info

#7E588A contains red, green and blue colors in about the same proportion. Web safe color of #7E588A is #666699 (or #669).

RGB color model

#7E588A color RGB value is (126,88,138).

RGB: (126,88,138) (49%, 35%, 54%)

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 138 of 255 = 54%

126
88
138

R + G + B ~ 46%. #7E588A is middle color (not dark and not light).

Portions of RGB colors in percentages

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'%

%35.8
%25
%39.2

CMYK color model

#7E588A color CMYK value is (9,36,0,46).

  • cyan value is 8.70%
  • magenta value is 36.23%
  • yellow value is 0.00%
  • key color value is 45.88%
CMYK: (9,36,0,46) C9M36Y0K46 (9%,36%,0%,46%) (0.09/0.36/0.00/0.46) 

CMYK percentages

%8.7
%36.23
%0
%45.88

Codes

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 and tints

Shades of #7E588A

#7E588A
(126,88,138)
#73507E
(115,80,126)
#684872
(104,72,114)
#5D4066
(93,64,102)
#52385A
(82,56,90)
#47304E
(71,48,78)
#3C2842
(60,40,66)
#312036
(49,32,54)
#26182A
(38,24,42)
#1B101E
(27,16,30)
#100812
(16,8,18)
#000000
(0,0,0)

Tints of #7E588A

#7E588A
(126,88,138)
#896794
(137,103,148)
#94769E
(148,118,158)
#9F85A8
(159,133,168)
#AA94B2
(170,148,178)
#B5A3BC
(181,163,188)
#C0B2C6
(192,178,198)
#CBC1D0
(203,193,208)
#D6D0DA
(214,208,218)
#E1DFE4
(225,223,228)
#ECEEEE
(236,238,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E588A color. Also use rgb(126,88,138) instead hex code.

Text Font Color

.myTextColor { color: #7E588A; }

<p style="color:#7E588A">This sample text font color is #7E588A.</p>

This text font color is #7E588A.

Background Color

.myBgColor { background-color: #7E588A; }

<div style="background-color:#7E588A">Inner text</div>

This div background color is #7E588A.

Border color

.myBorderColor { border: 1px solid #7E588A; }

<div style="border:3px solid #7E588A">Div</div>

This div border color is #7E588A.

Opacity

.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%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.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.

Div box shadow color

/* 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 div box has shadow with color #7E588A.

Preview

Color preview on black background

This text has color #7E588A on black background.


Color preview on white background

This text has color #7E588A on white background.


Black color preview on #7E588A background

This text has black color on #7E588A background.


White color preview on #7E588A background

This text has white color on #7E588A background.


Related colors

Complementary color

Complementary color for #hex is #81A775.


I love getcolorcode.com

Triadic colors

1 #8A7E58 and #588A7E with #7E588A are triadic colors.

2 #8A587E and #587E8A with #7E588A are triadic colors.