color codes Logo

#e80c0f color codes

#E80C0F
(232,12,15)
0 Favorites   0 Comments

Color spaces of #e80c0f

RGB 2321215
HSL1.000.900.48
HSV359°95°91°
CMYK 0.000.950.94   0.09
XYZ33.496417.45322.0553
Yxy17.45320.63190.3293
Hunter Lab41.777070.009726.3270
CIE-Lab48.826173.752358.5172

#e80c0f color RGB value is (232,12,15).

#e80c0f hex color red value is 232, green value is 12 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #e80c0f hue: 1.00 , saturation: 0.90 and the lightness value of e80c0f is 0.48.

The process color (four color CMYK) of #e80c0f color code is 0.00, 0.95, 0.94, 0.09. Web safe color of #e80c0f is #ff0000. Color #e80c0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001100 00001111
Octal 350 14 17
Decimal 232 12 15
Hex E8 C F

RGB Percentages of Color #e80c0f

%89.58
%4.63
%5.79

CMYK Percentages of Color #e80c0f

%0
%95
%94
%9

Triadic Colors of #e80c0f

#e80c0f #0fe80c #0c0fe8

Analogous Colors of #e80c0f

#e80c0f #e8770c #e80c7d

Monochromatic Colors of #e80c0f

#e80c0f

Complementary Color

#e80c0f #0ce8e5

#e80c0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80c0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80c0f Color CSS Codes

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

#e80c0f Text Font Color

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

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


#e80c0f Background Color

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

This div background color is #e80c0f


#e80c0f Border Color

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

This div border color is #e80c0f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,12,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e80c0f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e80c0f;
  -webkit-box-shadow: 1px 1px 3px 2px #e80c0f;
  box-shadow:         1px 1px 3px 2px #e80c0f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,12,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80c0f


Comments

No comments written yet.

Please login to write comment.