Color Hex Logo

#e8bbcf Color Hex

#E8BBCF
(232,187,207)
0 Favorites   0 Comments

Color spaces of #e8bbcf

RGB 232187207
HSL0.930.490.82
HSV333°19°91°
CMYK 0.000.190.11   0.09
XYZ62.311557.201466.7883
Yxy57.20140.33450.3070
Hunter Lab75.631614.70760.5847
CIE-Lab80.292719.3019-3.9107

#e8bbcf color RGB value is (232,187,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111011 11001111
Octal 350 273 317
Decimal 232 187 207
Hex E8 BB CF

RGB Percentages of Color #e8bbcf

%37.06
%29.87
%33.07

CMYK Percentages of Color #e8bbcf

%0
%19
%11
%9

Triadic Colors of #e8bbcf

#e8bbcf #cfe8bb #bbcfe8

Analogous Colors of #e8bbcf

#e8bbcf #e8bebb #e8bbe6

Monochromatic Colors of #e8bbcf

#e8bbcf

Complementary Color

#e8bbcf #bbe8d4

#e8bbcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bbcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bbcf Color CSS Codes

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

#e8bbcf Text Font Color

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

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


#e8bbcf Background Color

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

This div background color is #e8bbcf


#e8bbcf Border Color

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

This div border color is #e8bbcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bbcf


Comments

No comments written yet.

Please login to write comment.