Color Hex Logo

#ec896c Color Hex

#EC896C
(236,137,108)
0 Favorites   0 Comments

Color spaces of #ec896c

RGB 236137108
HSL0.040.770.67
HSV14°54°93°
CMYK 0.000.420.54   0.07
XYZ46.244536.806918.8544
Yxy36.80690.45380.3612
Hunter Lab60.668729.890824.0421
CIE-Lab67.131934.930531.8550

#ec896c color RGB value is (236,137,108).

#ec896c hex color red value is 236, green value is 137 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ec896c hue: 0.04 , saturation: 0.77 and the lightness value of ec896c is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10001001 01101100
Octal 354 211 154
Decimal 236 137 108
Hex EC 89 6C

RGB Percentages of Color #ec896c

%49.06
%28.48
%22.45

CMYK Percentages of Color #ec896c

%0
%42
%54
%7

Triadic Colors of #ec896c

#ec896c #6cec89 #896cec

Analogous Colors of #ec896c

#ec896c #ecc96c #ec6c8f

Monochromatic Colors of #ec896c

#ec896c

Complementary Color

#ec896c #6ccfec

#ec896c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec896c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec896c Color CSS Codes

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

#ec896c Text Font Color

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

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


#ec896c Background Color

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

This div background color is #ec896c


#ec896c Border Color

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

This div border color is #ec896c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec896c


Comments

No comments written yet.

Please login to write comment.