Color Hex Logo

#e4bfcf Color Hex

#E4BFCF
(228,191,207)
0 Favorites   0 Comments

Color spaces of #e4bfcf

RGB 228191207
HSL0.930.410.82
HSV334°16°89°
CMYK 0.000.160.09   0.11
XYZ61.888258.260667.0150
Yxy58.26060.33070.3113
Hunter Lab76.328611.15491.3746
CIE-Lab80.883515.7699-3.0842

#e4bfcf color RGB value is (228,191,207).

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

The process color (four color CMYK) of #e4bfcf color hex is 0.00, 0.16, 0.09, 0.11. Web safe color of #e4bfcf is #cccccc. Color #e4bfcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111111 11001111
Octal 344 277 317
Decimal 228 191 207
Hex E4 BF CF

RGB Percentages of Color #e4bfcf

%36.42
%30.51
%33.07

CMYK Percentages of Color #e4bfcf

%0
%16
%9
%11

Triadic Colors of #e4bfcf

#e4bfcf #cfe4bf #bfcfe4

Analogous Colors of #e4bfcf

#e4bfcf #e4c2bf #e4bfe2

Monochromatic Colors of #e4bfcf

#e4bfcf

Complementary Color

#e4bfcf #bfe4d4

#e4bfcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bfcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bfcf Color CSS Codes

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

#e4bfcf Text Font Color

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

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


#e4bfcf Background Color

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

This div background color is #e4bfcf


#e4bfcf Border Color

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

This div border color is #e4bfcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bfcf


Comments

No comments written yet.

Please login to write comment.