Color Hex Logo

#ec342a Color Hex

#EC342A
(236,52,42)
0 Favorites   0 Comments

Color spaces of #ec342a

RGB 2365242
HSL0.010.840.55
HSV82°93°
CMYK 0.000.780.82   0.07
XYZ36.238020.45604.2289
Yxy20.45600.59480.3358
Hunter Lab45.228363.868926.1161
CIE-Lab52.348967.951650.1122

#ec342a color RGB value is (236,52,42).

#ec342a hex color red value is 236, green value is 52 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ec342a hue: 0.01 , saturation: 0.84 and the lightness value of ec342a is 0.55.

The process color (four color CMYK) of #ec342a color hex is 0.00, 0.78, 0.82, 0.07. Web safe color of #ec342a is #ff3333. Color #ec342a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110100 00101010
Octal 354 64 52
Decimal 236 52 42
Hex EC 34 2A

RGB Percentages of Color #ec342a

%71.52
%15.76
%12.73

CMYK Percentages of Color #ec342a

%0
%78
%82
%7

Triadic Colors of #ec342a

#ec342a #2aec34 #342aec

Analogous Colors of #ec342a

#ec342a #ec952a #ec2a81

Monochromatic Colors of #ec342a

#ec342a

Complementary Color

#ec342a #2ae2ec

#ec342a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec342a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec342a Color CSS Codes

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

#ec342a Text Font Color

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

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


#ec342a Background Color

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

This div background color is #ec342a


#ec342a Border Color

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

This div border color is #ec342a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec342a


Comments

No comments written yet.

Please login to write comment.