Color Hex Logo

#eca5ba Color Hex

#ECA5BA
(236,165,186)
0 Favorites   0 Comments

Color spaces of #eca5ba

RGB 236165186
HSL0.950.650.79
HSV342°30°93°
CMYK 0.000.300.21   0.07
XYZ56.910148.288352.7755
Yxy48.28830.36030.3057
Hunter Lab69.489824.57923.6138
CIE-Lab75.006429.1560-0.1965

#eca5ba color RGB value is (236,165,186).

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

The process color (four color CMYK) of #eca5ba color hex is 0.00, 0.30, 0.21, 0.07. Web safe color of #eca5ba is #ff99cc. Color #eca5ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100101 10111010
Octal 354 245 272
Decimal 236 165 186
Hex EC A5 BA

RGB Percentages of Color #eca5ba

%40.20
%28.11
%31.69

CMYK Percentages of Color #eca5ba

%0
%30
%21
%7

Triadic Colors of #eca5ba

#eca5ba #baeca5 #a5baec

Analogous Colors of #eca5ba

#eca5ba #ecb4a5 #eca5de

Monochromatic Colors of #eca5ba

#eca5ba

Complementary Color

#eca5ba #a5ecd7

#eca5ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca5ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca5ba Color CSS Codes

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

#eca5ba Text Font Color

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

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


#eca5ba Background Color

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

This div background color is #eca5ba


#eca5ba Border Color

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

This div border color is #eca5ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca5ba


Comments

No comments written yet.

Please login to write comment.