Color Hex Logo

#ed78df Color Hex

#ED78DF
(237,120,223)
0 Favorites   0 Comments

Color spaces of #ed78df

RGB 237120223
HSL0.850.760.70
HSV307°49°93°
CMYK 0.000.490.06   0.07
XYZ54.960836.765274.0117
Yxy36.76520.33160.2218
Hunter Lab60.634355.6878-29.9268
CIE-Lab67.100558.3656-32.5737

#ed78df color RGB value is (237,120,223).

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

The process color (four color CMYK) of #ed78df color hex is 0.00, 0.49, 0.06, 0.07. Web safe color of #ed78df is #ff66cc. Color #ed78df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 11011111
Octal 355 170 337
Decimal 237 120 223
Hex ED 78 DF

RGB Percentages of Color #ed78df

%40.86
%20.69
%38.45

CMYK Percentages of Color #ed78df

%0
%49
%6
%7

Triadic Colors of #ed78df

#ed78df #dfed78 #78dfed

Analogous Colors of #ed78df

#ed78df #ed78a5 #c178ed

Monochromatic Colors of #ed78df

#ed78df

Complementary Color

#ed78df #78ed86

#ed78df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed78df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed78df Color CSS Codes

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

#ed78df Text Font Color

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

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


#ed78df Background Color

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

This div background color is #ed78df


#ed78df Border Color

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

This div border color is #ed78df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed78df


Comments

No comments written yet.

Please login to write comment.