Color Hex Logo

#eca493 Color Hex

#ECA493
(236,164,147)
0 Favorites   0 Comments

Color spaces of #eca493

RGB 236164147
HSL0.030.700.75
HSV11°38°93°
CMYK 0.000.310.38   0.07
XYZ53.134046.490433.7768
Yxy46.49040.39830.3485
Hunter Lab68.183919.778918.3577
CIE-Lab73.862624.551219.5467

#eca493 color RGB value is (236,164,147).

#eca493 hex color red value is 236, green value is 164 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #eca493 hue: 0.03 , saturation: 0.70 and the lightness value of eca493 is 0.75.

The process color (four color CMYK) of #eca493 color hex is 0.00, 0.31, 0.38, 0.07. Web safe color of #eca493 is #ff9999. Color #eca493 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100100 10010011
Octal 354 244 223
Decimal 236 164 147
Hex EC A4 93

RGB Percentages of Color #eca493

%43.14
%29.98
%26.87

CMYK Percentages of Color #eca493

%0
%31
%38
%7

Triadic Colors of #eca493

#eca493 #93eca4 #a493ec

Analogous Colors of #eca493

#eca493 #ecd193 #ec93af

Monochromatic Colors of #eca493

#eca493

Complementary Color

#eca493 #93dbec

#eca493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca493 Color CSS Codes

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

#eca493 Text Font Color

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

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


#eca493 Background Color

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

This div background color is #eca493


#eca493 Border Color

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

This div border color is #eca493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca493


Comments

No comments written yet.

Please login to write comment.