Color Hex Logo

#e54588 Color Hex

#E54588
(229,69,136)
0 Favorites   0 Comments

Color spaces of #e54588

RGB 22969136
HSL0.930.750.58
HSV335°70°90°
CMYK 0.000.700.41   0.10
XYZ38.885222.691825.6230
Yxy22.69180.44590.2602
Hunter Lab47.635962.34671.4535
CIE-Lab54.753566.2089-1.4884

#e54588 color RGB value is (229,69,136).

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

The process color (four color CMYK) of #e54588 color hex is 0.00, 0.70, 0.41, 0.10. Web safe color of #e54588 is #cc3399. Color #e54588 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000101 10001000
Octal 345 105 210
Decimal 229 69 136
Hex E5 45 88

RGB Percentages of Color #e54588

%52.76
%15.90
%31.34

CMYK Percentages of Color #e54588

%0
%70
%41
%10

Triadic Colors of #e54588

#e54588 #88e545 #4588e5

Analogous Colors of #e54588

#e54588 #e55245 #e545d8

Monochromatic Colors of #e54588

#e54588

Complementary Color

#e54588 #45e5a2

#e54588 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54588 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54588 Color CSS Codes

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

#e54588 Text Font Color

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

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


#e54588 Background Color

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

This div background color is #e54588


#e54588 Border Color

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

This div border color is #e54588


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54588


Comments

No comments written yet.

Please login to write comment.