Color Hex Logo

#ec491f Color Hex

#EC491F
(236,73,31)
0 Favorites   0 Comments

Color spaces of #ec491f

RGB 2367331
HSL0.030.840.52
HSV12°87°93°
CMYK 0.000.690.87   0.07
XYZ37.221922.69693.7154
Yxy22.69690.58490.3567
Hunter Lab47.641356.089028.7250
CIE-Lab54.758860.816357.1277

#ec491f color RGB value is (236,73,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001001 00011111
Octal 354 111 37
Decimal 236 73 31
Hex EC 49 1F

RGB Percentages of Color #ec491f

%69.41
%21.47
%9.12

CMYK Percentages of Color #ec491f

%0
%69
%87
%7

Triadic Colors of #ec491f

#ec491f #1fec49 #491fec

Analogous Colors of #ec491f

#ec491f #ecb01f #ec1f5b

Monochromatic Colors of #ec491f

#ec491f

Complementary Color

#ec491f #1fc2ec

#ec491f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec491f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec491f Color CSS Codes

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

#ec491f Text Font Color

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

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


#ec491f Background Color

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

This div background color is #ec491f


#ec491f Border Color

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

This div border color is #ec491f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec491f


Comments

No comments written yet.

Please login to write comment.