Color Hex Logo

#e54088 Color Hex

#E54088
(229,64,136)
0 Favorites   0 Comments

Color spaces of #e54088

RGB 22964136
HSL0.930.760.57
HSV334°72°90°
CMYK 0.000.720.41   0.10
XYZ38.590422.102425.5248
Yxy22.10240.44760.2564
Hunter Lab47.013264.24720.7190
CIE-Lab54.135567.9321-2.3960

#e54088 color RGB value is (229,64,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000000 10001000
Octal 345 100 210
Decimal 229 64 136
Hex E5 40 88

RGB Percentages of Color #e54088

%53.38
%14.92
%31.70

CMYK Percentages of Color #e54088

%0
%72
%41
%10

Triadic Colors of #e54088

#e54088 #88e540 #4088e5

Analogous Colors of #e54088

#e54088 #e54b40 #e540db

Monochromatic Colors of #e54088

#e54088

Complementary Color

#e54088 #40e59d

#e54088 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e54088 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e54088 Color CSS Codes

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

#e54088 Text Font Color

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

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


#e54088 Background Color

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

This div background color is #e54088


#e54088 Border Color

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

This div border color is #e54088


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e54088


Comments

No comments written yet.

Please login to write comment.