Color Hex Logo

#eca082 Color Hex

#ECA082
(236,160,130)
0 Favorites   0 Comments

Color spaces of #eca082

RGB 236160130
HSL0.050.740.72
HSV17°45°93°
CMYK 0.000.320.45   0.07
XYZ51.192144.586227.0270
Yxy44.58620.41690.3631
Hunter Lab66.772919.996222.7428
CIE-Lab72.618624.833227.0982

#eca082 color RGB value is (236,160,130).

#eca082 hex color red value is 236, green value is 160 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #eca082 hue: 0.05 , saturation: 0.74 and the lightness value of eca082 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10100000 10000010
Octal 354 240 202
Decimal 236 160 130
Hex EC A0 82

RGB Percentages of Color #eca082

%44.87
%30.42
%24.71

CMYK Percentages of Color #eca082

%0
%32
%45
%7

Triadic Colors of #eca082

#eca082 #82eca0 #a082ec

Analogous Colors of #eca082

#eca082 #ecd582 #ec8299

Monochromatic Colors of #eca082

#eca082

Complementary Color

#eca082 #82ceec

#eca082 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eca082 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eca082 Color CSS Codes

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

#eca082 Text Font Color

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

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


#eca082 Background Color

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

This div background color is #eca082


#eca082 Border Color

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

This div border color is #eca082


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eca082


Comments

No comments written yet.

Please login to write comment.