Color Hex Logo

#ec153c Color Hex

#EC153C
(236,21,60)
0 Favorites   0 Comments

Color spaces of #ec153c

RGB 2362160
HSL0.970.850.50
HSV349°91°93°
CMYK 0.000.910.75   0.07
XYZ35.675818.69546.0032
Yxy18.69540.59090.3097
Hunter Lab43.238271.613522.0349
CIE-Lab50.328974.773738.2392

#ec153c color RGB value is (236,21,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 00111100
Octal 354 25 74
Decimal 236 21 60
Hex EC 15 3C

RGB Percentages of Color #ec153c

%74.45
%6.62
%18.93

CMYK Percentages of Color #ec153c

%0
%91
%75
%7

Triadic Colors of #ec153c

#ec153c #3cec15 #153cec

Analogous Colors of #ec153c

#ec153c #ec5a15 #ec15a8

Monochromatic Colors of #ec153c

#ec153c

Complementary Color

#ec153c #15ecc5

#ec153c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec153c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec153c Color CSS Codes

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

#ec153c Text Font Color

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

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


#ec153c Background Color

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

This div background color is #ec153c


#ec153c Border Color

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

This div border color is #ec153c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec153c


Comments

No comments written yet.

Please login to write comment.