Color Hex Logo

#e8cddf Color Hex

#E8CDDF
(232,205,223)
0 Favorites   0 Comments

Color spaces of #e8cddf

RGB 232205223
HSL0.890.370.86
HSV320°12°91°
CMYK 0.000.120.04   0.09
XYZ68.429366.146278.9729
Yxy66.14620.32040.3097
Hunter Lab81.33037.8574-0.6402
CIE-Lab85.070912.4800-5.4348

#e8cddf color RGB value is (232,205,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 11001101 11011111
Octal 350 315 337
Decimal 232 205 223
Hex E8 CD DF

RGB Percentages of Color #e8cddf

%35.15
%31.06
%33.79

CMYK Percentages of Color #e8cddf

%0
%12
%4
%9

Triadic Colors of #e8cddf

#e8cddf #dfe8cd #cddfe8

Analogous Colors of #e8cddf

#e8cddf #e8cdd2 #e4cde8

Monochromatic Colors of #e8cddf

#e8cddf

Complementary Color

#e8cddf #cde8d6

#e8cddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8cddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8cddf Color CSS Codes

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

#e8cddf Text Font Color

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

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


#e8cddf Background Color

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

This div background color is #e8cddf


#e8cddf Border Color

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

This div border color is #e8cddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8cddf


Comments

No comments written yet.

Please login to write comment.