Color Hex Logo

#e11235 Color Hex

#E11235
(225,18,53)
0 Favorites   0 Comments

Color spaces of #e11235

RGB 2251853
HSL0.970.850.48
HSV350°92°88°
CMYK 0.000.920.76   0.12
XYZ31.910216.69724.9092
Yxy16.69720.59630.3120
Hunter Lab40.862267.885721.4804
CIE-Lab47.876272.181338.9478

#e11235 color RGB value is (225,18,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010010 00110101
Octal 341 22 65
Decimal 225 18 53
Hex E1 12 35

RGB Percentages of Color #e11235

%76.01
%6.08
%17.91

CMYK Percentages of Color #e11235

%0
%92
%76
%12

Triadic Colors of #e11235

#e11235 #35e112 #1235e1

Analogous Colors of #e11235

#e11235 #e15712 #e1129d

Monochromatic Colors of #e11235

#e11235

Complementary Color

#e11235 #12e1be

#e11235 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e11235 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e11235 Color CSS Codes

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

#e11235 Text Font Color

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

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


#e11235 Background Color

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

This div background color is #e11235


#e11235 Border Color

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

This div border color is #e11235


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e11235


Comments

No comments written yet.

Please login to write comment.