Color Hex Logo

#eca092 Color Hex

#ECA092
(236,160,146)
0 Favorites   0 Comments

Color spaces of #eca092

RGB 236160146
HSL0.030.700.75
HSV38°93°
CMYK 0.000.320.38   0.07
XYZ52.351245.049833.1304
Yxy45.04980.40110.3451
Hunter Lab67.119121.766917.7175
CIE-Lab72.924726.561418.7988

#eca092 color RGB value is (236,160,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 10010010
Octal 354 240 222
Decimal 236 160 146
Hex EC A0 92

RGB Percentages of Color #eca092

%43.54
%29.52
%26.94

CMYK Percentages of Color #eca092

%0
%32
%38
%7

Triadic Colors of #eca092

#eca092 #92eca0 #a092ec

Analogous Colors of #eca092

#eca092 #eccd92 #ec92b1

Monochromatic Colors of #eca092

#eca092

Complementary Color

#eca092 #92deec

#eca092 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca092 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca092 Color CSS Codes

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

#eca092 Text Font Color

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

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


#eca092 Background Color

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

This div background color is #eca092


#eca092 Border Color

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

This div border color is #eca092


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca092


Comments

No comments written yet.

Please login to write comment.