Color Hex Logo

#ec132e Color Hex

#EC132E
(236,19,46)
0 Favorites   0 Comments

Color spaces of #ec132e

RGB 2361946
HSL0.980.850.50
HSV353°92°93°
CMYK 0.000.920.81   0.07
XYZ35.318118.49594.2934
Yxy18.49590.60780.3183
Hunter Lab43.006971.325824.1858
CIE-Lab50.092174.584845.8786

#ec132e color RGB value is (236,19,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010011 00101110
Octal 354 23 56
Decimal 236 19 46
Hex EC 13 2E

RGB Percentages of Color #ec132e

%78.41
%6.31
%15.28

CMYK Percentages of Color #ec132e

%0
%92
%81
%7

Triadic Colors of #ec132e

#ec132e #2eec13 #132eec

Analogous Colors of #ec132e

#ec132e #ec6513 #ec139b

Monochromatic Colors of #ec132e

#ec132e

Complementary Color

#ec132e #13ecd1

#ec132e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec132e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec132e Color CSS Codes

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

#ec132e Text Font Color

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

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


#ec132e Background Color

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

This div background color is #ec132e


#ec132e Border Color

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

This div border color is #ec132e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec132e


Comments

No comments written yet.

Please login to write comment.