Color Hex Logo

#ec559a Color Hex

#EC559A
(236,85,154)
0 Favorites   0 Comments

Color spaces of #ec559a

RGB 23685154
HSL0.920.800.63
HSV333°64°93°
CMYK 0.000.640.35   0.07
XYZ43.673326.663033.4165
Yxy26.66300.42090.2570
Hunter Lab51.636260.6098-2.2243
CIE-Lab58.661164.0148-6.1797

#ec559a color RGB value is (236,85,154).

#ec559a hex color red value is 236, green value is 85 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #ec559a hue: 0.92 , saturation: 0.80 and the lightness value of ec559a is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010101 10011010
Octal 354 125 232
Decimal 236 85 154
Hex EC 55 9A

RGB Percentages of Color #ec559a

%49.68
%17.89
%32.42

CMYK Percentages of Color #ec559a

%0
%64
%35
%7

Triadic Colors of #ec559a

#ec559a #9aec55 #559aec

Analogous Colors of #ec559a

#ec559a #ec5b55 #ec55e6

Monochromatic Colors of #ec559a

#ec559a

Complementary Color

#ec559a #55eca7

#ec559a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec559a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec559a Color CSS Codes

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

#ec559a Text Font Color

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

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


#ec559a Background Color

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

This div background color is #ec559a


#ec559a Border Color

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

This div border color is #ec559a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,85,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 #ec559a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec559a


Comments

No comments written yet.

Please login to write comment.