Color Hex Logo

#ed57ac Color Hex

#ED57AC
(237,87,172)
0 Favorites   0 Comments

Color spaces of #ed57ac

RGB 23787172
HSL0.910.810.64
HSV326°63°93°
CMYK 0.000.630.27   0.07
XYZ45.779627.799541.9827
Yxy27.79950.39610.2406
Hunter Lab52.725262.7166-10.3023
CIE-Lab59.707265.6114-15.0387

#ed57ac color RGB value is (237,87,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010111 10101100
Octal 355 127 254
Decimal 237 87 172
Hex ED 57 AC

RGB Percentages of Color #ed57ac

%47.78
%17.54
%34.68

CMYK Percentages of Color #ed57ac

%0
%63
%27
%7

Triadic Colors of #ed57ac

#ed57ac #aced57 #57aced

Analogous Colors of #ed57ac

#ed57ac #ed5761 #e357ed

Monochromatic Colors of #ed57ac

#ed57ac

Complementary Color

#ed57ac #57ed98

#ed57ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed57ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed57ac Color CSS Codes

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

#ed57ac Text Font Color

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

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


#ed57ac Background Color

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

This div background color is #ed57ac


#ed57ac Border Color

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

This div border color is #ed57ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed57ac


Comments

No comments written yet.

Please login to write comment.