Color Hex Logo

#e12611 Color Hex

#E12611
(225,38,17)
0 Favorites   0 Comments

Color spaces of #e12611

RGB 2253817
HSL0.020.860.47
HSV92°88°
CMYK 0.000.830.92   0.12
XYZ31.845617.43422.2170
Yxy17.43420.61840.3385
Hunter Lab41.754363.070326.0799
CIE-Lab48.802567.953957.1152

#e12611 color RGB value is (225,38,17).

#e12611 hex color red value is 225, green value is 38 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e12611 hue: 0.02 , saturation: 0.86 and the lightness value of e12611 is 0.47.

The process color (four color CMYK) of #e12611 color hex is 0.00, 0.83, 0.92, 0.12. Web safe color of #e12611 is #cc3300. Color #e12611 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00100110 00010001
Octal 341 46 21
Decimal 225 38 17
Hex E1 26 11

RGB Percentages of Color #e12611

%80.36
%13.57
%6.07

CMYK Percentages of Color #e12611

%0
%83
%92
%12

Triadic Colors of #e12611

#e12611 #11e126 #2611e1

Analogous Colors of #e12611

#e12611 #e18e11 #e11164

Monochromatic Colors of #e12611

#e12611

Complementary Color

#e12611 #11cce1

#e12611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e12611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e12611 Color CSS Codes

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

#e12611 Text Font Color

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

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


#e12611 Background Color

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

This div background color is #e12611


#e12611 Border Color

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

This div border color is #e12611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e12611


Comments

No comments written yet.

Please login to write comment.