Color Hex Logo

#eca1aa Color Hex

#ECA1AA
(236,161,170)
0 Favorites   0 Comments

Color spaces of #eca1aa

RGB 236161170
HSL0.980.660.78
HSV353°32°93°
CMYK 0.000.320.28   0.07
XYZ54.592646.224944.0752
Yxy46.22490.37680.3190
Hunter Lab67.988924.34849.1563
CIE-Lab73.691229.02506.6924

#eca1aa color RGB value is (236,161,170).

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

The process color (four color CMYK) of #eca1aa color hex is 0.00, 0.32, 0.28, 0.07. Web safe color of #eca1aa is #ff9999. Color #eca1aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100001 10101010
Octal 354 241 252
Decimal 236 161 170
Hex EC A1 AA

RGB Percentages of Color #eca1aa

%41.62
%28.40
%29.98

CMYK Percentages of Color #eca1aa

%0
%32
%28
%7

Triadic Colors of #eca1aa

#eca1aa #aaeca1 #a1aaec

Analogous Colors of #eca1aa

#eca1aa #ecbea1 #eca1d0

Monochromatic Colors of #eca1aa

#eca1aa

Complementary Color

#eca1aa #a1ece3

#eca1aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca1aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca1aa Color CSS Codes

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

#eca1aa Text Font Color

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

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


#eca1aa Background Color

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

This div background color is #eca1aa


#eca1aa Border Color

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

This div border color is #eca1aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca1aa


Comments

No comments written yet.

Please login to write comment.