Color Hex Logo

#ed56aa Color Hex

#ED56AA
(237,86,170)
0 Favorites   0 Comments

Color spaces of #ed56aa

RGB 23786170
HSL0.910.810.63
HSV327°64°93°
CMYK 0.000.640.28   0.07
XYZ45.508527.562440.9517
Yxy27.56240.39910.2417
Hunter Lab52.499962.8543-9.4983
CIE-Lab59.491365.7666-14.2093

#ed56aa color RGB value is (237,86,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010110 10101010
Octal 355 126 252
Decimal 237 86 170
Hex ED 56 AA

RGB Percentages of Color #ed56aa

%48.07
%17.44
%34.48

CMYK Percentages of Color #ed56aa

%0
%64
%28
%7

Triadic Colors of #ed56aa

#ed56aa #aaed56 #56aaed

Analogous Colors of #ed56aa

#ed56aa #ed565e #e556ed

Monochromatic Colors of #ed56aa

#ed56aa

Complementary Color

#ed56aa #56ed99

#ed56aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed56aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed56aa Color CSS Codes

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

#ed56aa Text Font Color

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

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


#ed56aa Background Color

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

This div background color is #ed56aa


#ed56aa Border Color

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

This div border color is #ed56aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed56aa


Comments

No comments written yet.

Please login to write comment.