Color Hex Logo

#ec492a Color Hex

#EC492A
(236,73,42)
0 Favorites   0 Comments

Color spaces of #ec492a

RGB 2367342
HSL0.030.840.55
HSV10°82°93°
CMYK 0.000.690.82   0.07
XYZ37.392522.76514.6138
Yxy22.76510.57730.3515
Hunter Lab47.712856.393027.6656
CIE-Lab54.829661.069252.3937

#ec492a color RGB value is (236,73,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001001 00101010
Octal 354 111 52
Decimal 236 73 42
Hex EC 49 2A

RGB Percentages of Color #ec492a

%67.24
%20.80
%11.97

CMYK Percentages of Color #ec492a

%0
%69
%82
%7

Triadic Colors of #ec492a

#ec492a #2aec49 #492aec

Analogous Colors of #ec492a

#ec492a #ecaa2a #ec2a6c

Monochromatic Colors of #ec492a

#ec492a

Complementary Color

#ec492a #2acdec

#ec492a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec492a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec492a Color CSS Codes

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

#ec492a Text Font Color

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

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


#ec492a Background Color

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

This div background color is #ec492a


#ec492a Border Color

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

This div border color is #ec492a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec492a


Comments

No comments written yet.

Please login to write comment.