Color Hex Logo

#e5acd2 Color Hex

#E5ACD2
(229,172,210)
0 Favorites   0 Comments

Color spaces of #e5acd2

RGB 229172210
HSL0.890.520.79
HSV320°25°90°
CMYK 0.000.250.08   0.10
XYZ58.698550.816267.6875
Yxy50.81620.33130.2868
Hunter Lab71.285522.2324-6.3976
CIE-Lab76.567526.7960-11.0926

#e5acd2 color RGB value is (229,172,210).

#e5acd2 hex color red value is 229, green value is 172 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #e5acd2 hue: 0.89 , saturation: 0.52 and the lightness value of e5acd2 is 0.79.

The process color (four color CMYK) of #e5acd2 color hex is 0.00, 0.25, 0.08, 0.10. Web safe color of #e5acd2 is #cc99cc. Color #e5acd2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101100 11010010
Octal 345 254 322
Decimal 229 172 210
Hex E5 AC D2

RGB Percentages of Color #e5acd2

%37.48
%28.15
%34.37

CMYK Percentages of Color #e5acd2

%0
%25
%8
%10

Triadic Colors of #e5acd2

#e5acd2 #d2e5ac #acd2e5

Analogous Colors of #e5acd2

#e5acd2 #e5acb6 #dcace5

Monochromatic Colors of #e5acd2

#e5acd2

Complementary Color

#e5acd2 #ace5bf

#e5acd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5acd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5acd2 Color CSS Codes

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

#e5acd2 Text Font Color

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

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


#e5acd2 Background Color

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

This div background color is #e5acd2


#e5acd2 Border Color

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

This div border color is #e5acd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5acd2


Comments

No comments written yet.

Please login to write comment.