Color Hex Logo

#e11331 Color Hex

#E11331
(225,19,49)
0 Favorites   0 Comments

Color spaces of #e11331

RGB 2251949
HSL0.980.840.48
HSV351°92°88°
CMYK 0.000.920.78   0.12
XYZ31.838616.69504.4501
Yxy16.69500.60090.3151
Hunter Lab40.859567.586822.1443
CIE-Lab47.873471.933241.2349

#e11331 color RGB value is (225,19,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010011 00110001
Octal 341 23 61
Decimal 225 19 49
Hex E1 13 31

RGB Percentages of Color #e11331

%76.79
%6.48
%16.72

CMYK Percentages of Color #e11331

%0
%92
%78
%12

Triadic Colors of #e11331

#e11331 #31e113 #1331e1

Analogous Colors of #e11331

#e11331 #e15c13 #e11398

Monochromatic Colors of #e11331

#e11331

Complementary Color

#e11331 #13e1c3

#e11331 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11331 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11331 Color CSS Codes

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

#e11331 Text Font Color

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

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


#e11331 Background Color

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

This div background color is #e11331


#e11331 Border Color

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

This div border color is #e11331


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11331


Comments

No comments written yet.

Please login to write comment.