Color Hex Logo

#e1cbcb Color Hex

#E1CBCB
(225,203,203)
1 Favorites   0 Comments

Color spaces of #e1cbcb

RGB 225203203
HSL0.000.270.84
HSV10°88°
CMYK 0.000.100.10   0.12
XYZ63.186863.031265.3359
Yxy63.03120.32990.3291
Hunter Lab79.39223.12866.7818
CIE-Lab83.45887.67952.7889

#e1cbcb color RGB value is (225,203,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11001011 11001011
Octal 341 313 313
Decimal 225 203 203
Hex E1 CB CB

RGB Percentages of Color #e1cbcb

%35.66
%32.17
%32.17

CMYK Percentages of Color #e1cbcb

%0
%10
%10
%12

Triadic Colors of #e1cbcb

#e1cbcb #cbe1cb #cbcbe1

Analogous Colors of #e1cbcb

#e1cbcb #e1d6cb #e1cbd6

Monochromatic Colors of #e1cbcb

#e1cbcb

Complementary Color

#e1cbcb #cbe1e1

#e1cbcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1cbcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1cbcb Color CSS Codes

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

#e1cbcb Text Font Color

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

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


#e1cbcb Background Color

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

This div background color is #e1cbcb


#e1cbcb Border Color

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

This div border color is #e1cbcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1cbcb


Comments

No comments written yet.

Please login to write comment.