Color Hex Logo

#e54eaa Color Hex

#E54EAA
(229,78,170)
0 Favorites   0 Comments

Color spaces of #e54eaa

RGB 22978170
HSL0.900.740.60
HSV323°66°90°
CMYK 0.000.660.26   0.10
XYZ42.293225.009140.6283
Yxy25.00910.39190.2317
Hunter Lab50.009163.4433-13.1619
CIE-Lab57.084366.7037-17.9784

#e54eaa color RGB value is (229,78,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01001110 10101010
Octal 345 116 252
Decimal 229 78 170
Hex E5 4E AA

RGB Percentages of Color #e54eaa

%48.01
%16.35
%35.64

CMYK Percentages of Color #e54eaa

%0
%66
%26
%10

Triadic Colors of #e54eaa

#e54eaa #aae54e #4eaae5

Analogous Colors of #e54eaa

#e54eaa #e54e5e #d54ee5

Monochromatic Colors of #e54eaa

#e54eaa

Complementary Color

#e54eaa #4ee589

#e54eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54eaa Color CSS Codes

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

#e54eaa Text Font Color

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

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


#e54eaa Background Color

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

This div background color is #e54eaa


#e54eaa Border Color

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

This div border color is #e54eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54eaa


Comments

No comments written yet.

Please login to write comment.