COLOR #7076F8

HEX: #7076F8 RGB: (112,118,248)

Color info

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

RGB color model

#7076F8 color RGB value is (112,118,248).

RGB: (112,118,248) (44%, 46%, 97%)

RGB channels and saturation

R 112 of 255 = 44%
G 118 of 255 = 46%
B 248 of 255 = 97%

112
118
248

R + G + B ~ 62%. #7076F8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 112 + 118 + 248 = 478 (100%)
R 112 of 478 ~ 23.43%
G 118 of 478 ~ 24.69%
B 248 of 478 ~ 51.88'%

%23.43
%24.69
%51.88

CMYK color model

#7076F8 color CMYK value is (55,52,0,3).

  • cyan value is 54.84%
  • magenta value is 52.42%
  • yellow value is 0.00%
  • key color value is 2.75%

CMYK: (55,52,0,3)
C55M52Y0K3 (55%, 52%, 0%, 3%)
(0.55 / 0.52 / 0.00 / 0.03)

CMYK percentages

%54.84
%52.42
%0
%2.75

Codes

Color #7076F8 in popluar color models

70 76 F8
RGB 112 118 248
HSL 237° 90.67% 70.59%
HSB/HSV 237° 54.84% 97.25%
CMYK 54.84% 52.42% 0.00%
2.75%

Color #7076F8 in popluar number systems.

HEX 70 76 F8
Decimal 112 118 248
Binary 1110000 1110110 11111000
Octal 160 166 370

Shades and tints

Shades of #7076F8

#7076F8
(112,118,248)
#666CE2
(102,108,226)
#5C62CC
(92,98,204)
#5258B6
(82,88,182)
#484EA0
(72,78,160)
#3E448A
(62,68,138)
#343A74
(52,58,116)
#2A305E
(42,48,94)
#202648
(32,38,72)
#161C32
(22,28,50)
#0C121C
(12,18,28)
#000000
(0,0,0)

Tints of #7076F8

#7076F8
(112,118,248)
#7D82F8
(125,130,248)
#8A8EF8
(138,142,248)
#979AF8
(151,154,248)
#A4A6F8
(164,166,248)
#B1B2F8
(177,178,248)
#BEBEF8
(190,190,248)
#CBCAF8
(203,202,248)
#D8D6F8
(216,214,248)
#E5E2F8
(229,226,248)
#F2EEF8
(242,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7076F8 color. Also use rgb(112,118,248) instead hex code.

Text Font Color

.myTextColor { color: #7076F8; }

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

This text font color is #7076F8.

Background Color

.myBgColor { background-color: #7076F8; }

<div style="background-color:#7076F8">Inner text</div>

This div background color is #7076F8.

Border color

.myBorderColor { border: 1px solid #7076F8; }

<div style="border:3px solid #7076F8">Div</div>

This div border color is #7076F8.

Opacity

.myOpacity80 { color: #7076F8; opacity: 0.8; }

<p style="color:#7076F8;opacity:0.8;">80%</p>

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

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

This text has shadow with #7076F8 color.


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

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

This text has shadow with #7076F8 primary color and red secondary color.


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

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

This text has shadow with #7076F8 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #7076F8.

Preview

Color preview on black background

This text has color #7076F8 on black background.


Color preview on white background

This text has color #7076F8 on white background.


Black color preview on #7076F8 background

This text has black color on #7076F8 background.


White color preview on #7076F8 background

This text has white color on #7076F8 background.


Related colors

Complementary color

Complementary color for #hex is #8F8907.


I love getcolorcode.com

Triadic colors

1 #F87076 and #76F870 with #7076F8 are triadic colors.

2 #F87670 and #7670F8 with #7076F8 are triadic colors.