COLOR #4E0FFF

HEX: #4E0FFF
RGB: (78,15,255)

Color info

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

RGB color model

#4E0FFF color RGB value is (78,15,255).

  • red value is 78;
  • green value is 15;
  • blue value is 255.
RGB:
(78,15,255)
(31%,6%,100%)

RGB channels and saturation

R 78 of 255 = 31%
G 15 of 255 = 6%
B 255 of 255 = 100%

78
15
255

R + G + B ~ 46%. #4E0FFF is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
78 + 15 + 255 = 348 (100%)
R 78 of 348 ~ 22.41%
G 15 of 348 ~ 4.31%
B 255 of 348 ~ 73.28%

%22.41
%73.28

CMYK color model

#4E0FFF color CMYK value is (69,94,0,0).

  • cyan value is 69.41%
  • magenta value is 94.12%
  • yellow value is 0.00%
  • key color value is 0.00%
CMYK:
(69,94,0,0)
C69M94Y0K0 
(69%,94%,0%,0%)
(0.69/0.94/0.00/0.00)	

CMYK percentages

%69.41
%94.12
%0
%0

Codes

Color #4E0FFF in popluar color models

4E0FFF
RGB7815255
HSL256°100.00%52.94%
HSB/HSV256°94.12%100.00%
CMYK69.41%94.12%0.00%
0.00%

Color #4E0FFF in popluar number systems.

HEX4E0FFF
Decimal7815255
Binary1001110111111111111
Octal11617377

Shades and tints

Shades of #4E0FFF

#4E0FFF
(78,15,255)
#470EE8
(71,14,232)
#400DD1
(64,13,209)
#390CBA
(57,12,186)
#320BA3
(50,11,163)
#2B0A8C
(43,10,140)
#240975
(36,9,117)
#1D085E
(29,8,94)
#160747
(22,7,71)
#0F0630
(15,6,48)
#080519
(8,5,25)
#000000
(0,0,0)

Tints of #4E0FFF

#4E0FFF
(78,15,255)
#5E24FF
(94,36,255)
#6E39FF
(110,57,255)
#7E4EFF
(126,78,255)
#8E63FF
(142,99,255)
#9E78FF
(158,120,255)
#AE8DFF
(174,141,255)
#BEA2FF
(190,162,255)
#CEB7FF
(206,183,255)
#DECCFF
(222,204,255)
#EEE1FF
(238,225,255)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0FFF color. Also use rgb(78,15,255) instead hex code.

Text Font Color

.myTextColor { color: #4E0FFF; }

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

This text font color is #4E0FFF.


Background Color

.myBgColor { background-color: #4E0FFF; }

<div style="background-color:#4E0FFF">Inner text</div>

This div background color is #4E0FFF.


Border color

.myBorderColor { border: 1px solid #4E0FFF; }

<div style="border:3px solid #4E0FFF">Div</div>

This div border color is #4E0FFF.


Opacity

.myOpacity80 { color: #4E0FFF; opacity: 0.8; }

<p style="color:#4E0FFF;opacity:0.8;">80%</p>

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

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

This text has shadow with #4E0FFF color.

.textShadow {text-shadow: 3px 3px 1px #4E0FFF, 3px 3px 1px red;}

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

This text has shadow with #4E0FFF primary color and red secondary color.


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

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

This text has shadow with #4E0FFF and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0FFF on black background.


Color preview on white background

This text has color #4E0FFF on white background.



Black color preview on #4E0FFF background

This text has black color on #4E0FFF background.


White color preview on #4E0FFF background

This text has white color on #4E0FFF background.