Color Hex Logo

#ec073c Color Hex

#EC073C
(236,7,60)
0 Favorites   0 Comments

Color spaces of #ec073c

RGB 236760
HSL0.960.940.48
HSV346°97°93°
CMYK 0.000.970.75   0.07
XYZ35.483718.31115.9392
Yxy18.31110.59400.3065
Hunter Lab42.791573.131321.7249
CIE-Lab49.871376.097737.7217

#ec073c color RGB value is (236,7,60).

#ec073c hex color red value is 236, green value is 7 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ec073c hue: 0.96 , saturation: 0.94 and the lightness value of ec073c is 0.48.

The process color (four color CMYK) of #ec073c color hex is 0.00, 0.97, 0.75, 0.07. Web safe color of #ec073c is #ff0033. Color #ec073c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00000111 00111100
Octal 354 7 74
Decimal 236 7 60
Hex EC 7 3C

RGB Percentages of Color #ec073c

%77.89
%2.31
%19.80

CMYK Percentages of Color #ec073c

%0
%97
%75
%7

Triadic Colors of #ec073c

#ec073c #3cec07 #073cec

Analogous Colors of #ec073c

#ec073c #ec4507 #ec07af

Monochromatic Colors of #ec073c

#ec073c

Complementary Color

#ec073c #07ecb7

#ec073c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec073c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec073c Color CSS Codes

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

#ec073c Text Font Color

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

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


#ec073c Background Color

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

This div background color is #ec073c


#ec073c Border Color

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

This div border color is #ec073c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec073c


Comments

No comments written yet.

Please login to write comment.