Color Hex Logo

#ed519f Color Hex

#ED519F
(237,81,159)
0 Favorites   0 Comments

Color spaces of #ed519f

RGB 23781159
HSL0.920.810.62
HSV330°66°93°
CMYK 0.000.660.33   0.07
XYZ44.125526.392635.5695
Yxy26.39260.41590.2488
Hunter Lab51.373763.4117-5.0889
CIE-Lab58.407866.4335-9.4535

#ed519f color RGB value is (237,81,159).

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

The process color (four color CMYK) of #ed519f color hex is 0.00, 0.66, 0.33, 0.07. Web safe color of #ed519f is #ff6699. Color #ed519f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010001 10011111
Octal 355 121 237
Decimal 237 81 159
Hex ED 51 9F

RGB Percentages of Color #ed519f

%49.69
%16.98
%33.33

CMYK Percentages of Color #ed519f

%0
%66
%33
%7

Triadic Colors of #ed519f

#ed519f #9fed51 #519fed

Analogous Colors of #ed519f

#ed519f #ed5151 #ed51ed

Monochromatic Colors of #ed519f

#ed519f

Complementary Color

#ed519f #51ed9f

#ed519f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed519f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed519f Color CSS Codes

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

#ed519f Text Font Color

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

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


#ed519f Background Color

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

This div background color is #ed519f


#ed519f Border Color

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

This div border color is #ed519f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed519f


Comments

No comments written yet.

Please login to write comment.