COLOR #4E085C

HEX: #4E085C RGB: (78,8,92)

Color info

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

RGB color model

#4E085C color RGB value is (78,8,92).

RGB: (78,8,92) (31%, 3%, 36%)

RGB channels and saturation

R 78 of 255 = 31%
G 8 of 255 = 3%
B 92 of 255 = 36%

78
8
92

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

Portions of RGB colors in percentages

R + G + B = 78 + 8 + 92 = 178 (100%)
R 78 of 178 ~ 43.82%
G 8 of 178 ~ 4.49%
B 92 of 178 ~ 51.69'%

%43.82
%51.69

CMYK color model

#4E085C color CMYK value is (15,91,0,64).

  • cyan value is 15.22%
  • magenta value is 91.30%
  • yellow value is 0.00%
  • key color value is 63.92%

CMYK: (15,91,0,64)
C15M91Y0K64 (15%, 91%, 0%, 64%)
(0.15 / 0.91 / 0.00 / 0.64)

CMYK percentages

%15.22
%91.3
%0
%63.92

Codes

Color #4E085C in popluar color models

4E 08 5C
RGB 78 8 92
HSL 290° 84.00% 19.61%
HSB/HSV 290° 91.30% 36.08%
CMYK 15.22% 91.30% 0.00%
63.92%

Color #4E085C in popluar number systems.

HEX 4E 08 5C
Decimal 78 8 92
Binary 1001110 1000 1011100
Octal 116 10 134

Shades and tints

Shades of #4E085C

#4E085C
(78,8,92)
#470854
(71,8,84)
#40084C
(64,8,76)
#390844
(57,8,68)
#32083C
(50,8,60)
#2B0834
(43,8,52)
#24082C
(36,8,44)
#1D0824
(29,8,36)
#16081C
(22,8,28)
#0F0814
(15,8,20)
#08080C
(8,8,12)
#000000
(0,0,0)

Tints of #4E085C

#4E085C
(78,8,92)
#5E1E6A
(94,30,106)
#6E3478
(110,52,120)
#7E4A86
(126,74,134)
#8E6094
(142,96,148)
#9E76A2
(158,118,162)
#AE8CB0
(174,140,176)
#BEA2BE
(190,162,190)
#CEB8CC
(206,184,204)
#DECEDA
(222,206,218)
#EEE4E8
(238,228,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #4E085C color. Also use rgb(78,8,92) instead hex code.

Text Font Color

.myTextColor { color: #4E085C; }

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

This text font color is #4E085C.

Background Color

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

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

This div background color is #4E085C.

Border color

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

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

This div border color is #4E085C.

Opacity

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

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

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

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

This text has shadow with #4E085C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #4E085C.

Preview

Color preview on black background

This text has color #4E085C on black background.


Color preview on white background

This text has color #4E085C on white background.


Black color preview on #4E085C background

This text has black color on #4E085C background.


White color preview on #4E085C background

This text has white color on #4E085C background.


Related colors

Complementary color

Complementary color for #hex is #B1F7A3.


I love getcolorcode.com

Triadic colors

1 #5C4E08 and #085C4E with #4E085C are triadic colors.

2 #5C084E and #084E5C with #4E085C are triadic colors.