Color Hex Logo

#eca9cc Color Hex

#ECA9CC
(236,169,204)
0 Favorites   0 Comments

Color spaces of #eca9cc

RGB 236169204
HSL0.910.640.79
HSV329°28°93°
CMYK 0.000.280.14   0.07
XYZ59.679150.568463.7420
Yxy50.56840.34300.2906
Hunter Lab71.111525.3581-3.3676
CIE-Lab76.416829.8036-7.9693

#eca9cc color RGB value is (236,169,204).

#eca9cc hex color red value is 236, green value is 169 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #eca9cc hue: 0.91 , saturation: 0.64 and the lightness value of eca9cc is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101001 11001100
Octal 354 251 314
Decimal 236 169 204
Hex EC A9 CC

RGB Percentages of Color #eca9cc

%38.75
%27.75
%33.50

CMYK Percentages of Color #eca9cc

%0
%28
%14
%7

Triadic Colors of #eca9cc

#eca9cc #cceca9 #a9ccec

Analogous Colors of #eca9cc

#eca9cc #eca9ab #eba9ec

Monochromatic Colors of #eca9cc

#eca9cc

Complementary Color

#eca9cc #a9ecc9

#eca9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca9cc Color CSS Codes

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

#eca9cc Text Font Color

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

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


#eca9cc Background Color

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

This div background color is #eca9cc


#eca9cc Border Color

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

This div border color is #eca9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca9cc


Comments

No comments written yet.

Please login to write comment.