Color Hex Logo

#e5abdc Color Hex

#E5ABDC
(229,171,220)
0 Favorites   0 Comments

Color spaces of #e5abdc

RGB 229171220
HSL0.860.530.78
HSV309°25°90°
CMYK 0.000.250.04   0.10
XYZ59.794350.951174.3932
Yxy50.95110.32300.2752
Hunter Lab71.380024.6125-11.8268
CIE-Lab76.649429.0765-16.4117

#e5abdc color RGB value is (229,171,220).

#e5abdc hex color red value is 229, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e5abdc hue: 0.86 , saturation: 0.53 and the lightness value of e5abdc is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10101011 11011100
Octal 345 253 334
Decimal 229 171 220
Hex E5 AB DC

RGB Percentages of Color #e5abdc

%36.94
%27.58
%35.48

CMYK Percentages of Color #e5abdc

%0
%25
%4
%10

Triadic Colors of #e5abdc

#e5abdc #dce5ab #abdce5

Analogous Colors of #e5abdc

#e5abdc #e5abbf #d1abe5

Monochromatic Colors of #e5abdc

#e5abdc

Complementary Color

#e5abdc #abe5b4

#e5abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5abdc Color CSS Codes

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

#e5abdc Text Font Color

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

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


#e5abdc Background Color

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

This div background color is #e5abdc


#e5abdc Border Color

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

This div border color is #e5abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5abdc


Comments

No comments written yet.

Please login to write comment.