Color Hex Logo

#ec132a Color Hex

#EC132A
(236,19,42)
0 Favorites   0 Comments

Color spaces of #ec132a

RGB 2361942
HSL0.980.850.50
HSV354°92°93°
CMYK 0.000.920.82   0.07
XYZ35.242918.46583.8972
Yxy18.46580.61180.3206
Hunter Lab42.971971.194124.7032
CIE-Lab50.056374.484247.9787

#ec132a color RGB value is (236,19,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 00101010
Octal 354 23 52
Decimal 236 19 42
Hex EC 13 2A

RGB Percentages of Color #ec132a

%79.46
%6.40
%14.14

CMYK Percentages of Color #ec132a

%0
%92
%82
%7

Triadic Colors of #ec132a

#ec132a #2aec13 #132aec

Analogous Colors of #ec132a

#ec132a #ec6913 #ec1397

Monochromatic Colors of #ec132a

#ec132a

Complementary Color

#ec132a #13ecd5

#ec132a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec132a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec132a Color CSS Codes

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

#ec132a Text Font Color

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

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


#ec132a Background Color

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

This div background color is #ec132a


#ec132a Border Color

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

This div border color is #ec132a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec132a


Comments

No comments written yet.

Please login to write comment.