Color Hex Logo

#e1acdc Color Hex

#E1ACDC
(225,172,220)
0 Favorites   0 Comments

Color spaces of #e1acdc

RGB 225172220
HSL0.850.470.78
HSV306°24°88°
CMYK 0.000.240.02   0.12
XYZ58.722150.679974.3974
Yxy50.67990.31950.2757
Hunter Lab71.189822.6565-12.1285
CIE-Lab76.484727.2101-16.6990

#e1acdc color RGB value is (225,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101100 11011100
Octal 341 254 334
Decimal 225 172 220
Hex E1 AC DC

RGB Percentages of Color #e1acdc

%36.47
%27.88
%35.66

CMYK Percentages of Color #e1acdc

%0
%24
%2
%12

Triadic Colors of #e1acdc

#e1acdc #dce1ac #acdce1

Analogous Colors of #e1acdc

#e1acdc #e1acc2 #ccace1

Monochromatic Colors of #e1acdc

#e1acdc

Complementary Color

#e1acdc #ace1b1

#e1acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1acdc Color CSS Codes

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

#e1acdc Text Font Color

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

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


#e1acdc Background Color

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

This div background color is #e1acdc


#e1acdc Border Color

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

This div border color is #e1acdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,172,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1acdc


Comments

No comments written yet.

Please login to write comment.