Color Hex Logo

#e598aa Color Hex

#E598AA
(229,152,170)
1 Favorites   0 Comments

Color spaces of #e598aa

RGB 229152170
HSL0.960.600.75
HSV346°34°90°
CMYK 0.000.340.26   0.10
XYZ50.797042.016843.4630
Yxy42.01680.37270.3083
Hunter Lab64.820426.44735.6194
CIE-Lab70.882531.26712.5380

#e598aa color RGB value is (229,152,170).

#e598aa hex color red value is 229, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e598aa hue: 0.96 , saturation: 0.60 and the lightness value of e598aa is 0.75.

The process color (four color CMYK) of #e598aa color hex is 0.00, 0.34, 0.26, 0.10. Web safe color of #e598aa is #cc9999. Color #e598aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011000 10101010
Octal 345 230 252
Decimal 229 152 170
Hex E5 98 AA

RGB Percentages of Color #e598aa

%41.56
%27.59
%30.85

CMYK Percentages of Color #e598aa

%0
%34
%26
%10

Triadic Colors of #e598aa

#e598aa #aae598 #98aae5

Analogous Colors of #e598aa

#e598aa #e5ad98 #e598d1

Monochromatic Colors of #e598aa

#e598aa

Complementary Color

#e598aa #98e5d3

#e598aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e598aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e598aa Color CSS Codes

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

#e598aa Text Font Color

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

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


#e598aa Background Color

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

This div background color is #e598aa


#e598aa Border Color

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

This div border color is #e598aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e598aa


Comments

No comments written yet.

Please login to write comment.