Color Hex Logo

#ecc0df Color Hex

#ECC0DF
(236,192,223)
0 Favorites   0 Comments

Color spaces of #ecc0df

RGB 236192223
HSL0.880.540.84
HSV318°19°93°
CMYK 0.000.190.06   0.07
XYZ66.761060.859978.0405
Yxy60.85990.32460.2959
Hunter Lab78.012816.2327-4.7022
CIE-Lab82.303420.7374-9.4964

#ecc0df color RGB value is (236,192,223).

#ecc0df hex color red value is 236, green value is 192 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #ecc0df hue: 0.88 , saturation: 0.54 and the lightness value of ecc0df is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000000 11011111
Octal 354 300 337
Decimal 236 192 223
Hex EC C0 DF

RGB Percentages of Color #ecc0df

%36.25
%29.49
%34.25

CMYK Percentages of Color #ecc0df

%0
%19
%6
%7

Triadic Colors of #ecc0df

#ecc0df #dfecc0 #c0dfec

Analogous Colors of #ecc0df

#ecc0df #ecc0c9 #e3c0ec

Monochromatic Colors of #ecc0df

#ecc0df

Complementary Color

#ecc0df #c0eccd

#ecc0df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc0df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc0df Color CSS Codes

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

#ecc0df Text Font Color

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

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


#ecc0df Background Color

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

This div background color is #ecc0df


#ecc0df Border Color

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

This div border color is #ecc0df


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,192,223, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc0df


Comments

No comments written yet.

Please login to write comment.