Color Hex Logo

#ec390a Color Hex

#EC390A
(236,57,10)
0 Favorites   0 Comments

Color spaces of #ec390a

RGB 2365710
HSL0.030.920.48
HSV12°96°93°
CMYK 0.000.760.96   0.07
XYZ36.110020.78102.3951
Yxy20.78100.60910.3505
Hunter Lab45.586261.618728.7952
CIE-Lab52.709065.972262.4255

#ec390a color RGB value is (236,57,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00111001 00001010
Octal 354 71 12
Decimal 236 57 10
Hex EC 39 A

RGB Percentages of Color #ec390a

%77.89
%18.81
%3.30

CMYK Percentages of Color #ec390a

%0
%76
%96
%7

Triadic Colors of #ec390a

#ec390a #0aec39 #390aec

Analogous Colors of #ec390a

#ec390a #ecaa0a #ec0a4c

Monochromatic Colors of #ec390a

#ec390a

Complementary Color

#ec390a #0abdec

#ec390a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec390a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec390a Color CSS Codes

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

#ec390a Text Font Color

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

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


#ec390a Background Color

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

This div background color is #ec390a


#ec390a Border Color

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

This div border color is #ec390a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec390a


Comments

No comments written yet.

Please login to write comment.