Color Hex Logo

#ed78aa Color Hex

#ED78AA
(237,120,170)
0 Favorites   0 Comments

Color spaces of #ed78aa

RGB 237120170
HSL0.930.760.70
HSV334°49°93°
CMYK 0.000.490.28   0.07
XYZ48.897234.339742.0813
Yxy34.33970.39020.2740
Hunter Lab58.600146.3942-1.5567
CIE-Lab65.231350.5028-5.6282

#ed78aa color RGB value is (237,120,170).

#ed78aa hex color red value is 237, green value is 120 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #ed78aa hue: 0.93 , saturation: 0.76 and the lightness value of ed78aa is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 10101010
Octal 355 170 252
Decimal 237 120 170
Hex ED 78 AA

RGB Percentages of Color #ed78aa

%44.97
%22.77
%32.26

CMYK Percentages of Color #ed78aa

%0
%49
%28
%7

Triadic Colors of #ed78aa

#ed78aa #aaed78 #78aaed

Analogous Colors of #ed78aa

#ed78aa #ed8178 #ed78e5

Monochromatic Colors of #ed78aa

#ed78aa

Complementary Color

#ed78aa #78edbb

#ed78aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed78aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed78aa Color CSS Codes

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

#ed78aa Text Font Color

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

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


#ed78aa Background Color

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

This div background color is #ed78aa


#ed78aa Border Color

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

This div border color is #ed78aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed78aa


Comments

No comments written yet.

Please login to write comment.