Color Hex Logo

#e31549 Color Hex

#E31549
(227,21,73)
0 Favorites   0 Comments

Color spaces of #e31549

RGB 2272173
HSL0.960.830.49
HSV345°91°89°
CMYK 0.000.910.68   0.11
XYZ33.149317.34837.9047
Yxy17.34830.56760.2970
Hunter Lab41.651369.174317.9037
CIE-Lab48.695973.089128.1116

#e31549 color RGB value is (227,21,73).

#e31549 hex color red value is 227, green value is 21 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #e31549 hue: 0.96 , saturation: 0.83 and the lightness value of e31549 is 0.49.

The process color (four color CMYK) of #e31549 color hex is 0.00, 0.91, 0.68, 0.11. Web safe color of #e31549 is #cc0033. Color #e31549 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010101 01001001
Octal 343 25 111
Decimal 227 21 73
Hex E3 15 49

RGB Percentages of Color #e31549

%70.72
%6.54
%22.74

CMYK Percentages of Color #e31549

%0
%91
%68
%11

Triadic Colors of #e31549

#e31549 #49e315 #1549e3

Analogous Colors of #e31549

#e31549 #e34815 #e315b0

Monochromatic Colors of #e31549

#e31549

Complementary Color

#e31549 #15e3af

#e31549 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e31549 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e31549 Color CSS Codes

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

#e31549 Text Font Color

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

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


#e31549 Background Color

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

This div background color is #e31549


#e31549 Border Color

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

This div border color is #e31549


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e31549


Comments

No comments written yet.

Please login to write comment.