Color Hex Logo

#eca5ae Color Hex

#ECA5AE
(236,165,174)
0 Favorites   0 Comments

Color spaces of #eca5ae

RGB 236165174
HSL0.980.650.79
HSV352°30°93°
CMYK 0.000.300.26   0.07
XYZ55.687247.799146.3355
Yxy47.79910.37170.3190
Hunter Lab69.136922.78568.6597
CIE-Lab74.698027.44475.9413

#eca5ae color RGB value is (236,165,174).

#eca5ae hex color red value is 236, green value is 165 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #eca5ae hue: 0.98 , saturation: 0.65 and the lightness value of eca5ae is 0.79.

The process color (four color CMYK) of #eca5ae color hex is 0.00, 0.30, 0.26, 0.07. Web safe color of #eca5ae is #ff9999. Color #eca5ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 10101110
Octal 354 245 256
Decimal 236 165 174
Hex EC A5 AE

RGB Percentages of Color #eca5ae

%41.04
%28.70
%30.26

CMYK Percentages of Color #eca5ae

%0
%30
%26
%7

Triadic Colors of #eca5ae

#eca5ae #aeeca5 #a5aeec

Analogous Colors of #eca5ae

#eca5ae #ecc0a5 #eca5d2

Monochromatic Colors of #eca5ae

#eca5ae

Complementary Color

#eca5ae #a5ece3

#eca5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca5ae Color CSS Codes

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

#eca5ae Text Font Color

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

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


#eca5ae Background Color

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

This div background color is #eca5ae


#eca5ae Border Color

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

This div border color is #eca5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca5ae


Comments

No comments written yet.

Please login to write comment.