Color Hex Logo

#ed597c Color Hex

#ED597C
(237,89,124)
0 Favorites   0 Comments

Color spaces of #ed597c

RGB 23789124
HSL0.960.800.64
HSV346°62°93°
CMYK 0.000.620.48   0.07
XYZ42.135526.604521.9832
Yxy26.60450.46440.2932
Hunter Lab51.579655.553010.8363
CIE-Lab58.606459.667611.3024

#ed597c color RGB value is (237,89,124).

#ed597c hex color red value is 237, green value is 89 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #ed597c hue: 0.96 , saturation: 0.80 and the lightness value of ed597c is 0.64.

The process color (four color CMYK) of #ed597c color hex is 0.00, 0.62, 0.48, 0.07. Web safe color of #ed597c is #ff6666. Color #ed597c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011001 01111100
Octal 355 131 174
Decimal 237 89 124
Hex ED 59 7C

RGB Percentages of Color #ed597c

%52.67
%19.78
%27.56

CMYK Percentages of Color #ed597c

%0
%62
%48
%7

Triadic Colors of #ed597c

#ed597c #7ced59 #597ced

Analogous Colors of #ed597c

#ed597c #ed8059 #ed59c6

Monochromatic Colors of #ed597c

#ed597c

Complementary Color

#ed597c #59edca

#ed597c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed597c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed597c Color CSS Codes

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

#ed597c Text Font Color

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

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


#ed597c Background Color

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

This div background color is #ed597c


#ed597c Border Color

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

This div border color is #ed597c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,89,124, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed597c


Comments

No comments written yet.

Please login to write comment.