COLOR #7042EC

HEX: #7042EC
RGB: (112,66,236)

Color info

#7042EC contains mainly blue color. Web safe color of #7042EC is #6633FF (or #63F).

RGB color model

#7042EC color RGB value is (112,66,236).

  • red value is 112;
  • green value is 66;
  • blue value is 236.
RGB:
(112,66,236)
(44%,26%,93%)

RGB channels and saturation

R 112 of 255 = 44%
G 66 of 255 = 26%
B 236 of 255 = 93%

112
66
236

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

Portions of RGB colors in percentages

R + G + B =
112 + 66 + 236 = 414 (100%)
R 112 of 414 ~ 27.05%
G 66 of 414 ~ 15.94%
B 236 of 414 ~ 57%

%27.05
%15.94
%57

CMYK color model

#7042EC color CMYK value is (53,72,0,7).

  • cyan value is 52.54%
  • magenta value is 72.03%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(53,72,0,7)
C53M72Y0K7 
(53%,72%,0%,7%)
(0.53/0.72/0.00/0.07)	

CMYK percentages

%52.54
%72.03
%0
%7.45

Codes

Color #7042EC in popluar color models

7042EC
RGB11266236
HSL256°81.73%59.22%
HSB/HSV256°72.03%92.55%
CMYK52.54%72.03%0.00%
7.45%

Color #7042EC in popluar number systems.

HEX7042EC
Decimal11266236
Binary1110000100001011101100
Octal160102354

Shades and tints

Shades of #7042EC

#7042EC
(112,66,236)
#663CD7
(102,60,215)
#5C36C2
(92,54,194)
#5230AD
(82,48,173)
#482A98
(72,42,152)
#3E2483
(62,36,131)
#341E6E
(52,30,110)
#2A1859
(42,24,89)
#201244
(32,18,68)
#160C2F
(22,12,47)
#0C061A
(12,6,26)
#000000
(0,0,0)

Tints of #7042EC

#7042EC
(112,66,236)
#7D53ED
(125,83,237)
#8A64EE
(138,100,238)
#9775EF
(151,117,239)
#A486F0
(164,134,240)
#B197F1
(177,151,241)
#BEA8F2
(190,168,242)
#CBB9F3
(203,185,243)
#D8CAF4
(216,202,244)
#E5DBF5
(229,219,245)
#F2ECF6
(242,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7042EC; }

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

This text font color is #7042EC.


Background Color

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

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

This div background color is #7042EC.


Border color

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

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

This div border color is #7042EC.


Opacity

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

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

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

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

This text has shadow with #7042EC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7042EC on black background.


Color preview on white background

This text has color #7042EC on white background.



Black color preview on #7042EC background

This text has black color on #7042EC background.


White color preview on #7042EC background

This text has white color on #7042EC background.