Color Hex Logo

#ec152b Color Hex

#EC152B
(236,21,43)
0 Favorites   0 Comments

Color spaces of #ec152b

RGB 2362143
HSL0.980.850.50
HSV354°91°93°
CMYK 0.000.910.82   0.07
XYZ35.296318.54364.0045
Yxy18.54360.61020.3206
Hunter Lab43.062370.949824.6300
CIE-Lab50.148974.266247.5390

#ec152b color RGB value is (236,21,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00010101 00101011
Octal 354 25 53
Decimal 236 21 43
Hex EC 15 2B

RGB Percentages of Color #ec152b

%78.67
%7.00
%14.33

CMYK Percentages of Color #ec152b

%0
%91
%82
%7

Triadic Colors of #ec152b

#ec152b #2bec15 #152bec

Analogous Colors of #ec152b

#ec152b #ec6b15 #ec1597

Monochromatic Colors of #ec152b

#ec152b

Complementary Color

#ec152b #15ecd6

#ec152b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec152b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec152b Color CSS Codes

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

#ec152b Text Font Color

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

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


#ec152b Background Color

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

This div background color is #ec152b


#ec152b Border Color

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

This div border color is #ec152b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec152b


Comments

No comments written yet.

Please login to write comment.