Color Hex Logo

#e5374d Color Hex

#E5374D
(229,55,77)
0 Favorites   0 Comments

Color spaces of #e5374d

RGB 2295577
HSL0.980.770.56
HSV352°76°90°
CMYK 0.000.760.66   0.10
XYZ35.018819.92629.0216
Yxy19.92620.54750.3115
Hunter Lab44.638861.914119.2645
CIE-Lab51.753766.404829.6258

#e5374d color RGB value is (229,55,77).

#e5374d hex color red value is 229, green value is 55 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #e5374d hue: 0.98 , saturation: 0.77 and the lightness value of e5374d is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110111 01001101
Octal 345 67 115
Decimal 229 55 77
Hex E5 37 4D

RGB Percentages of Color #e5374d

%63.43
%15.24
%21.33

CMYK Percentages of Color #e5374d

%0
%76
%66
%10

Triadic Colors of #e5374d

#e5374d #4de537 #374de5

Analogous Colors of #e5374d

#e5374d #e57837 #e537a4

Monochromatic Colors of #e5374d

#e5374d

Complementary Color

#e5374d #37e5cf

#e5374d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5374d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5374d Color CSS Codes

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

#e5374d Text Font Color

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

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


#e5374d Background Color

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

This div background color is #e5374d


#e5374d Border Color

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

This div border color is #e5374d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5374d


Comments

No comments written yet.

Please login to write comment.