Color Hex Logo

#ec4949 Color Hex

#EC4949
(236,73,73)
0 Favorites   0 Comments

Color spaces of #ec4949

RGB 2367373
HSL0.000.810.61
HSV69°93°
CMYK 0.000.690.69   0.07
XYZ38.177223.07908.7459
Yxy23.07900.54540.3297
Hunter Lab48.040657.780422.8345
CIE-Lab55.153662.217436.3851

#ec4949 color RGB value is (236,73,73).

#ec4949 hex color red value is 236, green value is 73 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ec4949 hue: 0.00 , saturation: 0.81 and the lightness value of ec4949 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01001001 01001001
Octal 354 111 111
Decimal 236 73 73
Hex EC 49 49

RGB Percentages of Color #ec4949

%61.78
%19.11
%19.11

CMYK Percentages of Color #ec4949

%0
%69
%69
%7

Triadic Colors of #ec4949

#ec4949 #49ec49 #4949ec

Analogous Colors of #ec4949

#ec4949 #ec9b49 #ec499b

Monochromatic Colors of #ec4949

#ec4949

Complementary Color

#ec4949 #49ecec

#ec4949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec4949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec4949 Color CSS Codes

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

#ec4949 Text Font Color

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

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


#ec4949 Background Color

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

This div background color is #ec4949


#ec4949 Border Color

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

This div border color is #ec4949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec4949

#ec4949 Color Palettes


Comments

No comments written yet.

Please login to write comment.