COLOR #804EF4

HEX: #804EF4
RGB: (128,78,244)

Color info

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

RGB color model

#804EF4 color RGB value is (128,78,244).

  • red value is 128;
  • green value is 78;
  • blue value is 244.
RGB:
(128,78,244)
(50%,31%,96%)

RGB channels and saturation

R 128 of 255 = 50%
G 78 of 255 = 31%
B 244 of 255 = 96%

128
78
244

R + G + B ~ 59%. #804EF4 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
128 + 78 + 244 = 450 (100%)
R 128 of 450 ~ 28.44%
G 78 of 450 ~ 17.33%
B 244 of 450 ~ 54.22%

%28.44
%17.33
%54.22

CMYK color model

#804EF4 color CMYK value is (48,68,0,4).

  • cyan value is 47.54%
  • magenta value is 68.03%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(48,68,0,4)
C48M68Y0K4 
(48%,68%,0%,4%)
(0.48/0.68/0.00/0.04)	

CMYK percentages

%47.54
%68.03
%0
%4.31

Codes

Color #804EF4 in popluar color models

804EF4
RGB12878244
HSL258°88.30%63.14%
HSB/HSV258°68.03%95.69%
CMYK47.54%68.03%0.00%
4.31%

Color #804EF4 in popluar number systems.

HEX804EF4
Decimal12878244
Binary10000000100111011110100
Octal200116364

Shades and tints

Shades of #804EF4

#804EF4
(128,78,244)
#7547DE
(117,71,222)
#6A40C8
(106,64,200)
#5F39B2
(95,57,178)
#54329C
(84,50,156)
#492B86
(73,43,134)
#3E2470
(62,36,112)
#331D5A
(51,29,90)
#281644
(40,22,68)
#1D0F2E
(29,15,46)
#120818
(18,8,24)
#000000
(0,0,0)

Tints of #804EF4

#804EF4
(128,78,244)
#8B5EF5
(139,94,245)
#966EF6
(150,110,246)
#A17EF7
(161,126,247)
#AC8EF8
(172,142,248)
#B79EF9
(183,158,249)
#C2AEFA
(194,174,250)
#CDBEFB
(205,190,251)
#D8CEFC
(216,206,252)
#E3DEFD
(227,222,253)
#EEEEFE
(238,238,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #804EF4 color. Also use rgb(128,78,244) instead hex code.

Text Font Color

.myTextColor { color: #804EF4; }

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

This text font color is #804EF4.


Background Color

.myBgColor { background-color: #804EF4; }

<div style="background-color:#804EF4">Inner text</div>

This div background color is #804EF4.


Border color

.myBorderColor { border: 1px solid #804EF4; }

<div style="border:3px solid #804EF4">Div</div>

This div border color is #804EF4.


Opacity

.myOpacity80 { color: #804EF4; opacity: 0.8; }

<p style="color:#804EF4;opacity:0.8;">80%</p>

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

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

This text has shadow with #804EF4 color.

.textShadow {text-shadow: 3px 3px 1px #804EF4, 3px 3px 1px red;}

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

This text has shadow with #804EF4 primary color and red secondary color.


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

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

This text has shadow with #804EF4 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #804EF4 on black background.


Color preview on white background

This text has color #804EF4 on white background.



Black color preview on #804EF4 background

This text has black color on #804EF4 background.


White color preview on #804EF4 background

This text has white color on #804EF4 background.