Color Hex Logo

#e8c4cf Color Hex

#E8C4CF
(232,196,207)
0 Favorites   0 Comments

Color spaces of #e8c4cf

RGB 232196207
HSL0.950.440.84
HSV342°16°91°
CMYK 0.000.160.11   0.09
XYZ64.281161.140767.4448
Yxy61.14070.33330.3170
Hunter Lab78.19259.90573.5943
CIE-Lab82.454314.5138-0.7388

#e8c4cf color RGB value is (232,196,207).

#e8c4cf hex color red value is 232, green value is 196 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #e8c4cf hue: 0.95 , saturation: 0.44 and the lightness value of e8c4cf is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11000100 11001111
Octal 350 304 317
Decimal 232 196 207
Hex E8 C4 CF

RGB Percentages of Color #e8c4cf

%36.54
%30.87
%32.60

CMYK Percentages of Color #e8c4cf

%0
%16
%11
%9

Triadic Colors of #e8c4cf

#e8c4cf #cfe8c4 #c4cfe8

Analogous Colors of #e8c4cf

#e8c4cf #e8cbc4 #e8c4e1

Monochromatic Colors of #e8c4cf

#e8c4cf

Complementary Color

#e8c4cf #c4e8dd

#e8c4cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8c4cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8c4cf Color CSS Codes

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

#e8c4cf Text Font Color

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

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


#e8c4cf Background Color

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

This div background color is #e8c4cf


#e8c4cf Border Color

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

This div border color is #e8c4cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8c4cf


Comments

No comments written yet.

Please login to write comment.