COLOR #7E0FF2

HEX: #7E0FF2
RGB: (126,15,242)

Color info

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

RGB color model

#7E0FF2 color RGB value is (126,15,242).

  • red value is 126;
  • green value is 15;
  • blue value is 242.
RGB:
(126,15,242)
(49%,6%,95%)

RGB channels and saturation

R 126 of 255 = 49%
G 15 of 255 = 6%
B 242 of 255 = 95%

126
15
242

R + G + B ~ 50%. #7E0FF2 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
126 + 15 + 242 = 383 (100%)
R 126 of 383 ~ 32.9%
G 15 of 383 ~ 3.92%
B 242 of 383 ~ 63.19%

%32.9
%63.19

CMYK color model

#7E0FF2 color CMYK value is (48,94,0,5).

  • cyan value is 47.93%
  • magenta value is 93.80%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(48,94,0,5)
C48M94Y0K5 
(48%,94%,0%,5%)
(0.48/0.94/0.00/0.05)	

CMYK percentages

%47.93
%93.8
%0
%5.1

Codes

Color #7E0FF2 in popluar color models

7E0FF2
RGB12615242
HSL269°89.72%50.39%
HSB/HSV269°93.80%94.90%
CMYK47.93%93.80%0.00%
5.10%

Color #7E0FF2 in popluar number systems.

HEX7E0FF2
Decimal12615242
Binary1111110111111110010
Octal17617362

Shades and tints

Shades of #7E0FF2

#7E0FF2
(126,15,242)
#730EDC
(115,14,220)
#680DC6
(104,13,198)
#5D0CB0
(93,12,176)
#520B9A
(82,11,154)
#470A84
(71,10,132)
#3C096E
(60,9,110)
#310858
(49,8,88)
#260742
(38,7,66)
#1B062C
(27,6,44)
#100516
(16,5,22)
#000000
(0,0,0)

Tints of #7E0FF2

#7E0FF2
(126,15,242)
#8924F3
(137,36,243)
#9439F4
(148,57,244)
#9F4EF5
(159,78,245)
#AA63F6
(170,99,246)
#B578F7
(181,120,247)
#C08DF8
(192,141,248)
#CBA2F9
(203,162,249)
#D6B7FA
(214,183,250)
#E1CCFB
(225,204,251)
#ECE1FC
(236,225,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E0FF2 color. Also use rgb(126,15,242) instead hex code.

Text Font Color

.myTextColor { color: #7E0FF2; }

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

This text font color is #7E0FF2.


Background Color

.myBgColor { background-color: #7E0FF2; }

<div style="background-color:#7E0FF2">Inner text</div>

This div background color is #7E0FF2.


Border color

.myBorderColor { border: 1px solid #7E0FF2; }

<div style="border:3px solid #7E0FF2">Div</div>

This div border color is #7E0FF2.


Opacity

.myOpacity80 { color: #7E0FF2; opacity: 0.8; }

<p style="color:#7E0FF2;opacity:0.8;">80%</p>

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

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

This text has shadow with #7E0FF2 color.

.textShadow {text-shadow: 3px 3px 1px #7E0FF2, 3px 3px 1px red;}

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

This text has shadow with #7E0FF2 primary color and red secondary color.


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

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

This text has shadow with #7E0FF2 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E0FF2 on black background.


Color preview on white background

This text has color #7E0FF2 on white background.



Black color preview on #7E0FF2 background

This text has black color on #7E0FF2 background.


White color preview on #7E0FF2 background

This text has white color on #7E0FF2 background.