Color Hex Logo

#e588ae Color Hex

#E588AE
(229,136,174)
0 Favorites   0 Comments

Color spaces of #e588ae

RGB 229136174
HSL0.930.640.72
HSV335°41°90°
CMYK 0.000.410.24   0.10
XYZ48.757237.322344.6785
Yxy37.32230.37290.2854
Hunter Lab61.092035.5490-0.5963
CIE-Lab67.518140.2631-4.6228

#e588ae color RGB value is (229,136,174).

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

The process color (four color CMYK) of #e588ae color hex is 0.00, 0.41, 0.24, 0.10. Web safe color of #e588ae is #cc9999. Color #e588ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001000 10101110
Octal 345 210 256
Decimal 229 136 174
Hex E5 88 AE

RGB Percentages of Color #e588ae

%42.49
%25.23
%32.28

CMYK Percentages of Color #e588ae

%0
%41
%24
%10

Triadic Colors of #e588ae

#e588ae #aee588 #88aee5

Analogous Colors of #e588ae

#e588ae #e59188 #e588dd

Monochromatic Colors of #e588ae

#e588ae

Complementary Color

#e588ae #88e5bf

#e588ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e588ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e588ae Color CSS Codes

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

#e588ae Text Font Color

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

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


#e588ae Background Color

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

This div background color is #e588ae


#e588ae Border Color

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

This div border color is #e588ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e588ae


Comments

No comments written yet.

Please login to write comment.