Color Hex Logo

#e0cbcb Color Hex

#E0CBCB
(224,203,203)
0 Favorites   0 Comments

Color spaces of #e0cbcb

RGB 224203203
HSL0.000.250.84
HSV88°
CMYK 0.000.090.09   0.12
XYZ62.875962.871065.3213
Yxy62.87100.32910.3291
Hunter Lab79.29122.78626.6599
CIE-Lab83.37457.32612.6561

#e0cbcb color RGB value is (224,203,203).

#e0cbcb hex color red value is 224, green value is 203 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #e0cbcb hue: 0.00 , saturation: 0.25 and the lightness value of e0cbcb is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 11001011 11001011
Octal 340 313 313
Decimal 224 203 203
Hex E0 CB CB

RGB Percentages of Color #e0cbcb

%35.56
%32.22
%32.22

CMYK Percentages of Color #e0cbcb

%0
%9
%9
%12

Triadic Colors of #e0cbcb

#e0cbcb #cbe0cb #cbcbe0

Analogous Colors of #e0cbcb

#e0cbcb #e0d6cb #e0cbd6

Monochromatic Colors of #e0cbcb

#e0cbcb

Complementary Color

#e0cbcb #cbe0e0

#e0cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0cbcb Color CSS Codes

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

#e0cbcb Text Font Color

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

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


#e0cbcb Background Color

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

This div background color is #e0cbcb


#e0cbcb Border Color

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

This div border color is #e0cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0cbcb


Comments

No comments written yet.

Please login to write comment.