Color Hex Logo

#e7babf Color Hex

#E7BABF
(231,186,191)
0 Favorites   0 Comments

Color spaces of #e7babf

RGB 231186191
HSL0.980.480.82
HSV353°19°91°
CMYK 0.000.190.17   0.09
XYZ59.917955.868356.9159
Yxy55.86830.34690.3235
Hunter Lab74.745112.28707.1742
CIE-Lab79.538816.91713.6126

#e7babf color RGB value is (231,186,191).

#e7babf hex color red value is 231, green value is 186 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e7babf hue: 0.98 , saturation: 0.48 and the lightness value of e7babf is 0.82.

The process color (four color CMYK) of #e7babf color hex is 0.00, 0.19, 0.17, 0.09. Web safe color of #e7babf is #ffcccc. Color #e7babf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111010 10111111
Octal 347 272 277
Decimal 231 186 191
Hex E7 BA BF

RGB Percentages of Color #e7babf

%37.99
%30.59
%31.41

CMYK Percentages of Color #e7babf

%0
%19
%17
%9

Triadic Colors of #e7babf

#e7babf #bfe7ba #babfe7

Analogous Colors of #e7babf

#e7babf #e7ccba #e7bad6

Monochromatic Colors of #e7babf

#e7babf

Complementary Color

#e7babf #bae7e2

#e7babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7babf Color CSS Codes

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

#e7babf Text Font Color

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

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


#e7babf Background Color

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

This div background color is #e7babf


#e7babf Border Color

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

This div border color is #e7babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7babf

#e7babf Color Palettes


Comments

No comments written yet.

Please login to write comment.