Color Hex Logo

#e5588e Color Hex

#E5588E
(229,88,142)
0 Favorites   0 Comments

Color spaces of #e5588e

RGB 22988142
HSL0.940.730.62
HSV337°62°90°
CMYK 0.000.620.38   0.10
XYZ40.685325.590528.3863
Yxy25.59050.42980.2703
Hunter Lab50.587155.03362.1411
CIE-Lab57.646359.3812-0.7889

#e5588e color RGB value is (229,88,142).

#e5588e hex color red value is 229, green value is 88 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #e5588e hue: 0.94 , saturation: 0.73 and the lightness value of e5588e is 0.62.

The process color (four color CMYK) of #e5588e color hex is 0.00, 0.62, 0.38, 0.10. Web safe color of #e5588e is #cc6699. Color #e5588e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011000 10001110
Octal 345 130 216
Decimal 229 88 142
Hex E5 58 8E

RGB Percentages of Color #e5588e

%49.89
%19.17
%30.94

CMYK Percentages of Color #e5588e

%0
%62
%38
%10

Triadic Colors of #e5588e

#e5588e #8ee558 #588ee5

Analogous Colors of #e5588e

#e5588e #e56958 #e558d5

Monochromatic Colors of #e5588e

#e5588e

Complementary Color

#e5588e #58e5af

#e5588e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5588e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5588e Color CSS Codes

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

#e5588e Text Font Color

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

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


#e5588e Background Color

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

This div background color is #e5588e


#e5588e Border Color

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

This div border color is #e5588e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5588e


Comments

No comments written yet.

Please login to write comment.