Color Hex Logo

#ec410c Color Hex

#EC410C
(236,65,12)
0 Favorites   0 Comments

Color spaces of #ec410c

RGB 2366512
HSL0.040.900.49
HSV14°95°93°
CMYK 0.000.720.95   0.07
XYZ36.548721.64002.5984
Yxy21.64000.60130.3560
Hunter Lab46.518858.835229.2514
CIE-Lab53.642963.407162.4931

#ec410c color RGB value is (236,65,12).

#ec410c hex color red value is 236, green value is 65 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #ec410c hue: 0.04 , saturation: 0.90 and the lightness value of ec410c is 0.49.

The process color (four color CMYK) of #ec410c color hex is 0.00, 0.72, 0.95, 0.07. Web safe color of #ec410c is #ff3300. Color #ec410c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01000001 00001100
Octal 354 101 14
Decimal 236 65 12
Hex EC 41 C

RGB Percentages of Color #ec410c

%75.40
%20.77
%3.83

CMYK Percentages of Color #ec410c

%0
%72
%95
%7

Triadic Colors of #ec410c

#ec410c #0cec41 #410cec

Analogous Colors of #ec410c

#ec410c #ecb10c #ec0c47

Monochromatic Colors of #ec410c

#ec410c

Complementary Color

#ec410c #0cb7ec

#ec410c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec410c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec410c Color CSS Codes

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

#ec410c Text Font Color

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

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


#ec410c Background Color

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

This div background color is #ec410c


#ec410c Border Color

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

This div border color is #ec410c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,65,12, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec410c


Comments

No comments written yet.

Please login to write comment.