Color Hex Logo

#e8bfaf Color Hex

#E8BFAF
(232,191,175)
0 Favorites   0 Comments

Color spaces of #e8bfaf

RGB 232191175
HSL0.050.550.80
HSV17°25°91°
CMYK 0.000.180.25   0.09
XYZ59.647457.512648.5147
Yxy57.51260.36000.3471
Hunter Lab75.83717.679015.1568
CIE-Lab80.467012.269913.5655

#e8bfaf color RGB value is (232,191,175).

#e8bfaf hex color red value is 232, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #e8bfaf hue: 0.05 , saturation: 0.55 and the lightness value of e8bfaf is 0.80.

The process color (four color CMYK) of #e8bfaf color hex is 0.00, 0.18, 0.25, 0.09. Web safe color of #e8bfaf is #ffcc99. Color #e8bfaf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111111 10101111
Octal 350 277 257
Decimal 232 191 175
Hex E8 BF AF

RGB Percentages of Color #e8bfaf

%38.80
%31.94
%29.26

CMYK Percentages of Color #e8bfaf

%0
%18
%25
%9

Triadic Colors of #e8bfaf

#e8bfaf #afe8bf #bfafe8

Analogous Colors of #e8bfaf

#e8bfaf #e8dcaf #e8afbc

Monochromatic Colors of #e8bfaf

#e8bfaf

Complementary Color

#e8bfaf #afd8e8

#e8bfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bfaf Color CSS Codes

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

#e8bfaf Text Font Color

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

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


#e8bfaf Background Color

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

This div background color is #e8bfaf


#e8bfaf Border Color

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

This div border color is #e8bfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bfaf


Comments

No comments written yet.

Please login to write comment.