Color Hex Logo

#e8bfbc Color Hex

#E8BFBC
(232,191,188)
0 Favorites   0 Comments

Color spaces of #e8bfbc

RGB 232191188
HSL0.010.490.82
HSV19°91°
CMYK 0.000.180.19   0.09
XYZ60.986658.048255.5670
Yxy58.04820.34930.3325
Hunter Lab76.18949.550810.0907
CIE-Lab80.765614.16327.0106

#e8bfbc color RGB value is (232,191,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111111 10111100
Octal 350 277 274
Decimal 232 191 188
Hex E8 BF BC

RGB Percentages of Color #e8bfbc

%37.97
%31.26
%30.77

CMYK Percentages of Color #e8bfbc

%0
%18
%19
%9

Triadic Colors of #e8bfbc

#e8bfbc #bce8bf #bfbce8

Analogous Colors of #e8bfbc

#e8bfbc #e8d5bc #e8bccf

Monochromatic Colors of #e8bfbc

#e8bfbc

Complementary Color

#e8bfbc #bce5e8

#e8bfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bfbc Color CSS Codes

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

#e8bfbc Text Font Color

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

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


#e8bfbc Background Color

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

This div background color is #e8bfbc


#e8bfbc Border Color

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

This div border color is #e8bfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bfbc


Comments

No comments written yet.

Please login to write comment.