Color Hex Logo

#e5404e Color Hex

#E5404E
(229,64,78)
0 Favorites   0 Comments

Color spaces of #e5404e

RGB 2296478
HSL0.990.760.57
HSV355°72°90°
CMYK 0.000.720.66   0.10
XYZ35.521620.87499.3648
Yxy20.87490.54020.3174
Hunter Lab45.689158.821519.8298
CIE-Lab52.812363.549130.3591

#e5404e color RGB value is (229,64,78).

#e5404e hex color red value is 229, green value is 64 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #e5404e hue: 0.99 , saturation: 0.76 and the lightness value of e5404e is 0.57.

The process color (four color CMYK) of #e5404e color hex is 0.00, 0.72, 0.66, 0.10. Web safe color of #e5404e is #cc3366. Color #e5404e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000000 01001110
Octal 345 100 116
Decimal 229 64 78
Hex E5 40 4E

RGB Percentages of Color #e5404e

%61.73
%17.25
%21.02

CMYK Percentages of Color #e5404e

%0
%72
%66
%10

Triadic Colors of #e5404e

#e5404e #4ee540 #404ee5

Analogous Colors of #e5404e

#e5404e #e58540 #e540a1

Monochromatic Colors of #e5404e

#e5404e

Complementary Color

#e5404e #40e5d7

#e5404e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5404e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5404e Color CSS Codes

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

#e5404e Text Font Color

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

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


#e5404e Background Color

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

This div background color is #e5404e


#e5404e Border Color

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

This div border color is #e5404e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5404e


Comments

No comments written yet.

Please login to write comment.