Color Hex Logo

#e1c5cc Color Hex

#E1C5CC
(225,197,204)
0 Favorites   0 Comments

Color spaces of #e1c5cc

RGB 225197204
HSL0.960.320.83
HSV345°12°88°
CMYK 0.000.120.09   0.12
XYZ61.916760.299765.5024
Yxy60.29970.32980.3212
Hunter Lab77.65296.43484.3442
CIE-Lab82.000811.02020.1320

#e1c5cc color RGB value is (225,197,204).

#e1c5cc hex color red value is 225, green value is 197 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e1c5cc hue: 0.96 , saturation: 0.32 and the lightness value of e1c5cc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11000101 11001100
Octal 341 305 314
Decimal 225 197 204
Hex E1 C5 CC

RGB Percentages of Color #e1c5cc

%35.94
%31.47
%32.59

CMYK Percentages of Color #e1c5cc

%0
%12
%9
%12

Triadic Colors of #e1c5cc

#e1c5cc #cce1c5 #c5cce1

Analogous Colors of #e1c5cc

#e1c5cc #e1ccc5 #e1c5da

Monochromatic Colors of #e1c5cc

#e1c5cc

Complementary Color

#e1c5cc #c5e1da

#e1c5cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1c5cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1c5cc Color CSS Codes

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

#e1c5cc Text Font Color

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

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


#e1c5cc Background Color

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

This div background color is #e1c5cc


#e1c5cc Border Color

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

This div border color is #e1c5cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,197,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1c5cc


Comments

No comments written yet.

Please login to write comment.