Color Hex Logo

#eca391 Color Hex

#ECA391
(236,163,145)
0 Favorites   0 Comments

Color spaces of #eca391

RGB 236163145
HSL0.030.710.75
HSV12°39°93°
CMYK 0.000.310.39   0.07
XYZ52.800146.071632.8979
Yxy46.07160.40070.3496
Hunter Lab67.876120.070218.7768
CIE-Lab73.592024.853220.2647

#eca391 color RGB value is (236,163,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100011 10010001
Octal 354 243 221
Decimal 236 163 145
Hex EC A3 91

RGB Percentages of Color #eca391

%43.38
%29.96
%26.65

CMYK Percentages of Color #eca391

%0
%31
%39
%7

Triadic Colors of #eca391

#eca391 #91eca3 #a391ec

Analogous Colors of #eca391

#eca391 #ecd191 #ec91ad

Monochromatic Colors of #eca391

#eca391

Complementary Color

#eca391 #91daec

#eca391 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca391 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca391 Color CSS Codes

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

#eca391 Text Font Color

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

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


#eca391 Background Color

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

This div background color is #eca391


#eca391 Border Color

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

This div border color is #eca391


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca391


Comments

No comments written yet.

Please login to write comment.