Color Hex Logo

#e2c2dc Color Hex

#E2C2DC
(226,194,220)
0 Favorites   0 Comments

Color spaces of #e2c2dc

RGB 226194220
HSL0.860.360.82
HSV311°14°89°
CMYK 0.000.140.03   0.11
XYZ63.574159.919675.9251
Yxy59.91960.31880.3005
Hunter Lab77.407811.1364-3.9689
CIE-Lab81.794515.7430-8.7418

#e2c2dc color RGB value is (226,194,220).

#e2c2dc hex color red value is 226, green value is 194 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #e2c2dc hue: 0.86 , saturation: 0.36 and the lightness value of e2c2dc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 11000010 11011100
Octal 342 302 334
Decimal 226 194 220
Hex E2 C2 DC

RGB Percentages of Color #e2c2dc

%35.31
%30.31
%34.38

CMYK Percentages of Color #e2c2dc

%0
%14
%3
%11

Triadic Colors of #e2c2dc

#e2c2dc #dce2c2 #c2dce2

Analogous Colors of #e2c2dc

#e2c2dc #e2c2cc #d8c2e2

Monochromatic Colors of #e2c2dc

#e2c2dc

Complementary Color

#e2c2dc #c2e2c8

#e2c2dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2c2dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2c2dc Color CSS Codes

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

#e2c2dc Text Font Color

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

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


#e2c2dc Background Color

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

This div background color is #e2c2dc


#e2c2dc Border Color

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

This div border color is #e2c2dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2c2dc


Comments

No comments written yet.

Please login to write comment.