Color Hex Logo

#e7bfcd Color Hex

#E7BFCD
(231,191,205)
0 Favorites   0 Comments

Color spaces of #e7bfcd

RGB 231191205
HSL0.940.450.83
HSV339°17°91°
CMYK 0.000.170.11   0.09
XYZ62.605258.658365.7801
Yxy58.65830.33470.3136
Hunter Lab76.588711.87942.6894
CIE-Lab81.103416.4890-1.6535

#e7bfcd color RGB value is (231,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111111 11001101
Octal 347 277 315
Decimal 231 191 205
Hex E7 BF CD

RGB Percentages of Color #e7bfcd

%36.84
%30.46
%32.70

CMYK Percentages of Color #e7bfcd

%0
%17
%11
%9

Triadic Colors of #e7bfcd

#e7bfcd #cde7bf #bfcde7

Analogous Colors of #e7bfcd

#e7bfcd #e7c5bf #e7bfe1

Monochromatic Colors of #e7bfcd

#e7bfcd

Complementary Color

#e7bfcd #bfe7d9

#e7bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bfcd Color CSS Codes

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

#e7bfcd Text Font Color

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

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


#e7bfcd Background Color

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

This div background color is #e7bfcd


#e7bfcd Border Color

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

This div border color is #e7bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bfcd


Comments

No comments written yet.

Please login to write comment.