Color Hex Logo

#eca2cc Color Hex

#ECA2CC
(236,162,204)
0 Favorites   0 Comments

Color spaces of #eca2cc

RGB 236162204
HSL0.910.660.78
HSV326°31°93°
CMYK 0.000.310.14   0.07
XYZ58.411548.033263.3194
Yxy48.03320.34410.2829
Hunter Lab69.306029.1554-5.6544
CIE-Lab74.845933.5219-10.3073

#eca2cc color RGB value is (236,162,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100010 11001100
Octal 354 242 314
Decimal 236 162 204
Hex EC A2 CC

RGB Percentages of Color #eca2cc

%39.20
%26.91
%33.89

CMYK Percentages of Color #eca2cc

%0
%31
%14
%7

Triadic Colors of #eca2cc

#eca2cc #cceca2 #a2ccec

Analogous Colors of #eca2cc

#eca2cc #eca2a7 #e7a2ec

Monochromatic Colors of #eca2cc

#eca2cc

Complementary Color

#eca2cc #a2ecc2

#eca2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca2cc Color CSS Codes

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

#eca2cc Text Font Color

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

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


#eca2cc Background Color

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

This div background color is #eca2cc


#eca2cc Border Color

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

This div border color is #eca2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca2cc


Comments

No comments written yet.

Please login to write comment.