Color Hex Logo

#e7bfcb Color Hex

#E7BFCB
(231,191,203)
0 Favorites   0 Comments

Color spaces of #e7bfcb

RGB 231191203
HSL0.950.450.83
HSV342°17°91°
CMYK 0.000.170.12   0.09
XYZ62.365358.562364.5166
Yxy58.56230.33630.3158
Hunter Lab76.526011.54913.5827
CIE-Lab81.050416.1610-0.6554

#e7bfcb color RGB value is (231,191,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 10111111 11001011
Octal 347 277 313
Decimal 231 191 203
Hex E7 BF CB

RGB Percentages of Color #e7bfcb

%36.96
%30.56
%32.48

CMYK Percentages of Color #e7bfcb

%0
%17
%12
%9

Triadic Colors of #e7bfcb

#e7bfcb #cbe7bf #bfcbe7

Analogous Colors of #e7bfcb

#e7bfcb #e7c7bf #e7bfdf

Monochromatic Colors of #e7bfcb

#e7bfcb

Complementary Color

#e7bfcb #bfe7db

#e7bfcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7bfcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7bfcb Color CSS Codes

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

#e7bfcb Text Font Color

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

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


#e7bfcb Background Color

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

This div background color is #e7bfcb


#e7bfcb Border Color

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

This div border color is #e7bfcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7bfcb


Comments

No comments written yet.

Please login to write comment.