Color Hex Logo

#e11327 Color Hex

#E11327
(225,19,39)
0 Favorites   0 Comments

Color spaces of #e11327

RGB 2251939
HSL0.980.840.48
HSV354°92°88°
CMYK 0.000.920.83   0.12
XYZ31.650416.61983.4592
Yxy16.61980.61180.3213
Hunter Lab40.767467.238323.5063
CIE-Lab47.777471.661746.6175

#e11327 color RGB value is (225,19,39).

#e11327 hex color red value is 225, green value is 19 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #e11327 hue: 0.98 , saturation: 0.84 and the lightness value of e11327 is 0.48.

The process color (four color CMYK) of #e11327 color hex is 0.00, 0.92, 0.83, 0.12. Web safe color of #e11327 is #cc0033. Color #e11327 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010011 00100111
Octal 341 23 47
Decimal 225 19 39
Hex E1 13 27

RGB Percentages of Color #e11327

%79.51
%6.71
%13.78

CMYK Percentages of Color #e11327

%0
%92
%83
%12

Triadic Colors of #e11327

#e11327 #27e113 #1327e1

Analogous Colors of #e11327

#e11327 #e16613 #e1138e

Monochromatic Colors of #e11327

#e11327

Complementary Color

#e11327 #13e1cd

#e11327 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11327 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11327 Color CSS Codes

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

#e11327 Text Font Color

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

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


#e11327 Background Color

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

This div background color is #e11327


#e11327 Border Color

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

This div border color is #e11327


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(225,19,39, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e11327; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e11327;
  -webkit-box-shadow: 1px 1px 3px 2px #e11327;
  box-shadow:         1px 1px 3px 2px #e11327; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,19,39, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11327


Comments

No comments written yet.

Please login to write comment.