Color Hex Logo

#e0aadf Color Hex

#E0AADF
(224,170,223)
0 Favorites   0 Comments

Color spaces of #e0aadf

RGB 224170223
HSL0.840.470.77
HSV301°24°88°
CMYK 0.000.240.00   0.12
XYZ58.434549.924576.3686
Yxy49.92450.31630.2703
Hunter Lab70.657323.9716-14.6224
CIE-Lab76.022928.5043-19.0374

#e0aadf color RGB value is (224,170,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101010 11011111
Octal 340 252 337
Decimal 224 170 223
Hex E0 AA DF

RGB Percentages of Color #e0aadf

%36.30
%27.55
%36.14

CMYK Percentages of Color #e0aadf

%0
%24
%0
%12

Triadic Colors of #e0aadf

#e0aadf #dfe0aa #aadfe0

Analogous Colors of #e0aadf

#e0aadf #e0aac4 #c6aae0

Monochromatic Colors of #e0aadf

#e0aadf

Complementary Color

#e0aadf #aae0ab

#e0aadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aadf Color CSS Codes

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

#e0aadf Text Font Color

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

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


#e0aadf Background Color

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

This div background color is #e0aadf


#e0aadf Border Color

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

This div border color is #e0aadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aadf


Comments

No comments written yet.

Please login to write comment.