Color Hex Logo

#ecc3dc Color Hex

#ECC3DC
(236,195,220)
0 Favorites   0 Comments

Color spaces of #ecc3dc

RGB 236195220
HSL0.900.520.85
HSV323°17°93°
CMYK 0.000.170.07   0.07
XYZ67.025462.030476.1506
Yxy62.03040.32660.3023
Hunter Lab78.759414.0772-2.1945
CIE-Lab82.929618.6241-6.9601

#ecc3dc color RGB value is (236,195,220).

#ecc3dc hex color red value is 236, green value is 195 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ecc3dc hue: 0.90 , saturation: 0.52 and the lightness value of ecc3dc is 0.85.

The process color (four color CMYK) of #ecc3dc color hex is 0.00, 0.17, 0.07, 0.07. Web safe color of #ecc3dc is #ffcccc. Color #ecc3dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000011 11011100
Octal 354 303 334
Decimal 236 195 220
Hex EC C3 DC

RGB Percentages of Color #ecc3dc

%36.25
%29.95
%33.79

CMYK Percentages of Color #ecc3dc

%0
%17
%7
%7

Triadic Colors of #ecc3dc

#ecc3dc #dcecc3 #c3dcec

Analogous Colors of #ecc3dc

#ecc3dc #ecc3c8 #e8c3ec

Monochromatic Colors of #ecc3dc

#ecc3dc

Complementary Color

#ecc3dc #c3ecd3

#ecc3dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc3dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc3dc Color CSS Codes

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

#ecc3dc Text Font Color

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

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


#ecc3dc Background Color

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

This div background color is #ecc3dc


#ecc3dc Border Color

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

This div border color is #ecc3dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc3dc

#ecc3dc Color Palettes


Comments

No comments written yet.

Please login to write comment.