Color Hex Logo

#e3c2cd Color Hex

#E3C2CD
(227,194,205)
0 Favorites   0 Comments

Color spaces of #e3c2cd

RGB 227194205
HSL0.940.370.83
HSV340°15°89°
CMYK 0.000.150.10   0.11
XYZ61.989859.322265.9407
Yxy59.32220.33100.3168
Hunter Lab77.02098.87803.1541
CIE-Lab81.468413.4857-1.1618

#e3c2cd color RGB value is (227,194,205).

#e3c2cd hex color red value is 227, green value is 194 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e3c2cd hue: 0.94 , saturation: 0.37 and the lightness value of e3c2cd is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 11000010 11001101
Octal 343 302 315
Decimal 227 194 205
Hex E3 C2 CD

RGB Percentages of Color #e3c2cd

%36.26
%30.99
%32.75

CMYK Percentages of Color #e3c2cd

%0
%15
%10
%11

Triadic Colors of #e3c2cd

#e3c2cd #cde3c2 #c2cde3

Analogous Colors of #e3c2cd

#e3c2cd #e3c8c2 #e3c2de

Monochromatic Colors of #e3c2cd

#e3c2cd

Complementary Color

#e3c2cd #c2e3d8

#e3c2cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3c2cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3c2cd Color CSS Codes

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

#e3c2cd Text Font Color

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

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


#e3c2cd Background Color

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

This div background color is #e3c2cd


#e3c2cd Border Color

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

This div border color is #e3c2cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3c2cd


Comments

No comments written yet.

Please login to write comment.