Color Hex Logo

#e1aacd Color Hex

#E1AACD
(225,170,205)
0 Favorites   0 Comments

Color spaces of #e1aacd

RGB 225170205
HSL0.890.480.77
HSV322°24°88°
CMYK 0.000.240.09   0.12
XYZ56.445549.164864.2724
Yxy49.16480.33230.2894
Hunter Lab70.117620.9888-5.2651
CIE-Lab75.553725.6469-9.9202

#e1aacd color RGB value is (225,170,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101010 11001101
Octal 341 252 315
Decimal 225 170 205
Hex E1 AA CD

RGB Percentages of Color #e1aacd

%37.50
%28.33
%34.17

CMYK Percentages of Color #e1aacd

%0
%24
%9
%12

Triadic Colors of #e1aacd

#e1aacd #cde1aa #aacde1

Analogous Colors of #e1aacd

#e1aacd #e1aab2 #daaae1

Monochromatic Colors of #e1aacd

#e1aacd

Complementary Color

#e1aacd #aae1be

#e1aacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1aacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1aacd Color CSS Codes

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

#e1aacd Text Font Color

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

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


#e1aacd Background Color

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

This div background color is #e1aacd


#e1aacd Border Color

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

This div border color is #e1aacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1aacd


Comments

No comments written yet.

Please login to write comment.