Color Hex Logo

#ec687c Color Hex

#EC687C
(236,104,124)
0 Favorites   0 Comments

Color spaces of #ec687c

RGB 236104124
HSL0.970.780.67
HSV351°56°93°
CMYK 0.000.560.47   0.07
XYZ43.180529.188722.4269
Yxy29.18870.45550.3079
Hunter Lab54.026648.118913.2068
CIE-Lab60.947852.701614.5551

#ec687c color RGB value is (236,104,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 01111100
Octal 354 150 174
Decimal 236 104 124
Hex EC 68 7C

RGB Percentages of Color #ec687c

%50.86
%22.41
%26.72

CMYK Percentages of Color #ec687c

%0
%56
%47
%7

Triadic Colors of #ec687c

#ec687c #7cec68 #687cec

Analogous Colors of #ec687c

#ec687c #ec9668 #ec68be

Monochromatic Colors of #ec687c

#ec687c

Complementary Color

#ec687c #68ecd8

#ec687c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec687c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec687c Color CSS Codes

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

#ec687c Text Font Color

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

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


#ec687c Background Color

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

This div background color is #ec687c


#ec687c Border Color

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

This div border color is #ec687c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec687c


Comments

No comments written yet.

Please login to write comment.