Color Hex Logo

#e09daf Color Hex

#E09DAF
(224,157,175)
0 Favorites   0 Comments

Color spaces of #e09daf

RGB 224157175
HSL0.960.520.75
HSV344°30°88°
CMYK 0.000.300.22   0.12
XYZ50.535343.056446.2047
Yxy43.05640.36150.3080
Hunter Lab65.617422.64164.1829
CIE-Lab71.593227.50560.7298

#e09daf color RGB value is (224,157,175).

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

The process color (four color CMYK) of #e09daf color hex is 0.00, 0.30, 0.22, 0.12. Web safe color of #e09daf is #cc9999. Color #e09daf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011101 10101111
Octal 340 235 257
Decimal 224 157 175
Hex E0 9D AF

RGB Percentages of Color #e09daf

%40.29
%28.24
%31.47

CMYK Percentages of Color #e09daf

%0
%30
%22
%12

Triadic Colors of #e09daf

#e09daf #afe09d #9dafe0

Analogous Colors of #e09daf

#e09daf #e0ad9d #e09dd1

Monochromatic Colors of #e09daf

#e09daf

Complementary Color

#e09daf #9de0ce

#e09daf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09daf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09daf Color CSS Codes

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

#e09daf Text Font Color

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

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


#e09daf Background Color

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

This div background color is #e09daf


#e09daf Border Color

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

This div border color is #e09daf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09daf


Comments

No comments written yet.

Please login to write comment.