COLOR #4E0BE3

HEX: #4E0BE3
RGB: (78,11,227)

Color info

#4E0BE3 contains mainly blue color. Web safe color of #4E0BE3 is #6600CC (or #60C).

RGB color model

#4E0BE3 color RGB value is (78,11,227).

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

RGB channels and saturation

R 78 of 255 = 31%
G 11 of 255 = 4%
B 227 of 255 = 89%

78
11
227

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

Portions of RGB colors in percentages

R + G + B =
78 + 11 + 227 = 316 (100%)
R 78 of 316 ~ 24.68%
G 11 of 316 ~ 3.48%
B 227 of 316 ~ 71.84%

%24.68
%71.84

CMYK color model

#4E0BE3 color CMYK value is (66,95,0,11).

  • cyan value is 65.64%
  • magenta value is 95.15%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(66,95,0,11)
C66M95Y0K11 
(66%,95%,0%,11%)
(0.66/0.95/0.00/0.11)	

CMYK percentages

%65.64
%95.15
%0
%10.98

Codes

Color #4E0BE3 in popluar color models

4E0BE3
RGB7811227
HSL259°90.76%46.67%
HSB/HSV259°95.15%89.02%
CMYK65.64%95.15%0.00%
10.98%

Color #4E0BE3 in popluar number systems.

HEX4E0BE3
Decimal7811227
Binary1001110101111100011
Octal11613343

Shades and tints

Shades of #4E0BE3

#4E0BE3
(78,11,227)
#470ACF
(71,10,207)
#4009BB
(64,9,187)
#3908A7
(57,8,167)
#320793
(50,7,147)
#2B067F
(43,6,127)
#24056B
(36,5,107)
#1D0457
(29,4,87)
#160343
(22,3,67)
#0F022F
(15,2,47)
#08011B
(8,1,27)
#000000
(0,0,0)

Tints of #4E0BE3

#4E0BE3
(78,11,227)
#5E21E5
(94,33,229)
#6E37E7
(110,55,231)
#7E4DE9
(126,77,233)
#8E63EB
(142,99,235)
#9E79ED
(158,121,237)
#AE8FEF
(174,143,239)
#BEA5F1
(190,165,241)
#CEBBF3
(206,187,243)
#DED1F5
(222,209,245)
#EEE7F7
(238,231,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #4E0BE3; }

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

This text font color is #4E0BE3.


Background Color

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

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

This div background color is #4E0BE3.


Border color

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

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

This div border color is #4E0BE3.


Opacity

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

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

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

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

This text has shadow with #4E0BE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #4E0BE3 on black background.


Color preview on white background

This text has color #4E0BE3 on white background.



Black color preview on #4E0BE3 background

This text has black color on #4E0BE3 background.


White color preview on #4E0BE3 background

This text has white color on #4E0BE3 background.