Color Hex Logo

#ec1839 Color Hex

#EC1839
(236,24,57)
0 Favorites   0 Comments

Color spaces of #ec1839

RGB 2362457
HSL0.970.850.51
HSV351°90°93°
CMYK 0.000.900.76   0.07
XYZ35.657218.78155.6167
Yxy18.78150.59370.3127
Hunter Lab43.337671.024822.6522
CIE-Lab50.430674.272840.0845

#ec1839 color RGB value is (236,24,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00011000 00111001
Octal 354 30 71
Decimal 236 24 57
Hex EC 18 39

RGB Percentages of Color #ec1839

%74.45
%7.57
%17.98

CMYK Percentages of Color #ec1839

%0
%90
%76
%7

Triadic Colors of #ec1839

#ec1839 #39ec18 #1839ec

Analogous Colors of #ec1839

#ec1839 #ec6118 #ec18a3

Monochromatic Colors of #ec1839

#ec1839

Complementary Color

#ec1839 #18eccb

#ec1839 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec1839 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec1839 Color CSS Codes

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

#ec1839 Text Font Color

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

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


#ec1839 Background Color

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

This div background color is #ec1839


#ec1839 Border Color

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

This div border color is #ec1839


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec1839


Comments

No comments written yet.

Please login to write comment.