Color Hex Logo

#eca09f Color Hex

#ECA09F
(236,160,159)
0 Favorites   0 Comments

Color spaces of #eca09f

RGB 236160159
HSL0.000.670.77
HSV33°93°
CMYK 0.000.320.33   0.07
XYZ53.420945.477738.7634
Yxy45.47770.38810.3304
Hunter Lab67.437223.385213.1257
CIE-Lab73.205328.124412.0542

#eca09f color RGB value is (236,160,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 10011111
Octal 354 240 237
Decimal 236 160 159
Hex EC A0 9F

RGB Percentages of Color #eca09f

%42.52
%28.83
%28.65

CMYK Percentages of Color #eca09f

%0
%32
%33
%7

Triadic Colors of #eca09f

#eca09f #9feca0 #a09fec

Analogous Colors of #eca09f

#eca09f #ecc79f #ec9fc5

Monochromatic Colors of #eca09f

#eca09f

Complementary Color

#eca09f #9febec

#eca09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca09f Color CSS Codes

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

#eca09f Text Font Color

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

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


#eca09f Background Color

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

This div background color is #eca09f


#eca09f Border Color

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

This div border color is #eca09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca09f


Comments

No comments written yet.

Please login to write comment.