Color Hex Logo

#e4abdc Color Hex

#E4ABDC
(228,171,220)
0 Favorites   0 Comments

Color spaces of #e4abdc

RGB 228171220
HSL0.860.510.78
HSV308°25°89°
CMYK 0.000.250.04   0.11
XYZ59.476150.787174.3783
Yxy50.78710.32210.2751
Hunter Lab71.265124.2579-11.9945
CIE-Lab76.549928.7441-16.5716

#e4abdc color RGB value is (228,171,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101011 11011100
Octal 344 253 334
Decimal 228 171 220
Hex E4 AB DC

RGB Percentages of Color #e4abdc

%36.83
%27.63
%35.54

CMYK Percentages of Color #e4abdc

%0
%25
%4
%11

Triadic Colors of #e4abdc

#e4abdc #dce4ab #abdce4

Analogous Colors of #e4abdc

#e4abdc #e4abc0 #d0abe4

Monochromatic Colors of #e4abdc

#e4abdc

Complementary Color

#e4abdc #abe4b3

#e4abdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4abdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4abdc Color CSS Codes

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

#e4abdc Text Font Color

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

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


#e4abdc Background Color

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

This div background color is #e4abdc


#e4abdc Border Color

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

This div border color is #e4abdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4abdc


Comments

No comments written yet.

Please login to write comment.