Color Hex Logo

#eca0ab Color Hex

#ECA0AB
(236,160,171)
0 Favorites   0 Comments

Color spaces of #eca0ab

RGB 236160171
HSL0.980.670.78
HSV351°32°93°
CMYK 0.000.320.28   0.07
XYZ54.513645.914844.5173
Yxy45.91480.37610.3168
Hunter Lab67.760525.02338.4799
CIE-Lab73.490229.69095.8528

#eca0ab color RGB value is (236,160,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 10101011
Octal 354 240 253
Decimal 236 160 171
Hex EC A0 AB

RGB Percentages of Color #eca0ab

%41.62
%28.22
%30.16

CMYK Percentages of Color #eca0ab

%0
%32
%28
%7

Triadic Colors of #eca0ab

#eca0ab #abeca0 #a0abec

Analogous Colors of #eca0ab

#eca0ab #ecbba0 #eca0d1

Monochromatic Colors of #eca0ab

#eca0ab

Complementary Color

#eca0ab #a0ece1

#eca0ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca0ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca0ab Color CSS Codes

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

#eca0ab Text Font Color

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

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


#eca0ab Background Color

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

This div background color is #eca0ab


#eca0ab Border Color

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

This div border color is #eca0ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca0ab


Comments

No comments written yet.

Please login to write comment.