Color Hex Logo

#ec504a Color Hex

#EC504A
(236,80,74)
0 Favorites   0 Comments

Color spaces of #ec504a

RGB 2368074
HSL0.010.810.61
HSV69°93°
CMYK 0.000.660.69   0.07
XYZ38.696824.06469.0840
Yxy24.06460.53860.3349
Hunter Lab49.055754.959523.3598
CIE-Lab56.152459.578437.0093

#ec504a color RGB value is (236,80,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010000 01001010
Octal 354 120 112
Decimal 236 80 74
Hex EC 50 4A

RGB Percentages of Color #ec504a

%60.51
%20.51
%18.97

CMYK Percentages of Color #ec504a

%0
%66
%69
%7

Triadic Colors of #ec504a

#ec504a #4aec50 #504aec

Analogous Colors of #ec504a

#ec504a #eca14a #ec4a95

Monochromatic Colors of #ec504a

#ec504a

Complementary Color

#ec504a #4ae6ec

#ec504a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec504a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec504a Color CSS Codes

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

#ec504a Text Font Color

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

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


#ec504a Background Color

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

This div background color is #ec504a


#ec504a Border Color

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

This div border color is #ec504a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec504a


Comments

No comments written yet.

Please login to write comment.