COLOR #4E0B54

HEX: #4E0B54
RGB: (78,11,84)

Color info

#4E0B54 contains mainly red and blue colors. Web safe color of #4E0B54 is #660066 (or #606).

RGB color model

#4E0B54 color RGB value is (78,11,84).

  • red value is 78;
  • green value is 11;
  • blue value is 84.
RGB:
(78,11,84)
(31%,4%,33%)

RGB channels and saturation

R 78 of 255 = 31%
G 11 of 255 = 4%
B 84 of 255 = 33%

78
11
84

R + G + B ~ 23%. #4E0B54 is dark color.

Portions of RGB colors in percentages

R + G + B =
78 + 11 + 84 = 173 (100%)
R 78 of 173 ~ 45.09%
G 11 of 173 ~ 6.36%
B 84 of 173 ~ 48.55%

%45.09
%48.55

CMYK color model

#4E0B54 color CMYK value is (7,87,0,67).

  • cyan value is 7.14%
  • magenta value is 86.90%
  • yellow value is 0.00%
  • key color value is 67.06%
CMYK:
(7,87,0,67)
C7M87Y0K67 
(7%,87%,0%,67%)
(0.07/0.87/0.00/0.67)	

CMYK percentages

%7.14
%86.9
%0
%67.06

Codes

Color #4E0B54 in popluar color models

4E0B54
RGB781184
HSL295°76.84%18.63%
HSB/HSV295°86.90%32.94%
CMYK7.14%86.90%0.00%
67.06%

Color #4E0B54 in popluar number systems.

HEX4E0B54
Decimal781184
Binary100111010111010100
Octal11613124

Shades and tints

Shades of #4E0B54

#4E0B54
(78,11,84)
#470A4D
(71,10,77)
#400946
(64,9,70)
#39083F
(57,8,63)
#320738
(50,7,56)
#2B0631
(43,6,49)
#24052A
(36,5,42)
#1D0423
(29,4,35)
#16031C
(22,3,28)
#0F0215
(15,2,21)
#08010E
(8,1,14)
#000000
(0,0,0)

Tints of #4E0B54

#4E0B54
(78,11,84)
#5E2163
(94,33,99)
#6E3772
(110,55,114)
#7E4D81
(126,77,129)
#8E6390
(142,99,144)
#9E799F
(158,121,159)
#AE8FAE
(174,143,174)
#BEA5BD
(190,165,189)
#CEBBCC
(206,187,204)
#DED1DB
(222,209,219)
#EEE7EA
(238,231,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E0B54 color. Also use rgb(78,11,84) instead hex code.

Text Font Color

.myTextColor { color: #4E0B54; }

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

This text font color is #4E0B54.


Background Color

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

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

This div background color is #4E0B54.


Border color

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

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

This div border color is #4E0B54.


Opacity

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

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

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

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

This text has shadow with #4E0B54 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0B54 on black background.


Color preview on white background

This text has color #4E0B54 on white background.



Black color preview on #4E0B54 background

This text has black color on #4E0B54 background.


White color preview on #4E0B54 background

This text has white color on #4E0B54 background.