Color Hex Logo

#ec689b Color Hex

#EC689B
(236,104,155)
0 Favorites   0 Comments

Color spaces of #ec689b

RGB 236104155
HSL0.940.780.67
HSV337°56°93°
CMYK 0.000.560.34   0.07
XYZ45.458830.100134.4243
Yxy30.10010.41330.2737
Hunter Lab54.863651.89021.2028
CIE-Lab61.740555.9295-2.2131

#ec689b color RGB value is (236,104,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 10011011
Octal 354 150 233
Decimal 236 104 155
Hex EC 68 9B

RGB Percentages of Color #ec689b

%47.68
%21.01
%31.31

CMYK Percentages of Color #ec689b

%0
%56
%34
%7

Triadic Colors of #ec689b

#ec689b #9bec68 #689bec

Analogous Colors of #ec689b

#ec689b #ec7768 #ec68dd

Monochromatic Colors of #ec689b

#ec689b

Complementary Color

#ec689b #68ecb9

#ec689b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec689b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec689b Color CSS Codes

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

#ec689b Text Font Color

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

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


#ec689b Background Color

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

This div background color is #ec689b


#ec689b Border Color

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

This div border color is #ec689b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec689b


Comments

No comments written yet.

Please login to write comment.