Color Hex Logo

#ed589f Color Hex

#ED589F
(237,88,159)
0 Favorites   0 Comments

Color spaces of #ed589f

RGB 23788159
HSL0.920.810.64
HSV331°63°93°
CMYK 0.000.630.33   0.07
XYZ44.672827.487235.7519
Yxy27.48720.41400.2547
Hunter Lab52.428260.3460-3.7313
CIE-Lab59.422663.6537-7.9390

#ed589f color RGB value is (237,88,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011000 10011111
Octal 355 130 237
Decimal 237 88 159
Hex ED 58 9F

RGB Percentages of Color #ed589f

%48.97
%18.18
%32.85

CMYK Percentages of Color #ed589f

%0
%63
%33
%7

Triadic Colors of #ed589f

#ed589f #9fed58 #589fed

Analogous Colors of #ed589f

#ed589f #ed5b58 #ed58ea

Monochromatic Colors of #ed589f

#ed589f

Complementary Color

#ed589f #58eda6

#ed589f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed589f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed589f Color CSS Codes

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

#ed589f Text Font Color

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

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


#ed589f Background Color

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

This div background color is #ed589f


#ed589f Border Color

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

This div border color is #ed589f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed589f


Comments

No comments written yet.

Please login to write comment.