Color Hex Logo

#e9c2ce Color Hex

#E9C2CE
(233,194,206)
0 Favorites   0 Comments

Color spaces of #e9c2ce

RGB 233194206
HSL0.950.470.84
HSV342°17°91°
CMYK 0.000.170.12   0.09
XYZ64.036660.363466.6687
Yxy60.36340.33510.3159
Hunter Lab77.693911.15843.5093
CIE-Lab82.035315.7627-0.8047

#e9c2ce color RGB value is (233,194,206).

#e9c2ce hex color red value is 233, green value is 194 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e9c2ce hue: 0.95 , saturation: 0.47 and the lightness value of e9c2ce is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11000010 11001110
Octal 351 302 316
Decimal 233 194 206
Hex E9 C2 CE

RGB Percentages of Color #e9c2ce

%36.81
%30.65
%32.54

CMYK Percentages of Color #e9c2ce

%0
%17
%12
%9

Triadic Colors of #e9c2ce

#e9c2ce #cee9c2 #c2cee9

Analogous Colors of #e9c2ce

#e9c2ce #e9cac2 #e9c2e2

Monochromatic Colors of #e9c2ce

#e9c2ce

Complementary Color

#e9c2ce #c2e9dd

#e9c2ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9c2ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9c2ce Color CSS Codes

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

#e9c2ce Text Font Color

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

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


#e9c2ce Background Color

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

This div background color is #e9c2ce


#e9c2ce Border Color

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

This div border color is #e9c2ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,194,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e9c2ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e9c2ce;
  -webkit-box-shadow: 1px 1px 3px 2px #e9c2ce;
  box-shadow:         1px 1px 3px 2px #e9c2ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,194,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9c2ce


Comments

No comments written yet.

Please login to write comment.