Color Hex Logo

#ec589a Color Hex

#EC589A
(236,88,154)
0 Favorites   0 Comments

Color spaces of #ec589a

RGB 23688154
HSL0.930.800.64
HSV333°63°93°
CMYK 0.000.630.35   0.07
XYZ43.914527.145433.4969
Yxy27.14540.42000.2596
Hunter Lab52.101259.2748-1.6478
CIE-Lab59.108762.7946-5.5161

#ec589a color RGB value is (236,88,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011000 10011010
Octal 354 130 232
Decimal 236 88 154
Hex EC 58 9A

RGB Percentages of Color #ec589a

%49.37
%18.41
%32.22

CMYK Percentages of Color #ec589a

%0
%63
%35
%7

Triadic Colors of #ec589a

#ec589a #9aec58 #589aec

Analogous Colors of #ec589a

#ec589a #ec6058 #ec58e4

Monochromatic Colors of #ec589a

#ec589a

Complementary Color

#ec589a #58ecaa

#ec589a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec589a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec589a Color CSS Codes

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

#ec589a Text Font Color

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

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


#ec589a Background Color

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

This div background color is #ec589a


#ec589a Border Color

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

This div border color is #ec589a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec589a


Comments

No comments written yet.

Please login to write comment.