Color Hex Logo

#ed513c Color Hex

#ED513C
(237,81,60)
0 Favorites   0 Comments

Color spaces of #ed513c

RGB 2378160
HSL0.020.830.58
HSV75°93°
CMYK 0.000.660.75   0.07
XYZ38.683124.21566.9102
Yxy24.21560.55410.3469
Hunter Lab49.209354.201226.1208
CIE-Lab56.303058.885544.8841

#ed513c color RGB value is (237,81,60).

#ed513c hex color red value is 237, green value is 81 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ed513c hue: 0.02 , saturation: 0.83 and the lightness value of ed513c is 0.58.

The process color (four color CMYK) of #ed513c color hex is 0.00, 0.66, 0.75, 0.07. Web safe color of #ed513c is #ff6633. Color #ed513c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010001 00111100
Octal 355 121 74
Decimal 237 81 60
Hex ED 51 3C

RGB Percentages of Color #ed513c

%62.70
%21.43
%15.87

CMYK Percentages of Color #ed513c

%0
%66
%75
%7

Triadic Colors of #ed513c

#ed513c #3ced51 #513ced

Analogous Colors of #ed513c

#ed513c #edaa3c #ed3c80

Monochromatic Colors of #ed513c

#ed513c

Complementary Color

#ed513c #3cd8ed

#ed513c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed513c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed513c Color CSS Codes

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

#ed513c Text Font Color

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

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


#ed513c Background Color

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

This div background color is #ed513c


#ed513c Border Color

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

This div border color is #ed513c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed513c


Comments

No comments written yet.

Please login to write comment.