Color Hex Logo

#ed56ac Color Hex

#ED56AC
(237,86,172)
0 Favorites   0 Comments

Color spaces of #ed56ac

RGB 23786172
HSL0.910.810.63
HSV326°64°93°
CMYK 0.000.640.27   0.07
XYZ45.699227.638741.9559
Yxy27.63870.39640.2397
Hunter Lab52.572563.1610-10.5161
CIE-Lab59.560966.0123-15.2599

#ed56ac color RGB value is (237,86,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 10101100
Octal 355 126 254
Decimal 237 86 172
Hex ED 56 AC

RGB Percentages of Color #ed56ac

%47.88
%17.37
%34.75

CMYK Percentages of Color #ed56ac

%0
%64
%27
%7

Triadic Colors of #ed56ac

#ed56ac #aced56 #56aced

Analogous Colors of #ed56ac

#ed56ac #ed5661 #e356ed

Monochromatic Colors of #ed56ac

#ed56ac

Complementary Color

#ed56ac #56ed97

#ed56ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed56ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed56ac Color CSS Codes

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

#ed56ac Text Font Color

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

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


#ed56ac Background Color

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

This div background color is #ed56ac


#ed56ac Border Color

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

This div border color is #ed56ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed56ac


Comments

No comments written yet.

Please login to write comment.