COLOR #7E70E0

HEX: #7E70E0
RGB: (126,112,224)

Color info

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

RGB color model

#7E70E0 color RGB value is (126,112,224).

  • red value is 126;
  • green value is 112;
  • blue value is 224.
RGB:
(126,112,224)
(49%,44%,88%)

RGB channels and saturation

R 126 of 255 = 49%
G 112 of 255 = 44%
B 224 of 255 = 88%

126
112
224

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

Portions of RGB colors in percentages

R + G + B =
126 + 112 + 224 = 462 (100%)
R 126 of 462 ~ 27.27%
G 112 of 462 ~ 24.24%
B 224 of 462 ~ 48.48%

%27.27
%24.24
%48.48

CMYK color model

#7E70E0 color CMYK value is (44,50,0,12).

  • cyan value is 43.75%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(44,50,0,12)
C44M50Y0K12 
(44%,50%,0%,12%)
(0.44/0.50/0.00/0.12)	

CMYK percentages

%43.75
%50
%0
%12.16

Codes

Color #7E70E0 in popluar color models

7E70E0
RGB126112224
HSL248°64.37%65.88%
HSB/HSV248°50.00%87.84%
CMYK43.75%50.00%0.00%
12.16%

Color #7E70E0 in popluar number systems.

HEX7E70E0
Decimal126112224
Binary1111110111000011100000
Octal176160340

Shades and tints

Shades of #7E70E0

#7E70E0
(126,112,224)
#7366CC
(115,102,204)
#685CB8
(104,92,184)
#5D52A4
(93,82,164)
#524890
(82,72,144)
#473E7C
(71,62,124)
#3C3468
(60,52,104)
#312A54
(49,42,84)
#262040
(38,32,64)
#1B162C
(27,22,44)
#100C18
(16,12,24)
#000000
(0,0,0)

Tints of #7E70E0

#7E70E0
(126,112,224)
#897DE2
(137,125,226)
#948AE4
(148,138,228)
#9F97E6
(159,151,230)
#AAA4E8
(170,164,232)
#B5B1EA
(181,177,234)
#C0BEEC
(192,190,236)
#CBCBEE
(203,203,238)
#D6D8F0
(214,216,240)
#E1E5F2
(225,229,242)
#ECF2F4
(236,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E70E0 color. Also use rgb(126,112,224) instead hex code.

Text Font Color

.myTextColor { color: #7E70E0; }

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

This text font color is #7E70E0.


Background Color

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

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

This div background color is #7E70E0.


Border color

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

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

This div border color is #7E70E0.


Opacity

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

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

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

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

This text has shadow with #7E70E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E70E0 on black background.


Color preview on white background

This text has color #7E70E0 on white background.



Black color preview on #7E70E0 background

This text has black color on #7E70E0 background.


White color preview on #7E70E0 background

This text has white color on #7E70E0 background.