Color Hex Logo

#e41140 Color Hex

#E41140
(228,17,64)
0 Favorites   0 Comments

Color spaces of #e41140

RGB 2281764
HSL0.960.860.48
HSV347°93°89°
CMYK 0.000.930.72   0.11
XYZ33.120817.26506.4373
Yxy17.26500.58290.3038
Hunter Lab41.551269.569319.9003
CIE-Lab48.592273.435233.4527

#e41140 color RGB value is (228,17,64).

#e41140 hex color red value is 228, green value is 17 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e41140 hue: 0.96 , saturation: 0.86 and the lightness value of e41140 is 0.48.

The process color (four color CMYK) of #e41140 color hex is 0.00, 0.93, 0.72, 0.11. Web safe color of #e41140 is #cc0033. Color #e41140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 00010001 01000000
Octal 344 21 100
Decimal 228 17 64
Hex E4 11 40

RGB Percentages of Color #e41140

%73.79
%5.50
%20.71

CMYK Percentages of Color #e41140

%0
%93
%72
%11

Triadic Colors of #e41140

#e41140 #40e411 #1140e4

Analogous Colors of #e41140

#e41140 #e44c11 #e411aa

Monochromatic Colors of #e41140

#e41140

Complementary Color

#e41140 #11e4b5

#e41140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e41140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e41140 Color CSS Codes

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

#e41140 Text Font Color

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

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


#e41140 Background Color

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

This div background color is #e41140


#e41140 Border Color

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

This div border color is #e41140


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(228,17,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e41140; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e41140;
  -webkit-box-shadow: 1px 1px 3px 2px #e41140;
  box-shadow:         1px 1px 3px 2px #e41140; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(228,17,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e41140


Comments

No comments written yet.

Please login to write comment.