Color Hex Logo

#ec689d Color Hex

#EC689D
(236,104,157)
0 Favorites   0 Comments

Color spaces of #ec689d

RGB 236104157
HSL0.930.780.67
HSV336°56°93°
CMYK 0.000.560.33   0.07
XYZ45.628230.167835.3164
Yxy30.16780.41060.2715
Hunter Lab54.925252.16670.3247
CIE-Lab61.798756.1635-3.2797

#ec689d color RGB value is (236,104,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 10011101
Octal 354 150 235
Decimal 236 104 157
Hex EC 68 9D

RGB Percentages of Color #ec689d

%47.48
%20.93
%31.59

CMYK Percentages of Color #ec689d

%0
%56
%33
%7

Triadic Colors of #ec689d

#ec689d #9dec68 #689dec

Analogous Colors of #ec689d

#ec689d #ec7568 #ec68df

Monochromatic Colors of #ec689d

#ec689d

Complementary Color

#ec689d #68ecb7

#ec689d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec689d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec689d Color CSS Codes

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

#ec689d Text Font Color

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

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


#ec689d Background Color

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

This div background color is #ec689d


#ec689d Border Color

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

This div border color is #ec689d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec689d


Comments

No comments written yet.

Please login to write comment.