Color Hex Logo

#e54eac Color Hex

#E54EAC
(229,78,172)
0 Favorites   0 Comments

Color spaces of #e54eac

RGB 22978172
HSL0.900.740.60
HSV323°66°90°
CMYK 0.000.660.25   0.10
XYZ42.483925.085341.6325
Yxy25.08530.38900.2297
Hunter Lab50.085263.7603-14.2242
CIE-Lab57.158466.9569-19.0272

#e54eac color RGB value is (229,78,172).

#e54eac hex color red value is 229, green value is 78 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e54eac hue: 0.90 , saturation: 0.74 and the lightness value of e54eac is 0.60.

The process color (four color CMYK) of #e54eac color hex is 0.00, 0.66, 0.25, 0.10. Web safe color of #e54eac is #cc6699. Color #e54eac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 10101100
Octal 345 116 254
Decimal 229 78 172
Hex E5 4E AC

RGB Percentages of Color #e54eac

%47.81
%16.28
%35.91

CMYK Percentages of Color #e54eac

%0
%66
%25
%10

Triadic Colors of #e54eac

#e54eac #ace54e #4eace5

Analogous Colors of #e54eac

#e54eac #e54e61 #d34ee5

Monochromatic Colors of #e54eac

#e54eac

Complementary Color

#e54eac #4ee587

#e54eac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54eac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54eac Color CSS Codes

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

#e54eac Text Font Color

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

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


#e54eac Background Color

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

This div background color is #e54eac


#e54eac Border Color

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

This div border color is #e54eac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54eac


Comments

No comments written yet.

Please login to write comment.