COLOR #7E458C

HEX: #7E458C
RGB: (126,69,140)

Color info

#7E458C contains mainly red and blue colors. Web safe color of #7E458C is #663399 (or #639).

RGB color model

#7E458C color RGB value is (126,69,140).

  • red value is 126;
  • green value is 69;
  • blue value is 140.
RGB:
(126,69,140)
(49%,27%,55%)

RGB channels and saturation

R 126 of 255 = 49%
G 69 of 255 = 27%
B 140 of 255 = 55%

126
69
140

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

Portions of RGB colors in percentages

R + G + B =
126 + 69 + 140 = 335 (100%)
R 126 of 335 ~ 37.61%
G 69 of 335 ~ 20.6%
B 140 of 335 ~ 41.79%

%37.61
%20.6
%41.79

CMYK color model

#7E458C color CMYK value is (10,51,0,45).

  • cyan value is 10.00%
  • magenta value is 50.71%
  • yellow value is 0.00%
  • key color value is 45.10%
CMYK:
(10,51,0,45)
C10M51Y0K45 
(10%,51%,0%,45%)
(0.10/0.51/0.00/0.45)	

CMYK percentages

%10
%50.71
%0
%45.1

Codes

Color #7E458C in popluar color models

7E458C
RGB12669140
HSL288°33.97%40.98%
HSB/HSV288°50.71%54.90%
CMYK10.00%50.71%0.00%
45.10%

Color #7E458C in popluar number systems.

HEX7E458C
Decimal12669140
Binary1111110100010110001100
Octal176105214

Shades and tints

Shades of #7E458C

#7E458C
(126,69,140)
#733F80
(115,63,128)
#683974
(104,57,116)
#5D3368
(93,51,104)
#522D5C
(82,45,92)
#472750
(71,39,80)
#3C2144
(60,33,68)
#311B38
(49,27,56)
#26152C
(38,21,44)
#1B0F20
(27,15,32)
#100914
(16,9,20)
#000000
(0,0,0)

Tints of #7E458C

#7E458C
(126,69,140)
#895596
(137,85,150)
#9465A0
(148,101,160)
#9F75AA
(159,117,170)
#AA85B4
(170,133,180)
#B595BE
(181,149,190)
#C0A5C8
(192,165,200)
#CBB5D2
(203,181,210)
#D6C5DC
(214,197,220)
#E1D5E6
(225,213,230)
#ECE5F0
(236,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E458C color. Also use rgb(126,69,140) instead hex code.

Text Font Color

.myTextColor { color: #7E458C; }

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

This text font color is #7E458C.


Background Color

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

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

This div background color is #7E458C.


Border color

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

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

This div border color is #7E458C.


Opacity

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

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

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

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

This text has shadow with #7E458C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E458C on black background.


Color preview on white background

This text has color #7E458C on white background.



Black color preview on #7E458C background

This text has black color on #7E458C background.


White color preview on #7E458C background

This text has white color on #7E458C background.