Color Hex Logo

#ed480f Color Hex

#ED480F
(237,72,15)
0 Favorites   0 Comments

Color spaces of #ed480f

RGB 2377215
HSL0.040.880.49
HSV15°94°93°
CMYK 0.000.700.94   0.07
XYZ37.328622.67372.8610
Yxy22.67370.59380.3607
Hunter Lab47.616956.603029.7695
CIE-Lab54.734661.269562.4975

#ed480f color RGB value is (237,72,15).

#ed480f hex color red value is 237, green value is 72 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ed480f hue: 0.04 , saturation: 0.88 and the lightness value of ed480f is 0.49.

The process color (four color CMYK) of #ed480f color hex is 0.00, 0.70, 0.94, 0.07. Web safe color of #ed480f is #ff3300. Color #ed480f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001000 00001111
Octal 355 110 17
Decimal 237 72 15
Hex ED 48 F

RGB Percentages of Color #ed480f

%73.15
%22.22
%4.63

CMYK Percentages of Color #ed480f

%0
%70
%94
%7

Triadic Colors of #ed480f

#ed480f #0fed48 #480fed

Analogous Colors of #ed480f

#ed480f #edb70f #ed0f45

Monochromatic Colors of #ed480f

#ed480f

Complementary Color

#ed480f #0fb4ed

#ed480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed480f Color CSS Codes

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

#ed480f Text Font Color

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

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


#ed480f Background Color

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

This div background color is #ed480f


#ed480f Border Color

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

This div border color is #ed480f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed480f


Comments

No comments written yet.

Please login to write comment.