Color Hex Logo

#ed4c6d Color Hex

#ED4C6D
(237,76,109)
0 Favorites   0 Comments

Color spaces of #ed4c6d

RGB 23776109
HSL0.970.820.61
HSV348°68°93°
CMYK 0.000.680.54   0.07
XYZ40.269824.277517.0316
Yxy24.27750.49360.2976
Hunter Lab49.272259.660313.9962
CIE-Lab56.364663.618717.0055

#ed4c6d color RGB value is (237,76,109).

#ed4c6d hex color red value is 237, green value is 76 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #ed4c6d hue: 0.97 , saturation: 0.82 and the lightness value of ed4c6d is 0.61.

The process color (four color CMYK) of #ed4c6d color hex is 0.00, 0.68, 0.54, 0.07. Web safe color of #ed4c6d is #ff3366. Color #ed4c6d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001100 01101101
Octal 355 114 155
Decimal 237 76 109
Hex ED 4C 6D

RGB Percentages of Color #ed4c6d

%56.16
%18.01
%25.83

CMYK Percentages of Color #ed4c6d

%0
%68
%54
%7

Triadic Colors of #ed4c6d

#ed4c6d #6ded4c #4c6ded

Analogous Colors of #ed4c6d

#ed4c6d #ed7c4c #ed4cbe

Monochromatic Colors of #ed4c6d

#ed4c6d

Complementary Color

#ed4c6d #4cedcc

#ed4c6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed4c6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed4c6d Color CSS Codes

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

#ed4c6d Text Font Color

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

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


#ed4c6d Background Color

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

This div background color is #ed4c6d


#ed4c6d Border Color

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

This div border color is #ed4c6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed4c6d


Comments

No comments written yet.

Please login to write comment.