Color Hex Logo

#ec689a Color Hex

#EC689A
(236,104,154)
0 Favorites   0 Comments

Color spaces of #ec689a

RGB 236104154
HSL0.940.780.67
HSV337°56°93°
CMYK 0.000.560.35   0.07
XYZ45.375130.066633.9837
Yxy30.06660.41470.2748
Hunter Lab54.833051.75351.6371
CIE-Lab61.711655.8137-1.6791

#ec689a color RGB value is (236,104,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01101000 10011010
Octal 354 150 232
Decimal 236 104 154
Hex EC 68 9A

RGB Percentages of Color #ec689a

%47.77
%21.05
%31.17

CMYK Percentages of Color #ec689a

%0
%56
%35
%7

Triadic Colors of #ec689a

#ec689a #9aec68 #689aec

Analogous Colors of #ec689a

#ec689a #ec7868 #ec68dc

Monochromatic Colors of #ec689a

#ec689a

Complementary Color

#ec689a #68ecba

#ec689a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec689a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec689a Color CSS Codes

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

#ec689a Text Font Color

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

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


#ec689a Background Color

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

This div background color is #ec689a


#ec689a Border Color

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

This div border color is #ec689a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec689a


Comments

No comments written yet.

Please login to write comment.