Color Hex Logo

#ed574d Color Hex

#ED574D
(237,87,77)
0 Favorites   0 Comments

Color spaces of #ed574d

RGB 2378777
HSL0.010.820.62
HSV68°93°
CMYK 0.000.630.68   0.07
XYZ39.672825.35679.8245
Yxy25.35670.53000.3387
Hunter Lab50.355452.510223.6811
CIE-Lab57.421357.198736.8842

#ed574d color RGB value is (237,87,77).

#ed574d hex color red value is 237, green value is 87 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ed574d hue: 0.01 , saturation: 0.82 and the lightness value of ed574d is 0.62.

The process color (four color CMYK) of #ed574d color hex is 0.00, 0.63, 0.68, 0.07. Web safe color of #ed574d is #ff6666. Color #ed574d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010111 01001101
Octal 355 127 115
Decimal 237 87 77
Hex ED 57 4D

RGB Percentages of Color #ed574d

%59.10
%21.70
%19.20

CMYK Percentages of Color #ed574d

%0
%63
%68
%7

Triadic Colors of #ed574d

#ed574d #4ded57 #574ded

Analogous Colors of #ed574d

#ed574d #eda74d #ed4d93

Monochromatic Colors of #ed574d

#ed574d

Complementary Color

#ed574d #4de3ed

#ed574d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed574d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed574d Color CSS Codes

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

#ed574d Text Font Color

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

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


#ed574d Background Color

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

This div background color is #ed574d


#ed574d Border Color

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

This div border color is #ed574d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed574d


Comments

No comments written yet.

Please login to write comment.