Color Hex Logo

#ec604a Color Hex

#EC604A
(236,96,74)
0 Favorites   0 Comments

Color spaces of #ec604a

RGB 2369674
HSL0.020.810.61
HSV69°93°
CMYK 0.000.590.69   0.07
XYZ40.011026.69309.5220
Yxy26.69300.52490.3502
Hunter Lab51.665347.821125.2384
CIE-Lab58.689152.793040.0002

#ec604a color RGB value is (236,96,74).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01100000 01001010
Octal 354 140 112
Decimal 236 96 74
Hex EC 60 4A

RGB Percentages of Color #ec604a

%58.13
%23.65
%18.23

CMYK Percentages of Color #ec604a

%0
%59
%69
%7

Triadic Colors of #ec604a

#ec604a #4aec60 #604aec

Analogous Colors of #ec604a

#ec604a #ecb14a #ec4a85

Monochromatic Colors of #ec604a

#ec604a

Complementary Color

#ec604a #4ad6ec

#ec604a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec604a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec604a Color CSS Codes

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

#ec604a Text Font Color

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

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


#ec604a Background Color

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

This div background color is #ec604a


#ec604a Border Color

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

This div border color is #ec604a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec604a


Comments

No comments written yet.

Please login to write comment.