Color Hex Logo

#e0aade Color Hex

#E0AADE
(224,170,222)
0 Favorites   0 Comments

Color spaces of #e0aade

RGB 224170222
HSL0.840.470.77
HSV302°24°88°
CMYK 0.000.240.01   0.12
XYZ58.300049.870775.6605
Yxy49.87070.31710.2713
Hunter Lab70.619223.7779-14.0891
CIE-Lab75.989828.3204-18.5435

#e0aade color RGB value is (224,170,222).

#e0aade hex color red value is 224, green value is 170 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #e0aade hue: 0.84 , saturation: 0.47 and the lightness value of e0aade is 0.77.

The process color (four color CMYK) of #e0aade color hex is 0.00, 0.24, 0.01, 0.12. Web safe color of #e0aade is #cc99cc. Color #e0aade contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101010 11011110
Octal 340 252 336
Decimal 224 170 222
Hex E0 AA DE

RGB Percentages of Color #e0aade

%36.36
%27.60
%36.04

CMYK Percentages of Color #e0aade

%0
%24
%1
%12

Triadic Colors of #e0aade

#e0aade #dee0aa #aadee0

Analogous Colors of #e0aade

#e0aade #e0aac3 #c7aae0

Monochromatic Colors of #e0aade

#e0aade

Complementary Color

#e0aade #aae0ac

#e0aade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aade Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aade Color CSS Codes

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

#e0aade Text Font Color

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

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


#e0aade Background Color

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

This div background color is #e0aade


#e0aade Border Color

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

This div border color is #e0aade


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,170,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e0aade">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aade


Comments

No comments written yet.

Please login to write comment.