Color Hex Logo

#e4c3ce Color Hex

#E4C3CE
(228,195,206)
0 Favorites   0 Comments

Color spaces of #e4c3ce

RGB 228195206
HSL0.940.380.83
HSV340°14°89°
CMYK 0.000.140.10   0.11
XYZ62.650659.980466.6679
Yxy59.98040.33100.3169
Hunter Lab77.44708.86493.1749
CIE-Lab81.827513.4729-1.1623

#e4c3ce color RGB value is (228,195,206).

#e4c3ce hex color red value is 228, green value is 195 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #e4c3ce hue: 0.94 , saturation: 0.38 and the lightness value of e4c3ce is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 11000011 11001110
Octal 344 303 316
Decimal 228 195 206
Hex E4 C3 CE

RGB Percentages of Color #e4c3ce

%36.25
%31.00
%32.75

CMYK Percentages of Color #e4c3ce

%0
%14
%10
%11

Triadic Colors of #e4c3ce

#e4c3ce #cee4c3 #c3cee4

Analogous Colors of #e4c3ce

#e4c3ce #e4c9c3 #e4c3df

Monochromatic Colors of #e4c3ce

#e4c3ce

Complementary Color

#e4c3ce #c3e4d9

#e4c3ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4c3ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4c3ce Color CSS Codes

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

#e4c3ce Text Font Color

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

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


#e4c3ce Background Color

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

This div background color is #e4c3ce


#e4c3ce Border Color

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

This div border color is #e4c3ce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,195,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e4c3ce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e4c3ce;
  -webkit-box-shadow: 1px 1px 3px 2px #e4c3ce;
  box-shadow:         1px 1px 3px 2px #e4c3ce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,195,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4c3ce


Comments

No comments written yet.

Please login to write comment.