Color Hex Logo

#ec182b Color Hex

#EC182B
(236,24,43)
0 Favorites   0 Comments

Color spaces of #ec182b

RGB 2362443
HSL0.990.850.51
HSV355°90°93°
CMYK 0.000.900.82   0.07
XYZ35.354818.66064.0239
Yxy18.66060.60920.3215
Hunter Lab43.197970.494824.7157
CIE-Lab50.287773.866247.6711

#ec182b color RGB value is (236,24,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011000 00101011
Octal 354 30 53
Decimal 236 24 43
Hex EC 18 2B

RGB Percentages of Color #ec182b

%77.89
%7.92
%14.19

CMYK Percentages of Color #ec182b

%0
%90
%82
%7

Triadic Colors of #ec182b

#ec182b #2bec18 #182bec

Analogous Colors of #ec182b

#ec182b #ec6f18 #ec1895

Monochromatic Colors of #ec182b

#ec182b

Complementary Color

#ec182b #18ecd9

#ec182b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec182b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec182b Color CSS Codes

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

#ec182b Text Font Color

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

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


#ec182b Background Color

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

This div background color is #ec182b


#ec182b Border Color

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

This div border color is #ec182b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec182b


Comments

No comments written yet.

Please login to write comment.