Color Hex Logo

#e09fae Color Hex

#E09FAE
(224,159,174)
0 Favorites   0 Comments

Color spaces of #e09fae

RGB 224159174
HSL0.960.510.75
HSV346°29°88°
CMYK 0.000.290.22   0.12
XYZ50.778643.699645.8029
Yxy43.69960.36200.3115
Hunter Lab66.105721.42865.1935
CIE-Lab72.027326.28381.9151

#e09fae color RGB value is (224,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10011111 10101110
Octal 340 237 256
Decimal 224 159 174
Hex E0 9F AE

RGB Percentages of Color #e09fae

%40.22
%28.55
%31.24

CMYK Percentages of Color #e09fae

%0
%29
%22
%12

Triadic Colors of #e09fae

#e09fae #aee09f #9faee0

Analogous Colors of #e09fae

#e09fae #e0b19f #e09fcf

Monochromatic Colors of #e09fae

#e09fae

Complementary Color

#e09fae #9fe0d1

#e09fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e09fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e09fae Color CSS Codes

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

#e09fae Text Font Color

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

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


#e09fae Background Color

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

This div background color is #e09fae


#e09fae Border Color

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

This div border color is #e09fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e09fae


Comments

No comments written yet.

Please login to write comment.