Color Hex Logo

#e8abbf Color Hex

#E8ABBF
(232,171,191)
0 Favorites   0 Comments

Color spaces of #e8abbf

RGB 232171191
HSL0.950.570.79
HSV340°26°91°
CMYK 0.000.260.18   0.09
XYZ57.245650.043255.9324
Yxy50.04320.35070.3066
Hunter Lab70.741220.64962.6405
CIE-Lab76.095825.2870-1.3903

#e8abbf color RGB value is (232,171,191).

#e8abbf hex color red value is 232, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e8abbf hue: 0.95 , saturation: 0.57 and the lightness value of e8abbf is 0.79.

The process color (four color CMYK) of #e8abbf color hex is 0.00, 0.26, 0.18, 0.09. Web safe color of #e8abbf is #ff99cc. Color #e8abbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10101011 10111111
Octal 350 253 277
Decimal 232 171 191
Hex E8 AB BF

RGB Percentages of Color #e8abbf

%39.06
%28.79
%32.15

CMYK Percentages of Color #e8abbf

%0
%26
%18
%9

Triadic Colors of #e8abbf

#e8abbf #bfe8ab #abbfe8

Analogous Colors of #e8abbf

#e8abbf #e8b6ab #e8abde

Monochromatic Colors of #e8abbf

#e8abbf

Complementary Color

#e8abbf #abe8d4

#e8abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8abbf Color CSS Codes

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

#e8abbf Text Font Color

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

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


#e8abbf Background Color

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

This div background color is #e8abbf


#e8abbf Border Color

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

This div border color is #e8abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8abbf


Comments

No comments written yet.

Please login to write comment.