Color Hex Logo

#eca7ac Color Hex

#ECA7AC
(236,167,172)
0 Favorites   0 Comments

Color spaces of #eca7ac

RGB 236167172
HSL0.990.640.79
HSV356°29°93°
CMYK 0.000.290.27   0.07
XYZ55.857248.448945.4373
Yxy48.44890.37300.3235
Hunter Lab69.605221.434510.0200
CIE-Lab75.107226.10657.6251

#eca7ac color RGB value is (236,167,172).

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

The process color (four color CMYK) of #eca7ac color hex is 0.00, 0.29, 0.27, 0.07. Web safe color of #eca7ac is #ff9999. Color #eca7ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100111 10101100
Octal 354 247 254
Decimal 236 167 172
Hex EC A7 AC

RGB Percentages of Color #eca7ac

%41.04
%29.04
%29.91

CMYK Percentages of Color #eca7ac

%0
%29
%27
%7

Triadic Colors of #eca7ac

#eca7ac #aceca7 #a7acec

Analogous Colors of #eca7ac

#eca7ac #ecc5a7 #eca7cf

Monochromatic Colors of #eca7ac

#eca7ac

Complementary Color

#eca7ac #a7ece7

#eca7ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca7ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca7ac Color CSS Codes

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

#eca7ac Text Font Color

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

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


#eca7ac Background Color

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

This div background color is #eca7ac


#eca7ac Border Color

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

This div border color is #eca7ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca7ac


Comments

No comments written yet.

Please login to write comment.