Color Hex Logo

#e39dae Color Hex

#E39DAE
(227,157,174)
0 Favorites   0 Comments

Color spaces of #e39dae

RGB 227157174
HSL0.960.560.75
HSV345°31°89°
CMYK 0.000.310.23   0.11
XYZ51.375543.500845.7331
Yxy43.50080.36540.3094
Hunter Lab65.955123.62045.0571
CIE-Lab71.893628.44361.7607

#e39dae color RGB value is (227,157,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10011101 10101110
Octal 343 235 256
Decimal 227 157 174
Hex E3 9D AE

RGB Percentages of Color #e39dae

%40.68
%28.14
%31.18

CMYK Percentages of Color #e39dae

%0
%31
%23
%11

Triadic Colors of #e39dae

#e39dae #aee39d #9daee3

Analogous Colors of #e39dae

#e39dae #e3af9d #e39dd1

Monochromatic Colors of #e39dae

#e39dae

Complementary Color

#e39dae #9de3d2

#e39dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e39dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e39dae Color CSS Codes

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

#e39dae Text Font Color

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

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


#e39dae Background Color

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

This div background color is #e39dae


#e39dae Border Color

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

This div border color is #e39dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e39dae


Comments

No comments written yet.

Please login to write comment.