Color Hex Logo

#ed579d Color Hex

#ED579D
(237,87,157)
0 Favorites   0 Comments

Color spaces of #ed579d

RGB 23787157
HSL0.920.810.64
HSV332°63°93°
CMYK 0.000.630.34   0.07
XYZ44.419127.255234.8179
Yxy27.25520.41710.2559
Hunter Lab52.206560.5126-2.9975
CIE-Lab59.209863.8336-7.0937

#ed579d color RGB value is (237,87,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010111 10011101
Octal 355 127 235
Decimal 237 87 157
Hex ED 57 9D

RGB Percentages of Color #ed579d

%49.27
%18.09
%32.64

CMYK Percentages of Color #ed579d

%0
%63
%34
%7

Triadic Colors of #ed579d

#ed579d #9ded57 #579ded

Analogous Colors of #ed579d

#ed579d #ed5c57 #ed57e8

Monochromatic Colors of #ed579d

#ed579d

Complementary Color

#ed579d #57eda7

#ed579d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed579d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed579d Color CSS Codes

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

#ed579d Text Font Color

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

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


#ed579d Background Color

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

This div background color is #ed579d


#ed579d Border Color

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

This div border color is #ed579d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed579d


Comments

No comments written yet.

Please login to write comment.