Color Hex Logo

#ed50df Color Hex

#ED50DF
(237,80,223)
0 Favorites   0 Comments

Color spaces of #ed50df

RGB 23780223
HSL0.850.810.62
HSV305°66°93°
CMYK 0.000.660.06   0.07
XYZ51.113029.069672.7291
Yxy29.06960.33430.1901
Hunter Lab53.916274.8660-42.2366
CIE-Lab60.843075.3804-42.3408

#ed50df color RGB value is (237,80,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010000 11011111
Octal 355 120 337
Decimal 237 80 223
Hex ED 50 DF

RGB Percentages of Color #ed50df

%43.89
%14.81
%41.30

CMYK Percentages of Color #ed50df

%0
%66
%6
%7

Triadic Colors of #ed50df

#ed50df #dfed50 #50dfed

Analogous Colors of #ed50df

#ed50df #ed5091 #ad50ed

Monochromatic Colors of #ed50df

#ed50df

Complementary Color

#ed50df #50ed5e

#ed50df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed50df Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed50df Color CSS Codes

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

#ed50df Text Font Color

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

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


#ed50df Background Color

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

This div background color is #ed50df


#ed50df Border Color

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

This div border color is #ed50df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed50df


Comments

No comments written yet.

Please login to write comment.