Color Hex Logo

#ed380a Color Hex

#ED380A
(237,56,10)
0 Favorites   0 Comments

Color spaces of #ed380a

RGB 2375610
HSL0.030.920.48
HSV12°96°93°
CMYK 0.000.760.96   0.07
XYZ36.394020.85482.3944
Yxy20.85480.61020.3497
Hunter Lab45.667162.336828.8583
CIE-Lab52.790266.568962.5710

#ed380a color RGB value is (237,56,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00111000 00001010
Octal 355 70 12
Decimal 237 56 10
Hex ED 38 A

RGB Percentages of Color #ed380a

%78.22
%18.48
%3.30

CMYK Percentages of Color #ed380a

%0
%76
%96
%7

Triadic Colors of #ed380a

#ed380a #0aed38 #380aed

Analogous Colors of #ed380a

#ed380a #edaa0a #ed0a4e

Monochromatic Colors of #ed380a

#ed380a

Complementary Color

#ed380a #0abfed

#ed380a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed380a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed380a Color CSS Codes

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

#ed380a Text Font Color

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

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


#ed380a Background Color

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

This div background color is #ed380a


#ed380a Border Color

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

This div border color is #ed380a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed380a


Comments

No comments written yet.

Please login to write comment.