Color Hex Logo

#e4abde Color Hex

#E4ABDE
(228,171,222)
0 Favorites   0 Comments

Color spaces of #e4abde

RGB 228171222
HSL0.850.510.78
HSV306°25°89°
CMYK 0.000.250.03   0.11
XYZ59.742650.893775.7819
Yxy50.89370.32050.2730
Hunter Lab71.339824.6378-13.0439
CIE-Lab76.614629.1030-17.5611

#e4abde color RGB value is (228,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10101011 11011110
Octal 344 253 336
Decimal 228 171 222
Hex E4 AB DE

RGB Percentages of Color #e4abde

%36.71
%27.54
%35.75

CMYK Percentages of Color #e4abde

%0
%25
%3
%11

Triadic Colors of #e4abde

#e4abde #dee4ab #abdee4

Analogous Colors of #e4abde

#e4abde #e4abc2 #ceabe4

Monochromatic Colors of #e4abde

#e4abde

Complementary Color

#e4abde #abe4b1

#e4abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4abde Color CSS Codes

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

#e4abde Text Font Color

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

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


#e4abde Background Color

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

This div background color is #e4abde


#e4abde Border Color

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

This div border color is #e4abde


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,171,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4abde


Comments

No comments written yet.

Please login to write comment.