COLOR #7E3CF4

HEX: #7E3CF4 RGB: (126,60,244)

Color info

#7E3CF4 contains mainly blue color. Web safe color of #7E3CF4 is #6633FF (or #63F).

RGB color model

#7E3CF4 color RGB value is (126,60,244).

RGB: (126,60,244) (49%, 24%, 96%)

RGB channels and saturation

R 126 of 255 = 49%
G 60 of 255 = 24%
B 244 of 255 = 96%

126
60
244

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

Portions of RGB colors in percentages

R + G + B = 126 + 60 + 244 = 430 (100%)
R 126 of 430 ~ 29.3%
G 60 of 430 ~ 13.95%
B 244 of 430 ~ 56.74'%

%29.3
%13.95
%56.74

CMYK color model

#7E3CF4 color CMYK value is (48,75,0,4).

  • cyan value is 48.36%
  • magenta value is 75.41%
  • yellow value is 0.00%
  • key color value is 4.31%

CMYK: (48,75,0,4)
C48M75Y0K4 (48%, 75%, 0%, 4%)
(0.48 / 0.75 / 0.00 / 0.04)

CMYK percentages

%48.36
%75.41
%0
%4.31

Codes

Color #7E3CF4 in popluar color models

7E 3C F4
RGB 126 60 244
HSL 262° 89.32% 59.61%
HSB/HSV 262° 75.41% 95.69%
CMYK 48.36% 75.41% 0.00%
4.31%

Color #7E3CF4 in popluar number systems.

HEX 7E 3C F4
Decimal 126 60 244
Binary 1111110 111100 11110100
Octal 176 74 364

Shades and tints

Shades of #7E3CF4

#7E3CF4
(126,60,244)
#7337DE
(115,55,222)
#6832C8
(104,50,200)
#5D2DB2
(93,45,178)
#52289C
(82,40,156)
#472386
(71,35,134)
#3C1E70
(60,30,112)
#31195A
(49,25,90)
#261444
(38,20,68)
#1B0F2E
(27,15,46)
#100A18
(16,10,24)
#000000
(0,0,0)

Tints of #7E3CF4

#7E3CF4
(126,60,244)
#894DF5
(137,77,245)
#945EF6
(148,94,246)
#9F6FF7
(159,111,247)
#AA80F8
(170,128,248)
#B591F9
(181,145,249)
#C0A2FA
(192,162,250)
#CBB3FB
(203,179,251)
#D6C4FC
(214,196,252)
#E1D5FD
(225,213,253)
#ECE6FE
(236,230,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7E3CF4 color. Also use rgb(126,60,244) instead hex code.

Text Font Color

.myTextColor { color: #7E3CF4; }

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

This text font color is #7E3CF4.

Background Color

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

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

This div background color is #7E3CF4.

Border color

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

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

This div border color is #7E3CF4.

Opacity

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

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

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

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

This text has shadow with #7E3CF4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7E3CF4.

Preview

Color preview on black background

This text has color #7E3CF4 on black background.


Color preview on white background

This text has color #7E3CF4 on white background.


Black color preview on #7E3CF4 background

This text has black color on #7E3CF4 background.


White color preview on #7E3CF4 background

This text has white color on #7E3CF4 background.


Related colors

Complementary color

Complementary color for #hex is #81C30B.


I love getcolorcode.com

Triadic colors

1 #F47E3C and #3CF47E with #7E3CF4 are triadic colors.

2 #F43C7E and #3C7EF4 with #7E3CF4 are triadic colors.