Color Hex Logo

#e11903 Color Hex

#E11903
(225,25,3)
0 Favorites   0 Comments

Color spaces of #e11903

RGB 225253
HSL0.020.970.45
HSV99°88°
CMYK 0.000.890.99   0.12
XYZ31.415416.70941.6556
Yxy16.70940.63110.3357
Hunter Lab40.877165.648026.2126
CIE-Lab47.891870.308760.6100

#e11903 color RGB value is (225,25,3).

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

The process color (four color CMYK) of #e11903 color hex is 0.00, 0.89, 0.99, 0.12. Web safe color of #e11903 is #cc0000. Color #e11903 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00011001 00000011
Octal 341 31 3
Decimal 225 25 3
Hex E1 19 3

RGB Percentages of Color #e11903

%88.93
%9.88
%1.19

CMYK Percentages of Color #e11903

%0
%89
%99
%12

Triadic Colors of #e11903

#e11903 #03e119 #1903e1

Analogous Colors of #e11903

#e11903 #e18803 #e1035c

Monochromatic Colors of #e11903

#e11903

Complementary Color

#e11903 #03cbe1

#e11903 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11903 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11903 Color CSS Codes

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

#e11903 Text Font Color

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

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


#e11903 Background Color

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

This div background color is #e11903


#e11903 Border Color

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

This div border color is #e11903


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11903


Comments

No comments written yet.

Please login to write comment.