Color Hex Logo

#e091ae Color Hex

#E091AE
(224,145,174)
0 Favorites   0 Comments

Color spaces of #e091ae

RGB 224145174
HSL0.940.560.72
HSV338°35°88°
CMYK 0.000.350.22   0.12
XYZ48.505939.154145.0454
Yxy39.15410.36550.2950
Hunter Lab62.573228.86751.1194
CIE-Lab68.862733.7785-2.7103

#e091ae color RGB value is (224,145,174).

#e091ae hex color red value is 224, green value is 145 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #e091ae hue: 0.94 , saturation: 0.56 and the lightness value of e091ae is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010001 10101110
Octal 340 221 256
Decimal 224 145 174
Hex E0 91 AE

RGB Percentages of Color #e091ae

%41.25
%26.70
%32.04

CMYK Percentages of Color #e091ae

%0
%35
%22
%12

Triadic Colors of #e091ae

#e091ae #aee091 #91aee0

Analogous Colors of #e091ae

#e091ae #e09c91 #e091d6

Monochromatic Colors of #e091ae

#e091ae

Complementary Color

#e091ae #91e0c3

#e091ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e091ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e091ae Color CSS Codes

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

#e091ae Text Font Color

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

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


#e091ae Background Color

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

This div background color is #e091ae


#e091ae Border Color

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

This div border color is #e091ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e091ae


Comments

No comments written yet.

Please login to write comment.