Color Hex Logo

#e0aadb Color Hex

#E0AADB
(224,170,219)
0 Favorites   0 Comments

Color spaces of #e0aadb

RGB 224170219
HSL0.850.470.77
HSV306°24°88°
CMYK 0.000.240.02   0.12
XYZ57.901449.711273.5613
Yxy49.71120.31960.2744
Hunter Lab70.506223.2028-12.5048
CIE-Lab75.891727.7731-17.0591

#e0aadb color RGB value is (224,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101010 11011011
Octal 340 252 333
Decimal 224 170 219
Hex E0 AA DB

RGB Percentages of Color #e0aadb

%36.54
%27.73
%35.73

CMYK Percentages of Color #e0aadb

%0
%24
%2
%12

Triadic Colors of #e0aadb

#e0aadb #dbe0aa #aadbe0

Analogous Colors of #e0aadb

#e0aadb #e0aac0 #caaae0

Monochromatic Colors of #e0aadb

#e0aadb

Complementary Color

#e0aadb #aae0af

#e0aadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aadb Color CSS Codes

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

#e0aadb Text Font Color

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

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


#e0aadb Background Color

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

This div background color is #e0aadb


#e0aadb Border Color

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

This div border color is #e0aadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aadb


Comments

No comments written yet.

Please login to write comment.