Color Hex Logo

#e5939c Color Hex

#E5939C
(229,147,156)
0 Favorites   0 Comments

Color spaces of #e5939c

RGB 229147156
HSL0.980.610.74
HSV353°36°90°
CMYK 0.000.360.32   0.10
XYZ48.747639.925836.5897
Yxy39.92580.38920.3187
Hunter Lab63.186927.13279.8977
CIE-Lab69.416632.05358.2227

#e5939c color RGB value is (229,147,156).

#e5939c hex color red value is 229, green value is 147 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #e5939c hue: 0.98 , saturation: 0.61 and the lightness value of e5939c is 0.74.

The process color (four color CMYK) of #e5939c color hex is 0.00, 0.36, 0.32, 0.10. Web safe color of #e5939c is #cc9999. Color #e5939c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010011 10011100
Octal 345 223 234
Decimal 229 147 156
Hex E5 93 9C

RGB Percentages of Color #e5939c

%43.05
%27.63
%29.32

CMYK Percentages of Color #e5939c

%0
%36
%32
%10

Triadic Colors of #e5939c

#e5939c #9ce593 #939ce5

Analogous Colors of #e5939c

#e5939c #e5b393 #e593c5

Monochromatic Colors of #e5939c

#e5939c

Complementary Color

#e5939c #93e5dc

#e5939c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5939c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5939c Color CSS Codes

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

#e5939c Text Font Color

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

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


#e5939c Background Color

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

This div background color is #e5939c


#e5939c Border Color

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

This div border color is #e5939c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5939c


Comments

No comments written yet.

Please login to write comment.