Color Hex Logo

#e0aacd Color Hex

#E0AACD
(224,170,205)
0 Favorites   0 Comments

Color spaces of #e0aacd

RGB 224170205
HSL0.890.470.77
HSV321°24°88°
CMYK 0.000.240.08   0.12
XYZ56.134649.004564.2578
Yxy49.00450.33140.2893
Hunter Lab70.003220.6310-5.4216
CIE-Lab75.454125.3032-10.0792

#e0aacd color RGB value is (224,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101010 11001101
Octal 340 252 315
Decimal 224 170 205
Hex E0 AA CD

RGB Percentages of Color #e0aacd

%37.40
%28.38
%34.22

CMYK Percentages of Color #e0aacd

%0
%24
%8
%12

Triadic Colors of #e0aacd

#e0aacd #cde0aa #aacde0

Analogous Colors of #e0aacd

#e0aacd #e0aab2 #d8aae0

Monochromatic Colors of #e0aacd

#e0aacd

Complementary Color

#e0aacd #aae0bd

#e0aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0aacd Color CSS Codes

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

#e0aacd Text Font Color

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

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


#e0aacd Background Color

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

This div background color is #e0aacd


#e0aacd Border Color

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

This div border color is #e0aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0aacd


Comments

No comments written yet.

Please login to write comment.