Color Hex Logo

#e31951 Color Hex

#E31951
(227,25,81)
0 Favorites   0 Comments

Color spaces of #e31951

RGB 2272581
HSL0.950.800.49
HSV343°89°89°
CMYK 0.000.890.64   0.11
XYZ33.511417.62029.4194
Yxy17.62020.55340.2910
Hunter Lab41.976469.044716.0790
CIE-Lab49.032272.916623.6704

#e31951 color RGB value is (227,25,81).

#e31951 hex color red value is 227, green value is 25 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #e31951 hue: 0.95 , saturation: 0.80 and the lightness value of e31951 is 0.49.

The process color (four color CMYK) of #e31951 color hex is 0.00, 0.89, 0.64, 0.11. Web safe color of #e31951 is #cc0066. Color #e31951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00011001 01010001
Octal 343 31 121
Decimal 227 25 81
Hex E3 19 51

RGB Percentages of Color #e31951

%68.17
%7.51
%24.32

CMYK Percentages of Color #e31951

%0
%89
%64
%11

Triadic Colors of #e31951

#e31951 #51e319 #1951e3

Analogous Colors of #e31951

#e31951 #e34619 #e319b6

Monochromatic Colors of #e31951

#e31951

Complementary Color

#e31951 #19e3ab

#e31951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31951 Color CSS Codes

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

#e31951 Text Font Color

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

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


#e31951 Background Color

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

This div background color is #e31951


#e31951 Border Color

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

This div border color is #e31951


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,25,81, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31951


Comments

No comments written yet.

Please login to write comment.