Color Hex Logo

#e8341c Color Hex

#E8341C
(232,52,28)
0 Favorites   0 Comments

Color spaces of #e8341c

RGB 2325228
HSL0.020.820.51
HSV88°91°
CMYK 0.000.780.88   0.09
XYZ34.716319.69563.0705
Yxy19.69560.60390.3426
Hunter Lab44.379761.968226.9637
CIE-Lab51.491366.500655.4883

#e8341c color RGB value is (232,52,28).

#e8341c hex color red value is 232, green value is 52 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #e8341c hue: 0.02 , saturation: 0.82 and the lightness value of e8341c is 0.51.

The process color (four color CMYK) of #e8341c color hex is 0.00, 0.78, 0.88, 0.09. Web safe color of #e8341c is #ff3333. Color #e8341c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00110100 00011100
Octal 350 64 34
Decimal 232 52 28
Hex E8 34 1C

RGB Percentages of Color #e8341c

%74.36
%16.67
%8.97

CMYK Percentages of Color #e8341c

%0
%78
%88
%9

Triadic Colors of #e8341c

#e8341c #1ce834 #341ce8

Analogous Colors of #e8341c

#e8341c #e89a1c #e81c6a

Monochromatic Colors of #e8341c

#e8341c

Complementary Color

#e8341c #1cd0e8

#e8341c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8341c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8341c Color CSS Codes

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

#e8341c Text Font Color

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

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


#e8341c Background Color

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

This div background color is #e8341c


#e8341c Border Color

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

This div border color is #e8341c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8341c


Comments

No comments written yet.

Please login to write comment.