Color Hex Logo

#e11245 Color Hex

#E11245
(225,18,69)
0 Favorites   0 Comments

Color spaces of #e11245

RGB 2251869
HSL0.960.850.48
HSV345°92°88°
CMYK 0.000.920.69   0.12
XYZ32.341816.86987.1818
Yxy16.86980.57350.2991
Hunter Lab41.072968.677918.3838
CIE-Lab48.095672.795529.7016

#e11245 color RGB value is (225,18,69).

#e11245 hex color red value is 225, green value is 18 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #e11245 hue: 0.96 , saturation: 0.85 and the lightness value of e11245 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 01000101
Octal 341 22 105
Decimal 225 18 69
Hex E1 12 45

RGB Percentages of Color #e11245

%72.12
%5.77
%22.12

CMYK Percentages of Color #e11245

%0
%92
%69
%12

Triadic Colors of #e11245

#e11245 #45e112 #1245e1

Analogous Colors of #e11245

#e11245 #e14612 #e112ad

Monochromatic Colors of #e11245

#e11245

Complementary Color

#e11245 #12e1ae

#e11245 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11245 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11245 Color CSS Codes

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

#e11245 Text Font Color

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

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


#e11245 Background Color

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

This div background color is #e11245


#e11245 Border Color

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

This div border color is #e11245


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11245


Comments

No comments written yet.

Please login to write comment.