Color Hex Logo

#e11941 Color Hex

#E11941
(225,25,65)
0 Favorites   0 Comments

Color spaces of #e11941

RGB 2252565
HSL0.970.800.49
HSV348°89°88°
CMYK 0.000.890.71   0.12
XYZ32.353117.08456.5935
Yxy17.08450.57740.3049
Hunter Lab41.333467.384719.4754
CIE-Lab48.366371.669132.4380

#e11941 color RGB value is (225,25,65).

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

The process color (four color CMYK) of #e11941 color hex is 0.00, 0.89, 0.71, 0.12. Web safe color of #e11941 is #cc0033. Color #e11941 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 01000001
Octal 341 31 101
Decimal 225 25 65
Hex E1 19 41

RGB Percentages of Color #e11941

%71.43
%7.94
%20.63

CMYK Percentages of Color #e11941

%0
%89
%71
%12

Triadic Colors of #e11941

#e11941 #41e119 #1941e1

Analogous Colors of #e11941

#e11941 #e15519 #e119a5

Monochromatic Colors of #e11941

#e11941

Complementary Color

#e11941 #19e1b9

#e11941 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11941 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11941 Color CSS Codes

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

#e11941 Text Font Color

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

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


#e11941 Background Color

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

This div background color is #e11941


#e11941 Border Color

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

This div border color is #e11941


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11941


Comments

No comments written yet.

Please login to write comment.