Color Hex Logo

#e1acde Color Hex

#E1ACDE
(225,172,222)
0 Favorites   0 Comments

Color spaces of #e1acde

RGB 225172222
HSL0.840.470.78
HSV303°24°88°
CMYK 0.000.240.01   0.12
XYZ58.988750.786575.8010
Yxy50.78650.31790.2737
Hunter Lab71.264623.0387-13.1789
CIE-Lab76.549527.5743-17.6882

#e1acde color RGB value is (225,172,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 11011110
Octal 341 254 336
Decimal 225 172 222
Hex E1 AC DE

RGB Percentages of Color #e1acde

%36.35
%27.79
%35.86

CMYK Percentages of Color #e1acde

%0
%24
%1
%12

Triadic Colors of #e1acde

#e1acde #dee1ac #acdee1

Analogous Colors of #e1acde

#e1acde #e1acc4 #caace1

Monochromatic Colors of #e1acde

#e1acde

Complementary Color

#e1acde #ace1af

#e1acde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1acde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1acde Color CSS Codes

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

#e1acde Text Font Color

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

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


#e1acde Background Color

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

This div background color is #e1acde


#e1acde Border Color

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

This div border color is #e1acde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1acde


Comments

No comments written yet.

Please login to write comment.