Color Hex Logo

#e54789 Color Hex

#E54789
(229,71,137)
0 Favorites   0 Comments

Color spaces of #e54789

RGB 22971137
HSL0.930.750.59
HSV335°69°90°
CMYK 0.000.690.40   0.10
XYZ39.081722.970626.0409
Yxy22.97060.44360.2608
Hunter Lab47.927761.68111.3349
CIE-Lab55.042065.5891-1.6585

#e54789 color RGB value is (229,71,137).

#e54789 hex color red value is 229, green value is 71 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #e54789 hue: 0.93 , saturation: 0.75 and the lightness value of e54789 is 0.59.

The process color (four color CMYK) of #e54789 color hex is 0.00, 0.69, 0.40, 0.10. Web safe color of #e54789 is #cc3399. Color #e54789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000111 10001001
Octal 345 107 211
Decimal 229 71 137
Hex E5 47 89

RGB Percentages of Color #e54789

%52.40
%16.25
%31.35

CMYK Percentages of Color #e54789

%0
%69
%40
%10

Triadic Colors of #e54789

#e54789 #89e547 #4789e5

Analogous Colors of #e54789

#e54789 #e55447 #e547d8

Monochromatic Colors of #e54789

#e54789

Complementary Color

#e54789 #47e5a3

#e54789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54789 Color CSS Codes

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

#e54789 Text Font Color

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

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


#e54789 Background Color

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

This div background color is #e54789


#e54789 Border Color

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

This div border color is #e54789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54789


Comments

No comments written yet.

Please login to write comment.