Color Hex Logo

#e84e45 Color Hex

#E84E45
(232,78,69)
0 Favorites   0 Comments

Color spaces of #e84e45

RGB 2327869
HSL0.010.780.59
HSV70°91°
CMYK 0.000.660.70   0.09
XYZ37.077323.03438.1221
Yxy23.03430.54340.3376
Hunter Lab47.994153.908723.5621
CIE-Lab55.107758.838138.4083

#e84e45 color RGB value is (232,78,69).

#e84e45 hex color red value is 232, green value is 78 and the blue value of its RGB is 69. Cylindrical-coordinate representations (also known as HSL) of color #e84e45 hue: 0.01 , saturation: 0.78 and the lightness value of e84e45 is 0.59.

The process color (four color CMYK) of #e84e45 color hex is 0.00, 0.66, 0.70, 0.09. Web safe color of #e84e45 is #ff6633. Color #e84e45 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01001110 01000101
Octal 350 116 105
Decimal 232 78 69
Hex E8 4E 45

RGB Percentages of Color #e84e45

%61.21
%20.58
%18.21

CMYK Percentages of Color #e84e45

%0
%66
%70
%9

Triadic Colors of #e84e45

#e84e45 #45e84e #4e45e8

Analogous Colors of #e84e45

#e84e45 #e8a045 #e8458e

Monochromatic Colors of #e84e45

#e84e45

Complementary Color

#e84e45 #45dfe8

#e84e45 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e84e45 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e84e45 Color CSS Codes

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

#e84e45 Text Font Color

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

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


#e84e45 Background Color

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

This div background color is #e84e45


#e84e45 Border Color

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

This div border color is #e84e45


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e84e45


Comments

No comments written yet.

Please login to write comment.