Color Hex Logo

#ec8876 Color Hex

#EC8876
(236,136,118)
0 Favorites   0 Comments

Color spaces of #ec8876

RGB 236136118
HSL0.030.760.69
HSV50°93°
CMYK 0.000.420.50   0.07
XYZ46.666236.749221.7733
Yxy36.74920.44360.3494
Hunter Lab60.621131.322521.1396
CIE-Lab67.088436.309626.3011

#ec8876 color RGB value is (236,136,118).

#ec8876 hex color red value is 236, green value is 136 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #ec8876 hue: 0.03 , saturation: 0.76 and the lightness value of ec8876 is 0.69.

The process color (four color CMYK) of #ec8876 color hex is 0.00, 0.42, 0.50, 0.07. Web safe color of #ec8876 is #ff9966. Color #ec8876 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001000 01110110
Octal 354 210 166
Decimal 236 136 118
Hex EC 88 76

RGB Percentages of Color #ec8876

%48.16
%27.76
%24.08

CMYK Percentages of Color #ec8876

%0
%42
%50
%7

Triadic Colors of #ec8876

#ec8876 #76ec88 #8876ec

Analogous Colors of #ec8876

#ec8876 #ecc376 #ec769f

Monochromatic Colors of #ec8876

#ec8876

Complementary Color

#ec8876 #76daec

#ec8876 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8876 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8876 Color CSS Codes

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

#ec8876 Text Font Color

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

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


#ec8876 Background Color

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

This div background color is #ec8876


#ec8876 Border Color

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

This div border color is #ec8876


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8876


Comments

No comments written yet.

Please login to write comment.