Color Hex Logo

#e8bfcf Color Hex

#E8BFCF
(232,191,207)
0 Favorites   0 Comments

Color spaces of #e8bfcf

RGB 232191207
HSL0.930.470.83
HSV337°18°91°
CMYK 0.000.180.11   0.09
XYZ63.172058.922467.0751
Yxy58.92240.33390.3115
Hunter Lab76.760912.56871.9240
CIE-Lab81.248917.1707-2.5050

#e8bfcf color RGB value is (232,191,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111111 11001111
Octal 350 277 317
Decimal 232 191 207
Hex E8 BF CF

RGB Percentages of Color #e8bfcf

%36.83
%30.32
%32.86

CMYK Percentages of Color #e8bfcf

%0
%18
%11
%9

Triadic Colors of #e8bfcf

#e8bfcf #cfe8bf #bfcfe8

Analogous Colors of #e8bfcf

#e8bfcf #e8c4bf #e8bfe4

Monochromatic Colors of #e8bfcf

#e8bfcf

Complementary Color

#e8bfcf #bfe8d8

#e8bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bfcf Color CSS Codes

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

#e8bfcf Text Font Color

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

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


#e8bfcf Background Color

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

This div background color is #e8bfcf


#e8bfcf Border Color

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

This div border color is #e8bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bfcf


Comments

No comments written yet.

Please login to write comment.