Color Hex Logo

#e50eac Color Hex

#E50EAC
(229,14,172)
0 Favorites   0 Comments

Color spaces of #e50eac

RGB 22914172
HSL0.880.880.48
HSV316°94°90°
CMYK 0.000.940.25   0.10
XYZ39.916519.950640.7767
Yxy19.95060.39660.1982
Hunter Lab44.666181.3534-22.8609
CIE-Lab51.781382.2727-27.2965

#e50eac color RGB value is (229,14,172).

#e50eac hex color red value is 229, green value is 14 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e50eac hue: 0.88 , saturation: 0.88 and the lightness value of e50eac is 0.48.

The process color (four color CMYK) of #e50eac color hex is 0.00, 0.94, 0.25, 0.10. Web safe color of #e50eac is #cc0099. Color #e50eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00001110 10101100
Octal 345 16 254
Decimal 229 14 172
Hex E5 E AC

RGB Percentages of Color #e50eac

%55.18
%3.37
%41.45

CMYK Percentages of Color #e50eac

%0
%94
%25
%10

Triadic Colors of #e50eac

#e50eac #ace50e #0eace5

Analogous Colors of #e50eac

#e50eac #e50e41 #b30ee5

Monochromatic Colors of #e50eac

#e50eac

Complementary Color

#e50eac #0ee547

#e50eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e50eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e50eac Color CSS Codes

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

#e50eac Text Font Color

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

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


#e50eac Background Color

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

This div background color is #e50eac


#e50eac Border Color

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

This div border color is #e50eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e50eac


Comments

No comments written yet.

Please login to write comment.