Color Hex Logo

#e3acdc Color Hex

#E3ACDC
(227,172,220)
0 Favorites   0 Comments

Color spaces of #e3acdc

RGB 227172220
HSL0.850.500.78
HSV308°24°89°
CMYK 0.000.240.03   0.11
XYZ59.349351.003274.4267
Yxy51.00320.32120.2760
Hunter Lab71.416523.3600-11.7975
CIE-Lab76.680927.8750-16.3838

#e3acdc color RGB value is (227,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 10101100 11011100
Octal 343 254 334
Decimal 227 172 220
Hex E3 AC DC

RGB Percentages of Color #e3acdc

%36.67
%27.79
%35.54

CMYK Percentages of Color #e3acdc

%0
%24
%3
%11

Triadic Colors of #e3acdc

#e3acdc #dce3ac #acdce3

Analogous Colors of #e3acdc

#e3acdc #e3acc1 #cface3

Monochromatic Colors of #e3acdc

#e3acdc

Complementary Color

#e3acdc #ace3b3

#e3acdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3acdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3acdc Color CSS Codes

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

#e3acdc Text Font Color

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

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


#e3acdc Background Color

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

This div background color is #e3acdc


#e3acdc Border Color

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

This div border color is #e3acdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3acdc


Comments

No comments written yet.

Please login to write comment.