Color Hex Logo

#e7abbf Color Hex

#E7ABBF
(231,171,191)
0 Favorites   0 Comments

Color spaces of #e7abbf

RGB 231171191
HSL0.940.560.79
HSV340°26°91°
CMYK 0.000.260.17   0.09
XYZ56.921949.876355.9172
Yxy49.87630.34980.3065
Hunter Lab70.623220.27962.4922
CIE-Lab75.993324.9314-1.5525

#e7abbf color RGB value is (231,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10101011 10111111
Octal 347 253 277
Decimal 231 171 191
Hex E7 AB BF

RGB Percentages of Color #e7abbf

%38.95
%28.84
%32.21

CMYK Percentages of Color #e7abbf

%0
%26
%17
%9

Triadic Colors of #e7abbf

#e7abbf #bfe7ab #abbfe7

Analogous Colors of #e7abbf

#e7abbf #e7b5ab #e7abdd

Monochromatic Colors of #e7abbf

#e7abbf

Complementary Color

#e7abbf #abe7d3

#e7abbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7abbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7abbf Color CSS Codes

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

#e7abbf Text Font Color

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

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


#e7abbf Background Color

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

This div background color is #e7abbf


#e7abbf Border Color

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

This div border color is #e7abbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7abbf


Comments

No comments written yet.

Please login to write comment.