Color Hex Logo

#e1abbf Color Hex

#E1ABBF
(225,171,191)
0 Favorites   0 Comments

Color spaces of #e1abbf

RGB 225171191
HSL0.940.470.78
HSV338°24°88°
CMYK 0.000.240.15   0.12
XYZ55.018248.895055.8281
Yxy48.89500.34440.3061
Hunter Lab69.925018.07831.6103
CIE-Lab75.386022.7974-2.5145

#e1abbf color RGB value is (225,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 10101011 10111111
Octal 341 253 277
Decimal 225 171 191
Hex E1 AB BF

RGB Percentages of Color #e1abbf

%38.33
%29.13
%32.54

CMYK Percentages of Color #e1abbf

%0
%24
%15
%12

Triadic Colors of #e1abbf

#e1abbf #bfe1ab #abbfe1

Analogous Colors of #e1abbf

#e1abbf #e1b2ab #e1abda

Monochromatic Colors of #e1abbf

#e1abbf

Complementary Color

#e1abbf #abe1cd

#e1abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1abbf Color CSS Codes

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

#e1abbf Text Font Color

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

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


#e1abbf Background Color

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

This div background color is #e1abbf


#e1abbf Border Color

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

This div border color is #e1abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1abbf


Comments

No comments written yet.

Please login to write comment.