COLOR #4E0A87

HEX: #4E0A87
RGB: (78,10,135)

Color info

#4E0A87 contains mainly red and blue colors. Web safe color of #4E0A87 is #660099 (or #609).

RGB color model

#4E0A87 color RGB value is (78,10,135).

  • red value is 78;
  • green value is 10;
  • blue value is 135.
RGB:
(78,10,135)
(31%,4%,53%)

RGB channels and saturation

R 78 of 255 = 31%
G 10 of 255 = 4%
B 135 of 255 = 53%

78
10
135

R + G + B ~ 29%. #4E0A87 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 10 + 135 = 223 (100%)
R 78 of 223 ~ 34.98%
G 10 of 223 ~ 4.48%
B 135 of 223 ~ 60.54%

%34.98
%60.54

CMYK color model

#4E0A87 color CMYK value is (42,93,0,47).

  • cyan value is 42.22%
  • magenta value is 92.59%
  • yellow value is 0.00%
  • key color value is 47.06%
CMYK:
(42,93,0,47)
C42M93Y0K47 
(42%,93%,0%,47%)
(0.42/0.93/0.00/0.47)	

CMYK percentages

%42.22
%92.59
%0
%47.06

Codes

Color #4E0A87 in popluar color models

4E0A87
RGB7810135
HSL273°86.21%28.43%
HSB/HSV273°92.59%52.94%
CMYK42.22%92.59%0.00%
47.06%

Color #4E0A87 in popluar number systems.

HEX4E0A87
Decimal7810135
Binary1001110101010000111
Octal11612207

Shades and tints

Shades of #4E0A87

#4E0A87
(78,10,135)
#470A7B
(71,10,123)
#400A6F
(64,10,111)
#390A63
(57,10,99)
#320A57
(50,10,87)
#2B0A4B
(43,10,75)
#240A3F
(36,10,63)
#1D0A33
(29,10,51)
#160A27
(22,10,39)
#0F0A1B
(15,10,27)
#080A0F
(8,10,15)
#000000
(0,0,0)

Tints of #4E0A87

#4E0A87
(78,10,135)
#5E2091
(94,32,145)
#6E369B
(110,54,155)
#7E4CA5
(126,76,165)
#8E62AF
(142,98,175)
#9E78B9
(158,120,185)
#AE8EC3
(174,142,195)
#BEA4CD
(190,164,205)
#CEBAD7
(206,186,215)
#DED0E1
(222,208,225)
#EEE6EB
(238,230,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0A87 color. Also use rgb(78,10,135) instead hex code.

Text Font Color

.myTextColor { color: #4E0A87; }

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

This text font color is #4E0A87.


Background Color

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

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

This div background color is #4E0A87.


Border color

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

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

This div border color is #4E0A87.


Opacity

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

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

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

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

This text has shadow with #4E0A87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0A87 on black background.


Color preview on white background

This text has color #4E0A87 on white background.



Black color preview on #4E0A87 background

This text has black color on #4E0A87 background.


White color preview on #4E0A87 background

This text has white color on #4E0A87 background.