Color Hex Logo

#e8302f Color Hex

#E8302F
(232,48,47)
0 Favorites   0 Comments

Color spaces of #e8302f

RGB 2324847
HSL0.000.800.55
HSV80°91°
CMYK 0.000.790.80   0.09
XYZ34.848819.47494.6116
Yxy19.47490.59130.3304
Hunter Lab44.130463.729424.6955
CIE-Lab51.238268.045446.2129

#e8302f color RGB value is (232,48,47).

#e8302f hex color red value is 232, green value is 48 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e8302f hue: 0.00 , saturation: 0.80 and the lightness value of e8302f is 0.55.

The process color (four color CMYK) of #e8302f color hex is 0.00, 0.79, 0.80, 0.09. Web safe color of #e8302f is #ff3333. Color #e8302f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110000 00101111
Octal 350 60 57
Decimal 232 48 47
Hex E8 30 2F

RGB Percentages of Color #e8302f

%70.95
%14.68
%14.37

CMYK Percentages of Color #e8302f

%0
%79
%80
%9

Triadic Colors of #e8302f

#e8302f #2fe830 #302fe8

Analogous Colors of #e8302f

#e8302f #e88d2f #e82f8b

Monochromatic Colors of #e8302f

#e8302f

Complementary Color

#e8302f #2fe7e8

#e8302f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8302f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8302f Color CSS Codes

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

#e8302f Text Font Color

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

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


#e8302f Background Color

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

This div background color is #e8302f


#e8302f Border Color

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

This div border color is #e8302f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8302f


Comments

No comments written yet.

Please login to write comment.