Color Hex Logo

#e5988a Color Hex

#E5988A
(229,152,138)
0 Favorites   0 Comments

Color spaces of #e5988a

RGB 229152138
HSL0.030.640.72
HSV40°90°
CMYK 0.000.340.40   0.10
XYZ48.128840.949529.4121
Yxy40.94950.40620.3456
Hunter Lab63.991822.265817.5432
CIE-Lab70.140527.232719.2320

#e5988a color RGB value is (229,152,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10011000 10001010
Octal 345 230 212
Decimal 229 152 138
Hex E5 98 8A

RGB Percentages of Color #e5988a

%44.12
%29.29
%26.59

CMYK Percentages of Color #e5988a

%0
%34
%40
%10

Triadic Colors of #e5988a

#e5988a #8ae598 #988ae5

Analogous Colors of #e5988a

#e5988a #e5c68a #e58aaa

Monochromatic Colors of #e5988a

#e5988a

Complementary Color

#e5988a #8ad7e5

#e5988a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5988a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5988a Color CSS Codes

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

#e5988a Text Font Color

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

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


#e5988a Background Color

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

This div background color is #e5988a


#e5988a Border Color

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

This div border color is #e5988a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5988a


Comments

No comments written yet.

Please login to write comment.