Color Hex Logo

#ed380f Color Hex

#ED380F
(237,56,15)
0 Favorites   0 Comments

Color spaces of #ed380f

RGB 2375615
HSL0.030.880.49
HSV11°94°93°
CMYK 0.000.760.94   0.07
XYZ36.425420.86742.5599
Yxy20.86740.60860.3486
Hunter Lab45.680862.392428.6541
CIE-Lab52.804166.613661.3326

#ed380f color RGB value is (237,56,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111000 00001111
Octal 355 70 17
Decimal 237 56 15
Hex ED 38 F

RGB Percentages of Color #ed380f

%76.95
%18.18
%4.87

CMYK Percentages of Color #ed380f

%0
%76
%94
%7

Triadic Colors of #ed380f

#ed380f #0fed38 #380fed

Analogous Colors of #ed380f

#ed380f #eda70f #ed0f55

Monochromatic Colors of #ed380f

#ed380f

Complementary Color

#ed380f #0fc4ed

#ed380f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed380f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed380f Color CSS Codes

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

#ed380f Text Font Color

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

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


#ed380f Background Color

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

This div background color is #ed380f


#ed380f Border Color

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

This div border color is #ed380f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,56,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 #ed380f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed380f


Comments

No comments written yet.

Please login to write comment.