Color Hex Logo

#e2080e Color Hex

#E2080E
(226,8,14)
0 Favorites   0 Comments

Color spaces of #e2080e

RGB 226814
HSL1.000.930.46
HSV358°96°89°
CMYK 0.000.960.94   0.11
XYZ31.530116.37411.9142
Yxy16.37410.63290.3287
Hunter Lab40.464968.272825.5207
CIE-Lab47.461572.583457.4121

#e2080e color RGB value is (226,8,14).

#e2080e hex color red value is 226, green value is 8 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #e2080e hue: 1.00 , saturation: 0.93 and the lightness value of e2080e is 0.46.

The process color (four color CMYK) of #e2080e color hex is 0.00, 0.96, 0.94, 0.11. Web safe color of #e2080e is #cc0000. Color #e2080e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00001000 00001110
Octal 342 10 16
Decimal 226 8 14
Hex E2 8 E

RGB Percentages of Color #e2080e

%91.13
%3.23
%5.65

CMYK Percentages of Color #e2080e

%0
%96
%94
%11

Triadic Colors of #e2080e

#e2080e #0ee208 #080ee2

Analogous Colors of #e2080e

#e2080e #e26f08 #e2087b

Monochromatic Colors of #e2080e

#e2080e

Complementary Color

#e2080e #08e2dc

#e2080e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2080e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2080e Color CSS Codes

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

#e2080e Text Font Color

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

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


#e2080e Background Color

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

This div background color is #e2080e


#e2080e Border Color

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

This div border color is #e2080e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,8,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2080e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2080e;
  -webkit-box-shadow: 1px 1px 3px 2px #e2080e;
  box-shadow:         1px 1px 3px 2px #e2080e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,8,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2080e


Comments

No comments written yet.

Please login to write comment.