Color Hex Logo

#ed516e Color Hex

#ED516E
(237,81,110)
0 Favorites   0 Comments

Color spaces of #ed516e

RGB 23781110
HSL0.970.810.62
HSV349°66°93°
CMYK 0.000.660.54   0.07
XYZ40.682025.015217.4361
Yxy25.01520.48940.3009
Hunter Lab50.015257.664014.3412
CIE-Lab57.090261.767817.4102

#ed516e color RGB value is (237,81,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010001 01101110
Octal 355 121 156
Decimal 237 81 110
Hex ED 51 6E

RGB Percentages of Color #ed516e

%55.37
%18.93
%25.70

CMYK Percentages of Color #ed516e

%0
%66
%54
%7

Triadic Colors of #ed516e

#ed516e #6eed51 #516eed

Analogous Colors of #ed516e

#ed516e #ed8251 #ed51bc

Monochromatic Colors of #ed516e

#ed516e

Complementary Color

#ed516e #51edd0

#ed516e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed516e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed516e Color CSS Codes

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

#ed516e Text Font Color

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

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


#ed516e Background Color

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

This div background color is #ed516e


#ed516e Border Color

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

This div border color is #ed516e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed516e


Comments

No comments written yet.

Please login to write comment.