Color Hex Logo

#e588a0 Color Hex

#E588A0
(229,136,160)
0 Favorites   0 Comments

Color spaces of #e588a0

RGB 229136160
HSL0.960.640.72
HSV345°41°90°
CMYK 0.000.410.30   0.10
XYZ47.462436.804437.8601
Yxy36.80440.38860.3014
Hunter Lab60.666633.48255.4657
CIE-Lab67.130038.36102.6892

#e588a0 color RGB value is (229,136,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001000 10100000
Octal 345 210 240
Decimal 229 136 160
Hex E5 88 A0

RGB Percentages of Color #e588a0

%43.62
%25.90
%30.48

CMYK Percentages of Color #e588a0

%0
%41
%30
%10

Triadic Colors of #e588a0

#e588a0 #a0e588 #88a0e5

Analogous Colors of #e588a0

#e588a0 #e59f88 #e588cf

Monochromatic Colors of #e588a0

#e588a0

Complementary Color

#e588a0 #88e5cd

#e588a0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e588a0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e588a0 Color CSS Codes

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

#e588a0 Text Font Color

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

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


#e588a0 Background Color

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

This div background color is #e588a0


#e588a0 Border Color

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

This div border color is #e588a0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e588a0


Comments

No comments written yet.

Please login to write comment.