Color Hex Logo

#ec0b2f Color Hex

#EC0B2F
(236,11,47)
0 Favorites   0 Comments

Color spaces of #ec0b2f

RGB 2361147
HSL0.970.910.48
HSV350°95°93°
CMYK 0.000.950.80   0.07
XYZ35.224818.27744.3607
Yxy18.27740.60880.3159
Hunter Lab42.752172.255723.8789
CIE-Lab49.830875.394345.0743

#ec0b2f color RGB value is (236,11,47).

#ec0b2f hex color red value is 236, green value is 11 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ec0b2f hue: 0.97 , saturation: 0.91 and the lightness value of ec0b2f is 0.48.

The process color (four color CMYK) of #ec0b2f color hex is 0.00, 0.95, 0.80, 0.07. Web safe color of #ec0b2f is #ff0033. Color #ec0b2f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00001011 00101111
Octal 354 13 57
Decimal 236 11 47
Hex EC B 2F

RGB Percentages of Color #ec0b2f

%80.27
%3.74
%15.99

CMYK Percentages of Color #ec0b2f

%0
%95
%80
%7

Triadic Colors of #ec0b2f

#ec0b2f #2fec0b #0b2fec

Analogous Colors of #ec0b2f

#ec0b2f #ec570b #ec0ba0

Monochromatic Colors of #ec0b2f

#ec0b2f

Complementary Color

#ec0b2f #0becc8

#ec0b2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec0b2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec0b2f Color CSS Codes

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

#ec0b2f Text Font Color

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

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


#ec0b2f Background Color

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

This div background color is #ec0b2f


#ec0b2f Border Color

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

This div border color is #ec0b2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec0b2f


Comments

No comments written yet.

Please login to write comment.