Color Hex Logo

#e3313b Color Hex

#E3313B
(227,49,59)
0 Favorites   0 Comments

Color spaces of #e3313b

RGB 2274959
HSL0.990.760.54
HSV357°78°89°
CMYK 0.000.780.74   0.11
XYZ33.566318.84336.0057
Yxy18.84330.57460.3226
Hunter Lab43.408962.061222.1833
CIE-Lab50.503466.768038.5295

#e3313b color RGB value is (227,49,59).

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

The process color (four color CMYK) of #e3313b color hex is 0.00, 0.78, 0.74, 0.11. Web safe color of #e3313b is #cc3333. Color #e3313b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00110001 00111011
Octal 343 61 73
Decimal 227 49 59
Hex E3 31 3B

RGB Percentages of Color #e3313b

%67.76
%14.63
%17.61

CMYK Percentages of Color #e3313b

%0
%78
%74
%11

Triadic Colors of #e3313b

#e3313b #3be331 #313be3

Analogous Colors of #e3313b

#e3313b #e38031 #e33194

Monochromatic Colors of #e3313b

#e3313b

Complementary Color

#e3313b #31e3d9

#e3313b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3313b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3313b Color CSS Codes

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

#e3313b Text Font Color

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

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


#e3313b Background Color

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

This div background color is #e3313b


#e3313b Border Color

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

This div border color is #e3313b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3313b


Comments

No comments written yet.

Please login to write comment.