Color Hex Logo

#ec313b Color Hex

#EC313B
(236,49,59)
0 Favorites   0 Comments

Color spaces of #ec313b

RGB 2364959
HSL0.990.830.56
HSV357°79°93°
CMYK 0.000.790.75   0.07
XYZ36.479820.34536.1420
Yxy20.34530.57930.3231
Hunter Lab45.105865.428823.5006
CIE-Lab52.225469.288640.9268

#ec313b color RGB value is (236,49,59).

#ec313b hex color red value is 236, green value is 49 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ec313b hue: 0.99 , saturation: 0.83 and the lightness value of ec313b is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 00110001 00111011
Octal 354 61 73
Decimal 236 49 59
Hex EC 31 3B

RGB Percentages of Color #ec313b

%68.60
%14.24
%17.15

CMYK Percentages of Color #ec313b

%0
%79
%75
%7

Triadic Colors of #ec313b

#ec313b #3bec31 #313bec

Analogous Colors of #ec313b

#ec313b #ec8531 #ec3199

Monochromatic Colors of #ec313b

#ec313b

Complementary Color

#ec313b #31ece2

#ec313b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec313b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec313b Color CSS Codes

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

#ec313b Text Font Color

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

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


#ec313b Background Color

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

This div background color is #ec313b


#ec313b Border Color

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

This div border color is #ec313b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec313b


Comments

No comments written yet.

Please login to write comment.