Color Hex Logo

#e11427 Color Hex

#E11427
(225,20,39)
0 Favorites   0 Comments

Color spaces of #e11427

RGB 2252039
HSL0.980.840.48
HSV354°91°88°
CMYK 0.000.910.83   0.12
XYZ31.667716.65433.4650
Yxy16.65430.61150.3216
Hunter Lab40.809767.096423.5327
CIE-Lab47.821571.534746.6582

#e11427 color RGB value is (225,20,39).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 00100111
Octal 341 24 47
Decimal 225 20 39
Hex E1 14 27

RGB Percentages of Color #e11427

%79.23
%7.04
%13.73

CMYK Percentages of Color #e11427

%0
%91
%83
%12

Triadic Colors of #e11427

#e11427 #27e114 #1427e1

Analogous Colors of #e11427

#e11427 #e16814 #e1148e

Monochromatic Colors of #e11427

#e11427

Complementary Color

#e11427 #14e1ce

#e11427 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11427 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11427 Color CSS Codes

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

#e11427 Text Font Color

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

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


#e11427 Background Color

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

This div background color is #e11427


#e11427 Border Color

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

This div border color is #e11427


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11427


Comments

No comments written yet.

Please login to write comment.