Color Hex Logo

#e9c2cb Color Hex

#E9C2CB
(233,194,203)
0 Favorites   0 Comments

Color spaces of #e9c2cb

RGB 233194203
HSL0.960.470.84
HSV346°17°91°
CMYK 0.000.170.13   0.09
XYZ63.675660.219064.7673
Yxy60.21900.33750.3192
Hunter Lab77.600910.66704.8360
CIE-Lab81.957115.27470.6905

#e9c2cb color RGB value is (233,194,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 11000010 11001011
Octal 351 302 313
Decimal 233 194 203
Hex E9 C2 CB

RGB Percentages of Color #e9c2cb

%36.98
%30.79
%32.22

CMYK Percentages of Color #e9c2cb

%0
%17
%13
%9

Triadic Colors of #e9c2cb

#e9c2cb #cbe9c2 #c2cbe9

Analogous Colors of #e9c2cb

#e9c2cb #e9cdc2 #e9c2df

Monochromatic Colors of #e9c2cb

#e9c2cb

Complementary Color

#e9c2cb #c2e9e0

#e9c2cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e9c2cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e9c2cb Color CSS Codes

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

#e9c2cb Text Font Color

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

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


#e9c2cb Background Color

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

This div background color is #e9c2cb


#e9c2cb Border Color

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

This div border color is #e9c2cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e9c2cb


Comments

No comments written yet.

Please login to write comment.