Color Hex Logo

#ec253b Color Hex

#EC253B
(236,37,59)
0 Favorites   0 Comments

Color spaces of #ec253b

RGB 2363759
HSL0.980.840.54
HSV353°84°93°
CMYK 0.000.840.75   0.07
XYZ36.043119.47185.9964
Yxy19.47180.58600.3166
Hunter Lab44.126968.577922.8319
CIE-Lab51.234772.103139.8297

#ec253b color RGB value is (236,37,59).

#ec253b hex color red value is 236, green value is 37 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ec253b hue: 0.98 , saturation: 0.84 and the lightness value of ec253b is 0.54.

The process color (four color CMYK) of #ec253b color hex is 0.00, 0.84, 0.75, 0.07. Web safe color of #ec253b is #ff3333. Color #ec253b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 00100101 00111011
Octal 354 45 73
Decimal 236 37 59
Hex EC 25 3B

RGB Percentages of Color #ec253b

%71.08
%11.14
%17.77

CMYK Percentages of Color #ec253b

%0
%84
%75
%7

Triadic Colors of #ec253b

#ec253b #3bec25 #253bec

Analogous Colors of #ec253b

#ec253b #ec7325 #ec259f

Monochromatic Colors of #ec253b

#ec253b

Complementary Color

#ec253b #25ecd6

#ec253b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec253b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec253b Color CSS Codes

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

#ec253b Text Font Color

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

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


#ec253b Background Color

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

This div background color is #ec253b


#ec253b Border Color

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

This div border color is #ec253b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec253b


Comments

No comments written yet.

Please login to write comment.