Color Hex Logo

#eca1cc Color Hex

#ECA1CC
(236,161,204)
0 Favorites   0 Comments

Color spaces of #eca1cc

RGB 236161204
HSL0.900.660.78
HSV326°32°93°
CMYK 0.000.320.14   0.07
XYZ58.236047.682263.2610
Yxy47.68220.34420.2818
Hunter Lab69.052329.6984-5.9808
CIE-Lab74.624034.0519-10.6385

#eca1cc color RGB value is (236,161,204).

#eca1cc hex color red value is 236, green value is 161 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eca1cc hue: 0.90 , saturation: 0.66 and the lightness value of eca1cc is 0.78.

The process color (four color CMYK) of #eca1cc color hex is 0.00, 0.32, 0.14, 0.07. Web safe color of #eca1cc is #ff99cc. Color #eca1cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 11001100
Octal 354 241 314
Decimal 236 161 204
Hex EC A1 CC

RGB Percentages of Color #eca1cc

%39.27
%26.79
%33.94

CMYK Percentages of Color #eca1cc

%0
%32
%14
%7

Triadic Colors of #eca1cc

#eca1cc #cceca1 #a1ccec

Analogous Colors of #eca1cc

#eca1cc #eca1a7 #e7a1ec

Monochromatic Colors of #eca1cc

#eca1cc

Complementary Color

#eca1cc #a1ecc1

#eca1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca1cc Color CSS Codes

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

#eca1cc Text Font Color

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

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


#eca1cc Background Color

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

This div background color is #eca1cc


#eca1cc Border Color

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

This div border color is #eca1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca1cc


Comments

No comments written yet.

Please login to write comment.