Color Hex Logo

#e5998c Color Hex

#E5998C
(229,153,140)
0 Favorites   0 Comments

Color spaces of #e5998c

RGB 229153140
HSL0.020.630.72
HSV39°90°
CMYK 0.000.330.39   0.10
XYZ48.438041.333930.2362
Yxy41.33390.40360.3444
Hunter Lab64.291421.974217.1200
CIE-Lab70.409226.926118.4989

#e5998c color RGB value is (229,153,140).

#e5998c hex color red value is 229, green value is 153 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #e5998c hue: 0.02 , saturation: 0.63 and the lightness value of e5998c is 0.72.

The process color (four color CMYK) of #e5998c color hex is 0.00, 0.33, 0.39, 0.10. Web safe color of #e5998c is #cc9999. Color #e5998c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011001 10001100
Octal 345 231 214
Decimal 229 153 140
Hex E5 99 8C

RGB Percentages of Color #e5998c

%43.87
%29.31
%26.82

CMYK Percentages of Color #e5998c

%0
%33
%39
%10

Triadic Colors of #e5998c

#e5998c #8ce599 #998ce5

Analogous Colors of #e5998c

#e5998c #e5c68c #e58cac

Monochromatic Colors of #e5998c

#e5998c

Complementary Color

#e5998c #8cd8e5

#e5998c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5998c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5998c Color CSS Codes

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

#e5998c Text Font Color

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

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


#e5998c Background Color

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

This div background color is #e5998c


#e5998c Border Color

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

This div border color is #e5998c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5998c


Comments

No comments written yet.

Please login to write comment.