Color Hex Logo

#e4bfcd Color Hex

#E4BFCD
(228,191,205)
0 Favorites   0 Comments

Color spaces of #e4bfcd

RGB 228191205
HSL0.940.410.82
HSV337°16°89°
CMYK 0.000.160.10   0.11
XYZ61.645258.163465.7352
Yxy58.16340.33220.3135
Hunter Lab76.264910.81852.2815
CIE-Lab80.829615.4343-2.0872

#e4bfcd color RGB value is (228,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10111111 11001101
Octal 344 277 315
Decimal 228 191 205
Hex E4 BF CD

RGB Percentages of Color #e4bfcd

%36.54
%30.61
%32.85

CMYK Percentages of Color #e4bfcd

%0
%16
%10
%11

Triadic Colors of #e4bfcd

#e4bfcd #cde4bf #bfcde4

Analogous Colors of #e4bfcd

#e4bfcd #e4c4bf #e4bfe0

Monochromatic Colors of #e4bfcd

#e4bfcd

Complementary Color

#e4bfcd #bfe4d6

#e4bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4bfcd Color CSS Codes

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

#e4bfcd Text Font Color

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

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


#e4bfcd Background Color

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

This div background color is #e4bfcd


#e4bfcd Border Color

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

This div border color is #e4bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4bfcd


Comments

No comments written yet.

Please login to write comment.