Color Hex Logo

#ec480c Color Hex

#EC480C
(236,72,12)
0 Favorites   0 Comments

Color spaces of #ec480c

RGB 2367212
HSL0.040.900.49
HSV16°95°93°
CMYK 0.000.690.95   0.07
XYZ36.975822.49412.7408
Yxy22.49410.59440.3616
Hunter Lab47.427956.163429.7733
CIE-Lab54.547460.919463.0193

#ec480c color RGB value is (236,72,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001000 00001100
Octal 354 110 14
Decimal 236 72 12
Hex EC 48 C

RGB Percentages of Color #ec480c

%73.75
%22.50
%3.75

CMYK Percentages of Color #ec480c

%0
%69
%95
%7

Triadic Colors of #ec480c

#ec480c #0cec48 #480cec

Analogous Colors of #ec480c

#ec480c #ecb80c #ec0c40

Monochromatic Colors of #ec480c

#ec480c

Complementary Color

#ec480c #0cb0ec

#ec480c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec480c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec480c Color CSS Codes

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

#ec480c Text Font Color

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

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


#ec480c Background Color

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

This div background color is #ec480c


#ec480c Border Color

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

This div border color is #ec480c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec480c


Comments

No comments written yet.

Please login to write comment.