Color Hex Logo

#e089ae Color Hex

#E089AE
(224,137,174)
0 Favorites   0 Comments

Color spaces of #e089ae

RGB 224137174
HSL0.930.580.71
HSV334°39°88°
CMYK 0.000.390.22   0.12
XYZ47.326136.794644.6521
Yxy36.79460.36750.2857
Hunter Lab60.658633.1141-1.1837
CIE-Lab67.122638.0128-5.2754

#e089ae color RGB value is (224,137,174).

#e089ae hex color red value is 224, green value is 137 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e089ae hue: 0.93 , saturation: 0.58 and the lightness value of e089ae is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10001001 10101110
Octal 340 211 256
Decimal 224 137 174
Hex E0 89 AE

RGB Percentages of Color #e089ae

%41.87
%25.61
%32.52

CMYK Percentages of Color #e089ae

%0
%39
%22
%12

Triadic Colors of #e089ae

#e089ae #aee089 #89aee0

Analogous Colors of #e089ae

#e089ae #e09089 #e089da

Monochromatic Colors of #e089ae

#e089ae

Complementary Color

#e089ae #89e0bb

#e089ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e089ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e089ae Color CSS Codes

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

#e089ae Text Font Color

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

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


#e089ae Background Color

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

This div background color is #e089ae


#e089ae Border Color

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

This div border color is #e089ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e089ae


Comments

No comments written yet.

Please login to write comment.