Color Hex Logo

#e8293e Color Hex

#E8293E
(232,41,62)
0 Favorites   0 Comments

Color spaces of #e8293e

RGB 2324162
HSL0.980.810.54
HSV353°82°91°
CMYK 0.000.820.73   0.09
XYZ34.941219.08956.4005
Yxy19.08950.57820.3159
Hunter Lab43.691566.290721.8985
CIE-Lab50.791870.286037.3937

#e8293e color RGB value is (232,41,62).

#e8293e hex color red value is 232, green value is 41 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #e8293e hue: 0.98 , saturation: 0.81 and the lightness value of e8293e is 0.54.

The process color (four color CMYK) of #e8293e color hex is 0.00, 0.82, 0.73, 0.09. Web safe color of #e8293e is #ff3333. Color #e8293e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00101001 00111110
Octal 350 51 76
Decimal 232 41 62
Hex E8 29 3E

RGB Percentages of Color #e8293e

%69.25
%12.24
%18.51

CMYK Percentages of Color #e8293e

%0
%82
%73
%9

Triadic Colors of #e8293e

#e8293e #3ee829 #293ee8

Analogous Colors of #e8293e

#e8293e #e87429 #e8299e

Monochromatic Colors of #e8293e

#e8293e

Complementary Color

#e8293e #29e8d3

#e8293e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8293e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8293e Color CSS Codes

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

#e8293e Text Font Color

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

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


#e8293e Background Color

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

This div background color is #e8293e


#e8293e Border Color

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

This div border color is #e8293e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8293e


Comments

No comments written yet.

Please login to write comment.