Color Hex Logo

#ec688e Color Hex

#EC688E
(236,104,142)
0 Favorites   0 Comments

Color spaces of #ec688e

RGB 236104142
HSL0.950.780.67
HSV343°56°93°
CMYK 0.000.560.40   0.07
XYZ44.424929.686528.9798
Yxy29.68650.43090.2880
Hunter Lab54.485350.19166.6044
CIE-Lab61.382854.48424.7690

#ec688e color RGB value is (236,104,142).

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

The process color (four color CMYK) of #ec688e color hex is 0.00, 0.56, 0.40, 0.07. Web safe color of #ec688e is #ff6699. Color #ec688e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 10001110
Octal 354 150 216
Decimal 236 104 142
Hex EC 68 8E

RGB Percentages of Color #ec688e

%48.96
%21.58
%29.46

CMYK Percentages of Color #ec688e

%0
%56
%40
%7

Triadic Colors of #ec688e

#ec688e #8eec68 #688eec

Analogous Colors of #ec688e

#ec688e #ec8468 #ec68d0

Monochromatic Colors of #ec688e

#ec688e

Complementary Color

#ec688e #68ecc6

#ec688e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec688e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec688e Color CSS Codes

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

#ec688e Text Font Color

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

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


#ec688e Background Color

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

This div background color is #ec688e


#ec688e Border Color

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

This div border color is #ec688e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec688e


Comments

No comments written yet.

Please login to write comment.