Color Hex Logo

#ec133e Color Hex

#EC133E
(236,19,62)
0 Favorites   0 Comments

Color spaces of #ec133e

RGB 2361962
HSL0.970.850.50
HSV348°92°93°
CMYK 0.000.920.74   0.07
XYZ35.694418.64646.2752
Yxy18.64640.58890.3076
Hunter Lab43.181571.983021.6109
CIE-Lab50.270975.086437.0065

#ec133e color RGB value is (236,19,62).

#ec133e hex color red value is 236, green value is 19 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #ec133e hue: 0.97 , saturation: 0.85 and the lightness value of ec133e is 0.50.

The process color (four color CMYK) of #ec133e color hex is 0.00, 0.92, 0.74, 0.07. Web safe color of #ec133e is #ff0033. Color #ec133e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 00111110
Octal 354 23 76
Decimal 236 19 62
Hex EC 13 3E

RGB Percentages of Color #ec133e

%74.45
%5.99
%19.56

CMYK Percentages of Color #ec133e

%0
%92
%74
%7

Triadic Colors of #ec133e

#ec133e #3eec13 #133eec

Analogous Colors of #ec133e

#ec133e #ec5513 #ec13ab

Monochromatic Colors of #ec133e

#ec133e

Complementary Color

#ec133e #13ecc1

#ec133e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec133e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec133e Color CSS Codes

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

#ec133e Text Font Color

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

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


#ec133e Background Color

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

This div background color is #ec133e


#ec133e Border Color

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

This div border color is #ec133e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec133e


Comments

No comments written yet.

Please login to write comment.