Color Hex Logo

#e80f3c Color Hex

#E80F3C
(232,15,60)
0 Favorites   0 Comments

Color spaces of #e80f3c

RGB 2321560
HSL0.970.880.48
HSV348°94°91°
CMYK 0.000.940.74   0.09
XYZ34.265117.82375.9093
Yxy17.82370.59080.3073
Hunter Lab42.218170.992621.2538
CIE-Lab49.281674.470136.8325

#e80f3c color RGB value is (232,15,60).

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

The process color (four color CMYK) of #e80f3c color hex is 0.00, 0.94, 0.74, 0.09. Web safe color of #e80f3c is #ff0033. Color #e80f3c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00001111 00111100
Octal 350 17 74
Decimal 232 15 60
Hex E8 F 3C

RGB Percentages of Color #e80f3c

%75.57
%4.89
%19.54

CMYK Percentages of Color #e80f3c

%0
%94
%74
%9

Triadic Colors of #e80f3c

#e80f3c #3ce80f #0f3ce8

Analogous Colors of #e80f3c

#e80f3c #e84f0f #e80fa9

Monochromatic Colors of #e80f3c

#e80f3c

Complementary Color

#e80f3c #0fe8bb

#e80f3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e80f3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e80f3c Color CSS Codes

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

#e80f3c Text Font Color

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

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


#e80f3c Background Color

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

This div background color is #e80f3c


#e80f3c Border Color

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

This div border color is #e80f3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e80f3c


Comments

No comments written yet.

Please login to write comment.