COLOR #7074E8

HEX: #7074E8
RGB: (112,116,232)

Color info

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

RGB color model

#7074E8 color RGB value is (112,116,232).

  • red value is 112;
  • green value is 116;
  • blue value is 232.
RGB:
(112,116,232)
(44%,45%,91%)

RGB channels and saturation

R 112 of 255 = 44%
G 116 of 255 = 45%
B 232 of 255 = 91%

112
116
232

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

Portions of RGB colors in percentages

R + G + B =
112 + 116 + 232 = 460 (100%)
R 112 of 460 ~ 24.35%
G 116 of 460 ~ 25.22%
B 232 of 460 ~ 50.43%

%24.35
%25.22
%50.43

CMYK color model

#7074E8 color CMYK value is (52,50,0,9).

  • cyan value is 51.72%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 9.02%
CMYK:
(52,50,0,9)
C52M50Y0K9 
(52%,50%,0%,9%)
(0.52/0.50/0.00/0.09)	

CMYK percentages

%51.72
%50
%0
%9.02

Codes

Color #7074E8 in popluar color models

7074E8
RGB112116232
HSL238°72.29%67.45%
HSB/HSV238°51.72%90.98%
CMYK51.72%50.00%0.00%
9.02%

Color #7074E8 in popluar number systems.

HEX7074E8
Decimal112116232
Binary1110000111010011101000
Octal160164350

Shades and tints

Shades of #7074E8

#7074E8
(112,116,232)
#666AD3
(102,106,211)
#5C60BE
(92,96,190)
#5256A9
(82,86,169)
#484C94
(72,76,148)
#3E427F
(62,66,127)
#34386A
(52,56,106)
#2A2E55
(42,46,85)
#202440
(32,36,64)
#161A2B
(22,26,43)
#0C1016
(12,16,22)
#000000
(0,0,0)

Tints of #7074E8

#7074E8
(112,116,232)
#7D80EA
(125,128,234)
#8A8CEC
(138,140,236)
#9798EE
(151,152,238)
#A4A4F0
(164,164,240)
#B1B0F2
(177,176,242)
#BEBCF4
(190,188,244)
#CBC8F6
(203,200,246)
#D8D4F8
(216,212,248)
#E5E0FA
(229,224,250)
#F2ECFC
(242,236,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7074E8 color. Also use rgb(112,116,232) instead hex code.

Text Font Color

.myTextColor { color: #7074E8; }

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

This text font color is #7074E8.


Background Color

.myBgColor { background-color: #7074E8; }

<div style="background-color:#7074E8">Inner text</div>

This div background color is #7074E8.


Border color

.myBorderColor { border: 1px solid #7074E8; }

<div style="border:3px solid #7074E8">Div</div>

This div border color is #7074E8.


Opacity

.myOpacity80 { color: #7074E8; opacity: 0.8; }

<p style="color:#7074E8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7074E8 color.

.textShadow {text-shadow: 3px 3px 1px #7074E8, 3px 3px 1px red;}

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

This text has shadow with #7074E8 primary color and red secondary color.


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

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

This text has shadow with #7074E8 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7074E8 on black background.


Color preview on white background

This text has color #7074E8 on white background.



Black color preview on #7074E8 background

This text has black color on #7074E8 background.


White color preview on #7074E8 background

This text has white color on #7074E8 background.