Color Hex Logo

#ed424c Color Hex

#ED424C
(237,66,76)
0 Favorites   0 Comments

Color spaces of #ed424c

RGB 2376676
HSL0.990.830.59
HSV356°72°93°
CMYK 0.000.720.68   0.07
XYZ38.177822.42289.1533
Yxy22.42280.54730.3215
Hunter Lab47.352761.047121.6861
CIE-Lab54.472865.154133.8916

#ed424c color RGB value is (237,66,76).

#ed424c hex color red value is 237, green value is 66 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #ed424c hue: 0.99 , saturation: 0.83 and the lightness value of ed424c is 0.59.

The process color (four color CMYK) of #ed424c color hex is 0.00, 0.72, 0.68, 0.07. Web safe color of #ed424c is #ff3333. Color #ed424c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000010 01001100
Octal 355 102 114
Decimal 237 66 76
Hex ED 42 4C

RGB Percentages of Color #ed424c

%62.53
%17.41
%20.05

CMYK Percentages of Color #ed424c

%0
%72
%68
%7

Triadic Colors of #ed424c

#ed424c #4ced42 #424ced

Analogous Colors of #ed424c

#ed424c #ed8e42 #ed42a2

Monochromatic Colors of #ed424c

#ed424c

Complementary Color

#ed424c #42ede3

#ed424c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed424c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed424c Color CSS Codes

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

#ed424c Text Font Color

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

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


#ed424c Background Color

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

This div background color is #ed424c


#ed424c Border Color

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

This div border color is #ed424c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed424c


Comments

No comments written yet.

Please login to write comment.