Color Hex Logo

#ec090f Color Hex

#EC090F
(236,9,15)
0 Favorites   0 Comments

Color spaces of #ec090f

RGB 236915
HSL1.000.930.48
HSV358°96°93°
CMYK 0.000.960.94   0.07
XYZ34.776018.06272.1055
Yxy18.06270.63290.3287
Hunter Lab42.500271.683026.8129
CIE-Lab49.572174.977959.3733

#ec090f color RGB value is (236,9,15).

#ec090f hex color red value is 236, green value is 9 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #ec090f hue: 1.00 , saturation: 0.93 and the lightness value of ec090f is 0.48.

The process color (four color CMYK) of #ec090f color hex is 0.00, 0.96, 0.94, 0.07. Web safe color of #ec090f is #ff0000. Color #ec090f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001001 00001111
Octal 354 11 17
Decimal 236 9 15
Hex EC 9 F

RGB Percentages of Color #ec090f

%90.77
%3.46
%5.77

CMYK Percentages of Color #ec090f

%0
%96
%94
%7

Triadic Colors of #ec090f

#ec090f #0fec09 #090fec

Analogous Colors of #ec090f

#ec090f #ec7509 #ec0981

Monochromatic Colors of #ec090f

#ec090f

Complementary Color

#ec090f #09ece6

#ec090f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec090f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec090f Color CSS Codes

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

#ec090f Text Font Color

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

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


#ec090f Background Color

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

This div background color is #ec090f


#ec090f Border Color

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

This div border color is #ec090f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec090f


Comments

No comments written yet.

Please login to write comment.