Color Hex Logo

#e54688 Color Hex

#E54688
(229,70,136)
0 Favorites   0 Comments

Color spaces of #e54688

RGB 22970136
HSL0.930.750.59
HSV335°69°90°
CMYK 0.000.690.41   0.10
XYZ38.947222.815925.6437
Yxy22.81590.44560.2610
Hunter Lab47.766061.95401.6057
CIE-Lab54.882265.8511-1.2997

#e54688 color RGB value is (229,70,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000110 10001000
Octal 345 106 210
Decimal 229 70 136
Hex E5 46 88

RGB Percentages of Color #e54688

%52.64
%16.09
%31.26

CMYK Percentages of Color #e54688

%0
%69
%41
%10

Triadic Colors of #e54688

#e54688 #88e546 #4688e5

Analogous Colors of #e54688

#e54688 #e55346 #e546d8

Monochromatic Colors of #e54688

#e54688

Complementary Color

#e54688 #46e5a3

#e54688 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54688 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54688 Color CSS Codes

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

#e54688 Text Font Color

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

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


#e54688 Background Color

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

This div background color is #e54688


#e54688 Border Color

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

This div border color is #e54688


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54688


Comments

No comments written yet.

Please login to write comment.