COLOR #7050EC

HEX: #7050EC RGB: (112,80,236)

Color info

#7050EC contains mainly blue color. Web safe color of #7050EC is #6666FF (or #66F).

RGB color model

#7050EC color RGB value is (112,80,236).

RGB: (112,80,236) (44%, 31%, 93%)

RGB channels and saturation

R 112 of 255 = 44%
G 80 of 255 = 31%
B 236 of 255 = 93%

112
80
236

R + G + B ~ 56%. #7050EC is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 112 + 80 + 236 = 428 (100%)
R 112 of 428 ~ 26.17%
G 80 of 428 ~ 18.69%
B 236 of 428 ~ 55.14'%

%26.17
%18.69
%55.14

CMYK color model

#7050EC color CMYK value is (53,66,0,7).

  • cyan value is 52.54%
  • magenta value is 66.10%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (53,66,0,7)
C53M66Y0K7 (53%, 66%, 0%, 7%)
(0.53 / 0.66 / 0.00 / 0.07)

CMYK percentages

%52.54
%66.1
%0
%7.45

Codes

Color #7050EC in popluar color models

70 50 EC
RGB 112 80 236
HSL 252° 80.41% 61.96%
HSB/HSV 252° 66.10% 92.55%
CMYK 52.54% 66.10% 0.00%
7.45%

Color #7050EC in popluar number systems.

HEX 70 50 EC
Decimal 112 80 236
Binary 1110000 1010000 11101100
Octal 160 120 354

Shades and tints

Shades of #7050EC

#7050EC
(112,80,236)
#6649D7
(102,73,215)
#5C42C2
(92,66,194)
#523BAD
(82,59,173)
#483498
(72,52,152)
#3E2D83
(62,45,131)
#34266E
(52,38,110)
#2A1F59
(42,31,89)
#201844
(32,24,68)
#16112F
(22,17,47)
#0C0A1A
(12,10,26)
#000000
(0,0,0)

Tints of #7050EC

#7050EC
(112,80,236)
#7D5FED
(125,95,237)
#8A6EEE
(138,110,238)
#977DEF
(151,125,239)
#A48CF0
(164,140,240)
#B19BF1
(177,155,241)
#BEAAF2
(190,170,242)
#CBB9F3
(203,185,243)
#D8C8F4
(216,200,244)
#E5D7F5
(229,215,245)
#F2E6F6
(242,230,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7050EC color. Also use rgb(112,80,236) instead hex code.

Text Font Color

.myTextColor { color: #7050EC; }

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

This text font color is #7050EC.

Background Color

.myBgColor { background-color: #7050EC; }

<div style="background-color:#7050EC">Inner text</div>

This div background color is #7050EC.

Border color

.myBorderColor { border: 1px solid #7050EC; }

<div style="border:3px solid #7050EC">Div</div>

This div border color is #7050EC.

Opacity

.myOpacity80 { color: #7050EC; opacity: 0.8; }

<p style="color:#7050EC;opacity:0.8;">80%</p>

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

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

This text has shadow with #7050EC color.


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

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

This text has shadow with #7050EC primary color and red secondary color.


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

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

This text has shadow with #7050EC and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7050EC.

Preview

Color preview on black background

This text has color #7050EC on black background.


Color preview on white background

This text has color #7050EC on white background.


Black color preview on #7050EC background

This text has black color on #7050EC background.


White color preview on #7050EC background

This text has white color on #7050EC background.


Related colors

Complementary color

Complementary color for #hex is #8FAF13.


I love getcolorcode.com

Triadic colors

1 #EC7050 and #50EC70 with #7050EC are triadic colors.

2 #EC5070 and #5070EC with #7050EC are triadic colors.