Color Hex Logo

#e1abde Color Hex

#E1ABDE
(225,171,222)
0 Favorites   0 Comments

Color spaces of #e1abde

RGB 225171222
HSL0.840.470.78
HSV303°24°88°
CMYK 0.000.240.01   0.12
XYZ58.799150.407375.7378
Yxy50.40730.31790.2726
Hunter Lab70.998123.5832-13.5494
CIE-Lab76.318628.1122-18.0370

#e1abde color RGB value is (225,171,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101011 11011110
Octal 341 253 336
Decimal 225 171 222
Hex E1 AB DE

RGB Percentages of Color #e1abde

%36.41
%27.67
%35.92

CMYK Percentages of Color #e1abde

%0
%24
%1
%12

Triadic Colors of #e1abde

#e1abde #dee1ab #abdee1

Analogous Colors of #e1abde

#e1abde #e1abc3 #c9abe1

Monochromatic Colors of #e1abde

#e1abde

Complementary Color

#e1abde #abe1ae

#e1abde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1abde Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1abde Color CSS Codes

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

#e1abde Text Font Color

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

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


#e1abde Background Color

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

This div background color is #e1abde


#e1abde Border Color

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

This div border color is #e1abde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1abde


Comments

No comments written yet.

Please login to write comment.