Color Hex Logo

#e8babf Color Hex

#E8BABF
(232,186,191)
0 Favorites   0 Comments

Color spaces of #e8babf

RGB 232186191
HSL0.980.500.82
HSV353°20°91°
CMYK 0.000.200.18   0.09
XYZ60.241656.035256.9310
Yxy56.03520.34780.3235
Hunter Lab74.856712.65047.3076
CIE-Lab79.633817.27813.7622

#e8babf color RGB value is (232,186,191).

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

The process color (four color CMYK) of #e8babf color hex is 0.00, 0.20, 0.18, 0.09. Web safe color of #e8babf is #ffcccc. Color #e8babf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111010 10111111
Octal 350 272 277
Decimal 232 186 191
Hex E8 BA BF

RGB Percentages of Color #e8babf

%38.10
%30.54
%31.36

CMYK Percentages of Color #e8babf

%0
%20
%18
%9

Triadic Colors of #e8babf

#e8babf #bfe8ba #babfe8

Analogous Colors of #e8babf

#e8babf #e8ccba #e8bad6

Monochromatic Colors of #e8babf

#e8babf

Complementary Color

#e8babf #bae8e3

#e8babf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8babf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8babf Color CSS Codes

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

#e8babf Text Font Color

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

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


#e8babf Background Color

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

This div background color is #e8babf


#e8babf Border Color

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

This div border color is #e8babf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8babf


Comments

No comments written yet.

Please login to write comment.