Color Hex Logo

#e5354d Color Hex

#E5354D
(229,53,77)
0 Favorites   0 Comments

Color spaces of #e5354d

RGB 2295377
HSL0.980.770.55
HSV352°77°90°
CMYK 0.000.770.66   0.10
XYZ34.925819.74008.9906
Yxy19.74000.54870.3101
Hunter Lab44.429762.565219.1031
CIE-Lab51.542066.999729.3608

#e5354d color RGB value is (229,53,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110101 01001101
Octal 345 65 115
Decimal 229 53 77
Hex E5 35 4D

RGB Percentages of Color #e5354d

%63.79
%14.76
%21.45

CMYK Percentages of Color #e5354d

%0
%77
%66
%10

Triadic Colors of #e5354d

#e5354d #4de535 #354de5

Analogous Colors of #e5354d

#e5354d #e57535 #e535a5

Monochromatic Colors of #e5354d

#e5354d

Complementary Color

#e5354d #35e5cd

#e5354d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5354d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5354d Color CSS Codes

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

#e5354d Text Font Color

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

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


#e5354d Background Color

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

This div background color is #e5354d


#e5354d Border Color

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

This div border color is #e5354d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,53,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 #e5354d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5354d


Comments

No comments written yet.

Please login to write comment.