Color Hex Logo

#ec686f Color Hex

#EC686F
(236,104,111)
0 Favorites   0 Comments

Color spaces of #ec686f

RGB 236104111
HSL0.990.780.67
HSV357°56°93°
CMYK 0.000.560.53   0.07
XYZ42.411628.881218.3782
Yxy28.88120.47300.3221
Hunter Lab53.741246.821817.3431
CIE-Lab60.676651.575321.6717

#ec686f color RGB value is (236,104,111).

#ec686f hex color red value is 236, green value is 104 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #ec686f hue: 0.99 , saturation: 0.78 and the lightness value of ec686f is 0.67.

The process color (four color CMYK) of #ec686f color hex is 0.00, 0.56, 0.53, 0.07. Web safe color of #ec686f is #ff6666. Color #ec686f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 01101111
Octal 354 150 157
Decimal 236 104 111
Hex EC 68 6F

RGB Percentages of Color #ec686f

%52.33
%23.06
%24.61

CMYK Percentages of Color #ec686f

%0
%56
%53
%7

Triadic Colors of #ec686f

#ec686f #6fec68 #686fec

Analogous Colors of #ec686f

#ec686f #eca368 #ec68b1

Monochromatic Colors of #ec686f

#ec686f

Complementary Color

#ec686f #68ece5

#ec686f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec686f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec686f Color CSS Codes

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

#ec686f Text Font Color

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

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


#ec686f Background Color

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

This div background color is #ec686f


#ec686f Border Color

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

This div border color is #ec686f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec686f


Comments

No comments written yet.

Please login to write comment.