Color Hex Logo

#e58ead Color Hex

#E58EAD
(229,142,173)
0 Favorites   0 Comments

Color spaces of #e58ead

RGB 229142173
HSL0.940.630.73
HSV339°38°90°
CMYK 0.000.380.24   0.10
XYZ49.528939.021144.4565
Yxy39.02110.37240.2934
Hunter Lab62.466932.21251.5312
CIE-Lab68.766536.9826-2.2238

#e58ead color RGB value is (229,142,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10001110 10101101
Octal 345 216 255
Decimal 229 142 173
Hex E5 8E AD

RGB Percentages of Color #e58ead

%42.10
%26.10
%31.80

CMYK Percentages of Color #e58ead

%0
%38
%24
%10

Triadic Colors of #e58ead

#e58ead #ade58e #8eade5

Analogous Colors of #e58ead

#e58ead #e59b8e #e58ed9

Monochromatic Colors of #e58ead

#e58ead

Complementary Color

#e58ead #8ee5c6

#e58ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e58ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#e58ead Color CSS Codes

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

#e58ead Text Font Color

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

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


#e58ead Background Color

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

This div background color is #e58ead


#e58ead Border Color

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

This div border color is #e58ead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e58ead


Comments

No comments written yet.

Please login to write comment.