Color Hex Logo

#e58daa Color Hex

#E58DAA
(229,141,170)
0 Favorites   0 Comments

Color spaces of #e58daa

RGB 229141170
HSL0.950.630.73
HSV340°38°90°
CMYK 0.000.380.26   0.10
XYZ49.093738.610042.8952
Yxy38.61000.37590.2956
Hunter Lab62.136932.29122.5660
CIE-Lab68.467837.0883-0.9812

#e58daa color RGB value is (229,141,170).

#e58daa hex color red value is 229, green value is 141 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e58daa hue: 0.95 , saturation: 0.63 and the lightness value of e58daa is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001101 10101010
Octal 345 215 252
Decimal 229 141 170
Hex E5 8D AA

RGB Percentages of Color #e58daa

%42.41
%26.11
%31.48

CMYK Percentages of Color #e58daa

%0
%38
%26
%10

Triadic Colors of #e58daa

#e58daa #aae58d #8daae5

Analogous Colors of #e58daa

#e58daa #e59c8d #e58dd6

Monochromatic Colors of #e58daa

#e58daa

Complementary Color

#e58daa #8de5c8

#e58daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58daa Color CSS Codes

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

#e58daa Text Font Color

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

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


#e58daa Background Color

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

This div background color is #e58daa


#e58daa Border Color

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

This div border color is #e58daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,141,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 #e58daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58daa


Comments

No comments written yet.

Please login to write comment.