Color Hex Logo

#ed517c Color Hex

#ED517C
(237,81,124)
0 Favorites   0 Comments

Color spaces of #ed517c

RGB 23781124
HSL0.950.810.62
HSV343°66°93°
CMYK 0.000.660.48   0.07
XYZ41.505625.344621.7732
Yxy25.34460.46830.2860
Hunter Lab50.343459.06329.5979
CIE-Lab57.409662.91699.6137

#ed517c color RGB value is (237,81,124).

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

The process color (four color CMYK) of #ed517c color hex is 0.00, 0.66, 0.48, 0.07. Web safe color of #ed517c is #ff6666. Color #ed517c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010001 01111100
Octal 355 121 174
Decimal 237 81 124
Hex ED 51 7C

RGB Percentages of Color #ed517c

%53.62
%18.33
%28.05

CMYK Percentages of Color #ed517c

%0
%66
%48
%7

Triadic Colors of #ed517c

#ed517c #7ced51 #517ced

Analogous Colors of #ed517c

#ed517c #ed7451 #ed51ca

Monochromatic Colors of #ed517c

#ed517c

Complementary Color

#ed517c #51edc2

#ed517c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed517c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed517c Color CSS Codes

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

#ed517c Text Font Color

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

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


#ed517c Background Color

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

This div background color is #ed517c


#ed517c Border Color

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

This div border color is #ed517c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed517c


Comments

No comments written yet.

Please login to write comment.