Color Hex Logo

#ec589f Color Hex

#EC589F
(236,88,159)
0 Favorites   0 Comments

Color spaces of #ec589f

RGB 23688159
HSL0.920.800.64
HSV331°63°93°
CMYK 0.000.630.33   0.07
XYZ44.339827.315535.7363
Yxy27.31550.41290.2544
Hunter Lab52.264259.9730-3.9553
CIE-Lab59.265263.3636-8.1902

#ec589f color RGB value is (236,88,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01011000 10011111
Octal 354 130 237
Decimal 236 88 159
Hex EC 58 9F

RGB Percentages of Color #ec589f

%48.86
%18.22
%32.92

CMYK Percentages of Color #ec589f

%0
%63
%33
%7

Triadic Colors of #ec589f

#ec589f #9fec58 #589fec

Analogous Colors of #ec589f

#ec589f #ec5b58 #ec58e9

Monochromatic Colors of #ec589f

#ec589f

Complementary Color

#ec589f #58eca5

#ec589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec589f Color CSS Codes

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

#ec589f Text Font Color

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

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


#ec589f Background Color

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

This div background color is #ec589f


#ec589f Border Color

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

This div border color is #ec589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec589f


Comments

No comments written yet.

Please login to write comment.