COLOR #7002E7

HEX: #7002E7
RGB: (112,2,231)

Color info

#7002E7 contains mainly blue color. Web safe color of #7002E7 is #6600FF (or #60F).

RGB color model

#7002E7 color RGB value is (112,2,231).

  • red value is 112;
  • green value is 2;
  • blue value is 231.
RGB:
(112,2,231)
(44%,1%,91%)

RGB channels and saturation

R 112 of 255 = 44%
G 2 of 255 = 1%
B 231 of 255 = 91%

112
2
231

R + G + B ~ 45%. #7002E7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
112 + 2 + 231 = 345 (100%)
R 112 of 345 ~ 32.46%
G 2 of 345 ~ 0.58%
B 231 of 345 ~ 66.96%

%32.46
%66.96

CMYK color model

#7002E7 color CMYK value is (52,99,0,9).

  • cyan value is 51.52%
  • magenta value is 99.13%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(52,99,0,9)
C52M99Y0K9 
(52%,99%,0%,9%)
(0.52/0.99/0.00/0.09)	

CMYK percentages

%51.52
%99.13
%0
%9.41

Codes

Color #7002E7 in popluar color models

7002E7
RGB1122231
HSL269°98.28%45.69%
HSB/HSV269°99.13%90.59%
CMYK51.52%99.13%0.00%
9.41%

Color #7002E7 in popluar number systems.

HEX7002E7
Decimal1122231
Binary11100001011100111
Octal1602347

Shades and tints

Shades of #7002E7

#7002E7
(112,2,231)
#6602D2
(102,2,210)
#5C02BD
(92,2,189)
#5202A8
(82,2,168)
#480293
(72,2,147)
#3E027E
(62,2,126)
#340269
(52,2,105)
#2A0254
(42,2,84)
#20023F
(32,2,63)
#16022A
(22,2,42)
#0C0215
(12,2,21)
#000000
(0,0,0)

Tints of #7002E7

#7002E7
(112,2,231)
#7D19E9
(125,25,233)
#8A30EB
(138,48,235)
#9747ED
(151,71,237)
#A45EEF
(164,94,239)
#B175F1
(177,117,241)
#BE8CF3
(190,140,243)
#CBA3F5
(203,163,245)
#D8BAF7
(216,186,247)
#E5D1F9
(229,209,249)
#F2E8FB
(242,232,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7002E7 color. Also use rgb(112,2,231) instead hex code.

Text Font Color

.myTextColor { color: #7002E7; }

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

This text font color is #7002E7.


Background Color

.myBgColor { background-color: #7002E7; }

<div style="background-color:#7002E7">Inner text</div>

This div background color is #7002E7.


Border color

.myBorderColor { border: 1px solid #7002E7; }

<div style="border:3px solid #7002E7">Div</div>

This div border color is #7002E7.


Opacity

.myOpacity80 { color: #7002E7; opacity: 0.8; }

<p style="color:#7002E7;opacity:0.8;">80%</p>

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

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

This text has shadow with #7002E7 color.

.textShadow {text-shadow: 3px 3px 1px #7002E7, 3px 3px 1px red;}

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

This text has shadow with #7002E7 primary color and red secondary color.


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

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

This text has shadow with #7002E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7002E7 on black background.


Color preview on white background

This text has color #7002E7 on white background.



Black color preview on #7002E7 background

This text has black color on #7002E7 background.


White color preview on #7002E7 background

This text has white color on #7002E7 background.