Color Hex Logo

#ec143c Color Hex

#EC143C
(236,20,60)
0 Favorites   0 Comments

Color spaces of #ec143c

RGB 2362060
HSL0.970.850.50
HSV349°92°93°
CMYK 0.000.920.75   0.07
XYZ35.657818.65945.9972
Yxy18.65940.59120.3094
Hunter Lab43.196571.754022.0060
CIE-Lab50.286374.896738.1912

#ec143c color RGB value is (236,20,60).

#ec143c hex color red value is 236, green value is 20 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #ec143c hue: 0.97 , saturation: 0.85 and the lightness value of ec143c is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010100 00111100
Octal 354 24 74
Decimal 236 20 60
Hex EC 14 3C

RGB Percentages of Color #ec143c

%74.68
%6.33
%18.99

CMYK Percentages of Color #ec143c

%0
%92
%75
%7

Triadic Colors of #ec143c

#ec143c #3cec14 #143cec

Analogous Colors of #ec143c

#ec143c #ec5814 #ec14a8

Monochromatic Colors of #ec143c

#ec143c

Complementary Color

#ec143c #14ecc4

#ec143c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec143c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec143c Color CSS Codes

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

#ec143c Text Font Color

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

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


#ec143c Background Color

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

This div background color is #ec143c


#ec143c Border Color

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

This div border color is #ec143c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec143c


Comments

No comments written yet.

Please login to write comment.