Color Hex Logo

#500ead Color Hex

#500EAD
(80,14,173)
0 Favorites   0 Comments

Color spaces of #500ead

RGB 8014173
HSL0.740.850.37
HSV265°92°68°
CMYK 0.540.920.00   0.32
XYZ11.00815.036739.9271
Yxy5.03670.19670.0900
Hunter Lab22.442648.2798-89.7717
CIE-Lab26.839159.0708-69.2921

#500ead color RGB value is (80,14,173).

#500ead hex color red value is 80, green value is 14 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #500ead hue: 0.74 , saturation: 0.85 and the lightness value of 500ead is 0.37.

The process color (four color CMYK) of #500ead color hex is 0.54, 0.92, 0.00, 0.32. Web safe color of #500ead is #660099. Color #500ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010000 00001110 10101101
Octal 120 16 255
Decimal 80 14 173
Hex 50 E AD

RGB Percentages of Color #500ead

%29.96
%5.24
%64.79

CMYK Percentages of Color #500ead

%54
%92
%0
%32

Triadic Colors of #500ead

#500ead #ad500e #0ead50

Analogous Colors of #500ead

#500ead #a00ead #0e1bad

Monochromatic Colors of #500ead

#500ead

Complementary Color

#500ead #6bad0e

#500ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#500ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#500ead Color CSS Codes

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

#500ead Text Font Color

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

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


#500ead Background Color

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

This div background color is #500ead


#500ead Border Color

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

This div border color is #500ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #500ead


Comments

No comments written yet.

Please login to write comment.