COLOR #7404FE

HEX: #7404FE
RGB: (116,4,254)

Color info

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

RGB color model

#7404FE color RGB value is (116,4,254).

  • red value is 116;
  • green value is 4;
  • blue value is 254.
RGB:
(116,4,254)
(45%,2%,100%)

RGB channels and saturation

R 116 of 255 = 45%
G 4 of 255 = 2%
B 254 of 255 = 100%

116
4
254

R + G + B ~ 49%. #7404FE is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
116 + 4 + 254 = 374 (100%)
R 116 of 374 ~ 31.02%
G 4 of 374 ~ 1.07%
B 254 of 374 ~ 67.91%

%31.02
%67.91

CMYK color model

#7404FE color CMYK value is (54,98,0,0).

  • cyan value is 54.33%
  • magenta value is 98.43%
  • yellow value is 0.00%
  • key color value is 0.39%
CMYK:
(54,98,0,0)
C54M98Y0K0 
(54%,98%,0%,0%)
(0.54/0.98/0.00/0.00)	

CMYK percentages

%54.33
%98.43
%0
%0.39

Codes

Color #7404FE in popluar color models

7404FE
RGB1164254
HSL267°99.21%50.59%
HSB/HSV267°98.43%99.61%
CMYK54.33%98.43%0.00%
0.39%

Color #7404FE in popluar number systems.

HEX7404FE
Decimal1164254
Binary111010010011111110
Octal1644376

Shades and tints

Shades of #7404FE

#7404FE
(116,4,254)
#6A04E7
(106,4,231)
#6004D0
(96,4,208)
#5604B9
(86,4,185)
#4C04A2
(76,4,162)
#42048B
(66,4,139)
#380474
(56,4,116)
#2E045D
(46,4,93)
#240446
(36,4,70)
#1A042F
(26,4,47)
#100418
(16,4,24)
#000000
(0,0,0)

Tints of #7404FE

#7404FE
(116,4,254)
#801AFE
(128,26,254)
#8C30FE
(140,48,254)
#9846FE
(152,70,254)
#A45CFE
(164,92,254)
#B072FE
(176,114,254)
#BC88FE
(188,136,254)
#C89EFE
(200,158,254)
#D4B4FE
(212,180,254)
#E0CAFE
(224,202,254)
#ECE0FE
(236,224,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7404FE color. Also use rgb(116,4,254) instead hex code.

Text Font Color

.myTextColor { color: #7404FE; }

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

This text font color is #7404FE.


Background Color

.myBgColor { background-color: #7404FE; }

<div style="background-color:#7404FE">Inner text</div>

This div background color is #7404FE.


Border color

.myBorderColor { border: 1px solid #7404FE; }

<div style="border:3px solid #7404FE">Div</div>

This div border color is #7404FE.


Opacity

.myOpacity80 { color: #7404FE; opacity: 0.8; }

<p style="color:#7404FE;opacity:0.8;">80%</p>

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

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

This text has shadow with #7404FE color.

.textShadow {text-shadow: 3px 3px 1px #7404FE, 3px 3px 1px red;}

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

This text has shadow with #7404FE primary color and red secondary color.


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

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

This text has shadow with #7404FE and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7404FE on black background.


Color preview on white background

This text has color #7404FE on white background.



Black color preview on #7404FE background

This text has black color on #7404FE background.


White color preview on #7404FE background

This text has white color on #7404FE background.