Color Hex Logo

#e2acdc Color Hex

#E2ACDC
(226,172,220)
0 Favorites   0 Comments

Color spaces of #e2acdc

RGB 226172220
HSL0.850.480.78
HSV307°24°89°
CMYK 0.000.240.03   0.11
XYZ59.034850.841174.4120
Yxy50.84110.32030.2759
Hunter Lab71.302923.0077-11.9632
CIE-Lab76.582727.5424-16.5416

#e2acdc color RGB value is (226,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 10101100 11011100
Octal 342 254 334
Decimal 226 172 220
Hex E2 AC DC

RGB Percentages of Color #e2acdc

%36.57
%27.83
%35.60

CMYK Percentages of Color #e2acdc

%0
%24
%3
%11

Triadic Colors of #e2acdc

#e2acdc #dce2ac #acdce2

Analogous Colors of #e2acdc

#e2acdc #e2acc1 #cdace2

Monochromatic Colors of #e2acdc

#e2acdc

Complementary Color

#e2acdc #ace2b2

#e2acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2acdc Color CSS Codes

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

#e2acdc Text Font Color

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

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


#e2acdc Background Color

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

This div background color is #e2acdc


#e2acdc Border Color

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

This div border color is #e2acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2acdc


Comments

No comments written yet.

Please login to write comment.