Color Hex Logo

#e8cfdf Color Hex

#E8CFDF
(232,207,223)
0 Favorites   0 Comments

Color spaces of #e8cfdf

RGB 232207223
HSL0.890.350.86
HSV322°11°91°
CMYK 0.000.110.04   0.09
XYZ68.910867.109279.1334
Yxy67.10920.32030.3119
Hunter Lab81.92026.79280.0711
CIE-Lab85.559111.4246-4.7148

#e8cfdf color RGB value is (232,207,223).

#e8cfdf hex color red value is 232, green value is 207 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #e8cfdf hue: 0.89 , saturation: 0.35 and the lightness value of e8cfdf is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001111 11011111
Octal 350 317 337
Decimal 232 207 223
Hex E8 CF DF

RGB Percentages of Color #e8cfdf

%35.05
%31.27
%33.69

CMYK Percentages of Color #e8cfdf

%0
%11
%4
%9

Triadic Colors of #e8cfdf

#e8cfdf #dfe8cf #cfdfe8

Analogous Colors of #e8cfdf

#e8cfdf #e8cfd3 #e5cfe8

Monochromatic Colors of #e8cfdf

#e8cfdf

Complementary Color

#e8cfdf #cfe8d8

#e8cfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cfdf Color CSS Codes

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

#e8cfdf Text Font Color

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

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


#e8cfdf Background Color

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

This div background color is #e8cfdf


#e8cfdf Border Color

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

This div border color is #e8cfdf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,207,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cfdf

#e8cfdf Color Palettes


Comments

No comments written yet.

Please login to write comment.