COLOR #7E58DE

HEX: #7E58DE
RGB: (126,88,222)

Color info

#7E58DE contains mainly blue color. Web safe color of #7E58DE is #6666CC (or #66C).

RGB color model

#7E58DE color RGB value is (126,88,222).

  • red value is 126;
  • green value is 88;
  • blue value is 222.
RGB:
(126,88,222)
(49%,35%,87%)

RGB channels and saturation

R 126 of 255 = 49%
G 88 of 255 = 35%
B 222 of 255 = 87%

126
88
222

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

Portions of RGB colors in percentages

R + G + B =
126 + 88 + 222 = 436 (100%)
R 126 of 436 ~ 28.9%
G 88 of 436 ~ 20.18%
B 222 of 436 ~ 50.92%

%28.9
%20.18
%50.92

CMYK color model

#7E58DE color CMYK value is (43,60,0,13).

  • cyan value is 43.24%
  • magenta value is 60.36%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(43,60,0,13)
C43M60Y0K13 
(43%,60%,0%,13%)
(0.43/0.60/0.00/0.13)	

CMYK percentages

%43.24
%60.36
%0
%12.94

Codes

Color #7E58DE in popluar color models

7E58DE
RGB12688222
HSL257°67.00%60.78%
HSB/HSV257°60.36%87.06%
CMYK43.24%60.36%0.00%
12.94%

Color #7E58DE in popluar number systems.

HEX7E58DE
Decimal12688222
Binary1111110101100011011110
Octal176130336

Shades and tints

Shades of #7E58DE

#7E58DE
(126,88,222)
#7350CA
(115,80,202)
#6848B6
(104,72,182)
#5D40A2
(93,64,162)
#52388E
(82,56,142)
#47307A
(71,48,122)
#3C2866
(60,40,102)
#312052
(49,32,82)
#26183E
(38,24,62)
#1B102A
(27,16,42)
#100816
(16,8,22)
#000000
(0,0,0)

Tints of #7E58DE

#7E58DE
(126,88,222)
#8967E1
(137,103,225)
#9476E4
(148,118,228)
#9F85E7
(159,133,231)
#AA94EA
(170,148,234)
#B5A3ED
(181,163,237)
#C0B2F0
(192,178,240)
#CBC1F3
(203,193,243)
#D6D0F6
(214,208,246)
#E1DFF9
(225,223,249)
#ECEEFC
(236,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7E58DE; }

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

This text font color is #7E58DE.


Background Color

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

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

This div background color is #7E58DE.


Border color

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

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

This div border color is #7E58DE.


Opacity

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

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

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

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

This text has shadow with #7E58DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E58DE on black background.


Color preview on white background

This text has color #7E58DE on white background.



Black color preview on #7E58DE background

This text has black color on #7E58DE background.


White color preview on #7E58DE background

This text has white color on #7E58DE background.