Color Hex Logo

#e8bfcd Color Hex

#E8BFCD
(232,191,205)
0 Favorites   0 Comments

Color spaces of #e8bfcd

RGB 232191205
HSL0.940.470.83
HSV340°18°91°
CMYK 0.000.180.12   0.09
XYZ62.929058.825265.7953
Yxy58.82520.33550.3137
Hunter Lab76.697612.23532.8262
CIE-Lab81.195416.8411-1.5079

#e8bfcd color RGB value is (232,191,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 10111111 11001101
Octal 350 277 315
Decimal 232 191 205
Hex E8 BF CD

RGB Percentages of Color #e8bfcd

%36.94
%30.41
%32.64

CMYK Percentages of Color #e8bfcd

%0
%18
%12
%9

Triadic Colors of #e8bfcd

#e8bfcd #cde8bf #bfcde8

Analogous Colors of #e8bfcd

#e8bfcd #e8c6bf #e8bfe2

Monochromatic Colors of #e8bfcd

#e8bfcd

Complementary Color

#e8bfcd #bfe8da

#e8bfcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8bfcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8bfcd Color CSS Codes

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

#e8bfcd Text Font Color

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

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


#e8bfcd Background Color

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

This div background color is #e8bfcd


#e8bfcd Border Color

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

This div border color is #e8bfcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8bfcd


Comments

No comments written yet.

Please login to write comment.