COLOR #7E50FC

HEX: #7E50FC
RGB: (126,80,252)

Color info

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

RGB color model

#7E50FC color RGB value is (126,80,252).

  • red value is 126;
  • green value is 80;
  • blue value is 252.
RGB:
(126,80,252)
(49%,31%,99%)

RGB channels and saturation

R 126 of 255 = 49%
G 80 of 255 = 31%
B 252 of 255 = 99%

126
80
252

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

Portions of RGB colors in percentages

R + G + B =
126 + 80 + 252 = 458 (100%)
R 126 of 458 ~ 27.51%
G 80 of 458 ~ 17.47%
B 252 of 458 ~ 55.02%

%27.51
%17.47
%55.02

CMYK color model

#7E50FC color CMYK value is (50,68,0,1).

  • cyan value is 50.00%
  • magenta value is 68.25%
  • yellow value is 0.00%
  • key color value is 1.18%
CMYK:
(50,68,0,1)
C50M68Y0K1 
(50%,68%,0%,1%)
(0.50/0.68/0.00/0.01)	

CMYK percentages

%50
%68.25
%0
%1.18

Codes

Color #7E50FC in popluar color models

7E50FC
RGB12680252
HSL256°96.63%65.10%
HSB/HSV256°68.25%98.82%
CMYK50.00%68.25%0.00%
1.18%

Color #7E50FC in popluar number systems.

HEX7E50FC
Decimal12680252
Binary1111110101000011111100
Octal176120374

Shades and tints

Shades of #7E50FC

#7E50FC
(126,80,252)
#7349E6
(115,73,230)
#6842D0
(104,66,208)
#5D3BBA
(93,59,186)
#5234A4
(82,52,164)
#472D8E
(71,45,142)
#3C2678
(60,38,120)
#311F62
(49,31,98)
#26184C
(38,24,76)
#1B1136
(27,17,54)
#100A20
(16,10,32)
#000000
(0,0,0)

Tints of #7E50FC

#7E50FC
(126,80,252)
#895FFC
(137,95,252)
#946EFC
(148,110,252)
#9F7DFC
(159,125,252)
#AA8CFC
(170,140,252)
#B59BFC
(181,155,252)
#C0AAFC
(192,170,252)
#CBB9FC
(203,185,252)
#D6C8FC
(214,200,252)
#E1D7FC
(225,215,252)
#ECE6FC
(236,230,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E50FC color. Also use rgb(126,80,252) instead hex code.

Text Font Color

.myTextColor { color: #7E50FC; }

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

This text font color is #7E50FC.


Background Color

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

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

This div background color is #7E50FC.


Border color

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

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

This div border color is #7E50FC.


Opacity

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

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

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

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

This text has shadow with #7E50FC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7E50FC on black background.


Color preview on white background

This text has color #7E50FC on white background.



Black color preview on #7E50FC background

This text has black color on #7E50FC background.


White color preview on #7E50FC background

This text has white color on #7E50FC background.