Color Hex Logo

#e0abdc Color Hex

#E0ABDC
(224,171,220)
0 Favorites   0 Comments

Color spaces of #e0abdc

RGB 224171220
HSL0.850.460.77
HSV305°24°88°
CMYK 0.000.240.02   0.12
XYZ58.221650.140474.3196
Yxy50.14040.31870.2745
Hunter Lab70.809922.8497-12.6618
CIE-Lab76.155427.4164-17.2054

#e0abdc color RGB value is (224,171,220).

#e0abdc hex color red value is 224, green value is 171 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e0abdc hue: 0.85 , saturation: 0.46 and the lightness value of e0abdc is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10101011 11011100
Octal 340 253 334
Decimal 224 171 220
Hex E0 AB DC

RGB Percentages of Color #e0abdc

%36.42
%27.80
%35.77

CMYK Percentages of Color #e0abdc

%0
%24
%2
%12

Triadic Colors of #e0abdc

#e0abdc #dce0ab #abdce0

Analogous Colors of #e0abdc

#e0abdc #e0abc2 #caabe0

Monochromatic Colors of #e0abdc

#e0abdc

Complementary Color

#e0abdc #abe0af

#e0abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0abdc Color CSS Codes

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

#e0abdc Text Font Color

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

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


#e0abdc Background Color

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

This div background color is #e0abdc


#e0abdc Border Color

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

This div border color is #e0abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0abdc


Comments

No comments written yet.

Please login to write comment.