Color Hex Logo

#ec480f Color Hex

#EC480F
(236,72,15)
0 Favorites   0 Comments

Color spaces of #ec480f

RGB 2367215
HSL0.040.880.49
HSV15°94°93°
CMYK 0.000.690.94   0.07
XYZ36.995722.50212.8454
Yxy22.50210.59340.3609
Hunter Lab47.436456.198729.6490
CIE-Lab54.555760.948962.2973

#ec480f color RGB value is (236,72,15).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001000 00001111
Octal 354 110 17
Decimal 236 72 15
Hex EC 48 F

RGB Percentages of Color #ec480f

%73.07
%22.29
%4.64

CMYK Percentages of Color #ec480f

%0
%69
%94
%7

Triadic Colors of #ec480f

#ec480f #0fec48 #480fec

Analogous Colors of #ec480f

#ec480f #ecb70f #ec0f44

Monochromatic Colors of #ec480f

#ec480f

Complementary Color

#ec480f #0fb3ec

#ec480f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec480f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec480f Color CSS Codes

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

#ec480f Text Font Color

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

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


#ec480f Background Color

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

This div background color is #ec480f


#ec480f Border Color

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

This div border color is #ec480f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec480f


Comments

No comments written yet.

Please login to write comment.