Color Hex Logo

#500eea Color Hex

#500EEA
(80,14,234)
0 Favorites   0 Comments

Color spaces of #500eea

RGB 8014234
HSL0.720.890.49
HSV258°94°92°
CMYK 0.660.940.00   0.08
XYZ18.31667.960178.4130
Yxy7.96010.17500.0760
Hunter Lab28.213666.5102-145.0326
CIE-Lab33.899673.7208-93.2355

#500eea color RGB value is (80,14,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001110 11101010
Octal 120 16 352
Decimal 80 14 234
Hex 50 E EA

RGB Percentages of Color #500eea

%24.39
%4.27
%71.34

CMYK Percentages of Color #500eea

%66
%94
%0
%8

Triadic Colors of #500eea

#500eea #ea500e #0eea50

Analogous Colors of #500eea

#500eea #be0eea #0e3aea

Monochromatic Colors of #500eea

#500eea

Complementary Color

#500eea #a8ea0e

#500eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#500eea Color CSS Codes

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

#500eea Text Font Color

<p style="color:#500eea">Text here</p>

This sample text font color is #500eea
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.


#500eea Background Color

<div style="background-color:#500eea">
Div content here</div>

This div background color is #500eea


#500eea Border Color

<div style="border:3px solid #500eea">
Div here</div>

This div border color is #500eea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(80,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 #500eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500eea


Comments

No comments written yet.

Please login to write comment.