Color Hex Logo

#ec481f Color Hex

#EC481F
(236,72,31)
0 Favorites   0 Comments

Color spaces of #ec481f

RGB 2367231
HSL0.030.840.52
HSV12°87°93°
CMYK 0.000.690.87   0.07
XYZ37.156822.56653.6937
Yxy22.56650.58590.3558
Hunter Lab47.504256.486628.6428
CIE-Lab54.623061.188257.0201

#ec481f color RGB value is (236,72,31).

#ec481f hex color red value is 236, green value is 72 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #ec481f hue: 0.03 , saturation: 0.84 and the lightness value of ec481f is 0.52.

The process color (four color CMYK) of #ec481f color hex is 0.00, 0.69, 0.87, 0.07. Web safe color of #ec481f is #ff3333. Color #ec481f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001000 00011111
Octal 354 110 37
Decimal 236 72 31
Hex EC 48 1F

RGB Percentages of Color #ec481f

%69.62
%21.24
%9.14

CMYK Percentages of Color #ec481f

%0
%69
%87
%7

Triadic Colors of #ec481f

#ec481f #1fec48 #481fec

Analogous Colors of #ec481f

#ec481f #ecaf1f #ec1f5c

Monochromatic Colors of #ec481f

#ec481f

Complementary Color

#ec481f #1fc3ec

#ec481f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec481f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec481f Color CSS Codes

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

#ec481f Text Font Color

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

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


#ec481f Background Color

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

This div background color is #ec481f


#ec481f Border Color

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

This div border color is #ec481f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec481f


Comments

No comments written yet.

Please login to write comment.