COLOR #7E5482

HEX: #7E5482 RGB: (126,84,130)

Color info

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

RGB color model

#7E5482 color RGB value is (126,84,130).

RGB: (126,84,130) (49%, 33%, 51%)

RGB channels and saturation

R 126 of 255 = 49%
G 84 of 255 = 33%
B 130 of 255 = 51%

126
84
130

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

Portions of RGB colors in percentages

R + G + B = 126 + 84 + 130 = 340 (100%)
R 126 of 340 ~ 37.06%
G 84 of 340 ~ 24.71%
B 130 of 340 ~ 38.24'%

%37.06
%24.71
%38.24

CMYK color model

#7E5482 color CMYK value is (3,35,0,49).

  • cyan value is 3.08%
  • magenta value is 35.38%
  • yellow value is 0.00%
  • key color value is 49.02%

CMYK: (3,35,0,49)
C3M35Y0K49 (3%, 35%, 0%, 49%)
(0.03 / 0.35 / 0.00 / 0.49)

CMYK percentages

%3.08
%35.38
%0
%49.02

Codes

Color #7E5482 in popluar color models

7E 54 82
RGB 126 84 130
HSL 295° 21.50% 41.96%
HSB/HSV 295° 35.38% 50.98%
CMYK 3.08% 35.38% 0.00%
49.02%

Color #7E5482 in popluar number systems.

HEX 7E 54 82
Decimal 126 84 130
Binary 1111110 1010100 10000010
Octal 176 124 202

Shades and tints

Shades of #7E5482

#7E5482
(126,84,130)
#734D77
(115,77,119)
#68466C
(104,70,108)
#5D3F61
(93,63,97)
#523856
(82,56,86)
#47314B
(71,49,75)
#3C2A40
(60,42,64)
#312335
(49,35,53)
#261C2A
(38,28,42)
#1B151F
(27,21,31)
#100E14
(16,14,20)
#000000
(0,0,0)

Tints of #7E5482

#7E5482
(126,84,130)
#89638D
(137,99,141)
#947298
(148,114,152)
#9F81A3
(159,129,163)
#AA90AE
(170,144,174)
#B59FB9
(181,159,185)
#C0AEC4
(192,174,196)
#CBBDCF
(203,189,207)
#D6CCDA
(214,204,218)
#E1DBE5
(225,219,229)
#ECEAF0
(236,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E5482 color. Also use rgb(126,84,130) instead hex code.

Text Font Color

.myTextColor { color: #7E5482; }

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

This text font color is #7E5482.

Background Color

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

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

This div background color is #7E5482.

Border color

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

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

This div border color is #7E5482.

Opacity

.myOpacity80 { color: #7E5482; opacity: 0.8; }

<p style="color:#7E5482;opacity:0.8;">80%</p>

Text with #7E5482 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 #7E5482;}

<p style="text-shadow: 3px 3px 1px #7E5482">Text here.</p>

This text has shadow with #7E5482 color.


.textShadow {text-shadow: 3px 3px 1px #7E5482', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #7E5482, 5px 5px 20px red">Text here.</p>

This text has shadow with #7E5482 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#7E5482, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#7E5482, Direction=45, Strength=4)">Text</p>

This text has shadow with #7E5482 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #7E5482;
-webkit-box-shadow: 1px 1px 3px 2px #7E5482;
box-shadow: 1px 1px 3px 2px #7E5482;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7E5482; -webkit-box-shadow: 1px 1px 3px 2px #7E5482; box-shadow:1px 1px 3px 2px #7E5482;">
Div content here
</div>

This div box has shadow with color #7E5482.

Preview

Color preview on black background

This text has color #7E5482 on black background.


Color preview on white background

This text has color #7E5482 on white background.


Black color preview on #7E5482 background

This text has black color on #7E5482 background.


White color preview on #7E5482 background

This text has white color on #7E5482 background.


Related colors

Complementary color

Complementary color for #hex is #81AB7D.


I love getcolorcode.com

Triadic colors

1 #827E54 and #54827E with #7E5482 are triadic colors.

2 #82547E and #547E82 with #7E5482 are triadic colors.