Color Hex Logo

#ecc1dc Color Hex

#ECC1DC
(236,193,220)
0 Favorites   0 Comments

Color spaces of #ecc1dc

RGB 236193220
HSL0.900.530.84
HSV322°18°93°
CMYK 0.000.180.07   0.07
XYZ66.580361.140176.0022
Yxy61.14010.32680.3001
Hunter Lab78.192115.1558-2.8950
CIE-Lab82.454019.6867-7.6647

#ecc1dc color RGB value is (236,193,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000001 11011100
Octal 354 301 334
Decimal 236 193 220
Hex EC C1 DC

RGB Percentages of Color #ecc1dc

%36.36
%29.74
%33.90

CMYK Percentages of Color #ecc1dc

%0
%18
%7
%7

Triadic Colors of #ecc1dc

#ecc1dc #dcecc1 #c1dcec

Analogous Colors of #ecc1dc

#ecc1dc #ecc1c7 #e7c1ec

Monochromatic Colors of #ecc1dc

#ecc1dc

Complementary Color

#ecc1dc #c1ecd1

#ecc1dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc1dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc1dc Color CSS Codes

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

#ecc1dc Text Font Color

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

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


#ecc1dc Background Color

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

This div background color is #ecc1dc


#ecc1dc Border Color

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

This div border color is #ecc1dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc1dc


Comments

No comments written yet.

Please login to write comment.