Color Hex Logo

#e8545e Color Hex

#E8545E
(232,84,94)
0 Favorites   0 Comments

Color spaces of #e8545e

RGB 2328494
HSL0.990.760.62
HSV356°64°91°
CMYK 0.000.640.59   0.09
XYZ38.469424.304613.2534
Yxy24.30460.50600.3197
Hunter Lab49.299753.012218.5707
CIE-Lab56.391557.820625.6949

#e8545e color RGB value is (232,84,94).

#e8545e hex color red value is 232, green value is 84 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #e8545e hue: 0.99 , saturation: 0.76 and the lightness value of e8545e is 0.62.

The process color (four color CMYK) of #e8545e color hex is 0.00, 0.64, 0.59, 0.09. Web safe color of #e8545e is #ff6666. Color #e8545e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01010100 01011110
Octal 350 124 136
Decimal 232 84 94
Hex E8 54 5E

RGB Percentages of Color #e8545e

%56.59
%20.49
%22.93

CMYK Percentages of Color #e8545e

%0
%64
%59
%9

Triadic Colors of #e8545e

#e8545e #5ee854 #545ee8

Analogous Colors of #e8545e

#e8545e #e89454 #e854a8

Monochromatic Colors of #e8545e

#e8545e

Complementary Color

#e8545e #54e8de

#e8545e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8545e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8545e Color CSS Codes

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

#e8545e Text Font Color

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

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


#e8545e Background Color

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

This div background color is #e8545e


#e8545e Border Color

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

This div border color is #e8545e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8545e


Comments

No comments written yet.

Please login to write comment.