Color Hex Logo

#e39daf Color Hex

#E39DAF
(227,157,175)
0 Favorites   0 Comments

Color spaces of #e39daf

RGB 227157175
HSL0.960.560.75
HSV345°31°89°
CMYK 0.000.310.23   0.11
XYZ51.473443.540046.2486
Yxy43.54000.36440.3082
Hunter Lab65.984823.77064.6332
CIE-Lab71.920028.58841.2456

#e39daf color RGB value is (227,157,175).

#e39daf hex color red value is 227, green value is 157 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e39daf hue: 0.96 , saturation: 0.56 and the lightness value of e39daf is 0.75.

The process color (four color CMYK) of #e39daf color hex is 0.00, 0.31, 0.23, 0.11. Web safe color of #e39daf is #cc9999. Color #e39daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011101 10101111
Octal 343 235 257
Decimal 227 157 175
Hex E3 9D AF

RGB Percentages of Color #e39daf

%40.61
%28.09
%31.31

CMYK Percentages of Color #e39daf

%0
%31
%23
%11

Triadic Colors of #e39daf

#e39daf #afe39d #9dafe3

Analogous Colors of #e39daf

#e39daf #e3ae9d #e39dd2

Monochromatic Colors of #e39daf

#e39daf

Complementary Color

#e39daf #9de3d1

#e39daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39daf Color CSS Codes

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

#e39daf Text Font Color

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

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


#e39daf Background Color

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

This div background color is #e39daf


#e39daf Border Color

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

This div border color is #e39daf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,157,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e39daf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e39daf;
  -webkit-box-shadow: 1px 1px 3px 2px #e39daf;
  box-shadow:         1px 1px 3px 2px #e39daf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,157,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39daf


Comments

No comments written yet.

Please login to write comment.