Color Hex Logo

#e095ae Color Hex

#E095AE
(224,149,174)
0 Favorites   0 Comments

Color spaces of #e095ae

RGB 224149174
HSL0.940.550.73
HSV340°33°88°
CMYK 0.000.330.22   0.12
XYZ49.127940.398245.2527
Yxy40.39820.36450.2997
Hunter Lab63.559626.74102.2788
CIE-Lab69.752231.6452-1.4050

#e095ae color RGB value is (224,149,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10010101 10101110
Octal 340 225 256
Decimal 224 149 174
Hex E0 95 AE

RGB Percentages of Color #e095ae

%40.95
%27.24
%31.81

CMYK Percentages of Color #e095ae

%0
%33
%22
%12

Triadic Colors of #e095ae

#e095ae #aee095 #95aee0

Analogous Colors of #e095ae

#e095ae #e0a295 #e095d4

Monochromatic Colors of #e095ae

#e095ae

Complementary Color

#e095ae #95e0c7

#e095ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e095ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e095ae Color CSS Codes

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

#e095ae Text Font Color

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

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


#e095ae Background Color

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

This div background color is #e095ae


#e095ae Border Color

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

This div border color is #e095ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e095ae


Comments

No comments written yet.

Please login to write comment.