Color Hex Logo

#4e0eea Color Hex

#4E0EEA
(78,14,234)
0 Favorites   0 Comments

Color spaces of #4e0eea

RGB 7814234
HSL0.720.890.49
HSV257°94°92°
CMYK 0.670.940.00   0.08
XYZ18.15027.874378.4052
Yxy7.87430.17380.0754
Hunter Lab28.061266.3482-146.0182
CIE-Lab33.719773.6192-93.5397

#4e0eea color RGB value is (78,14,234).

#4e0eea hex color red value is 78, green value is 14 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #4e0eea hue: 0.72 , saturation: 0.89 and the lightness value of 4e0eea is 0.49.

The process color (four color CMYK) of #4e0eea color hex is 0.67, 0.94, 0.00, 0.08. Web safe color of #4e0eea is #6600ff. Color #4e0eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01001110 00001110 11101010
Octal 116 16 352
Decimal 78 14 234
Hex 4E E EA

RGB Percentages of Color #4e0eea

%23.93
%4.29
%71.78

CMYK Percentages of Color #4e0eea

%67
%94
%0
%8

Triadic Colors of #4e0eea

#4e0eea #ea4e0e #0eea4e

Analogous Colors of #4e0eea

#4e0eea #bc0eea #0e3cea

Monochromatic Colors of #4e0eea

#4e0eea

Complementary Color

#4e0eea #aaea0e

#4e0eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#4e0eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#4e0eea Color CSS Codes

.mybgcolor {background-color:#4e0eea; } 
.myforecolor {color:#4e0eea; }
.mybordercolor {border:3px solid #4e0eea; }

#4e0eea Text Font Color

<p style="color:#4e0eea">Text here</p>

This sample text font color is #4e0eea
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#4e0eea Background Color

<div style="background-color:#4e0eea">
Div content here</div>

This div background color is #4e0eea


#4e0eea Border Color

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

This div border color is #4e0eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(78,14,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #4e0eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #4e0eea;
  -webkit-box-shadow: 1px 1px 3px 2px #4e0eea;
  box-shadow:         1px 1px 3px 2px #4e0eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(78,14,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #4e0eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #4e0eea;
  -webkit-box-shadow: 1px 1px 3px 2px #4e0eea;
  box-shadow:         1px 1px 3px 2px #4e0eea;">
Div content here</div>

This div box has shadow with color #4e0eea


Comments

No comments written yet.

Please login to write comment.