Color Hex Logo

#e5444d Color Hex

#E5444D
(229,68,77)
0 Favorites   0 Comments

Color spaces of #e5444d

RGB 2296877
HSL0.990.760.58
HSV357°70°90°
CMYK 0.000.700.66   0.10
XYZ35.719821.32819.2553
Yxy21.32810.53870.3217
Hunter Lab46.182457.241920.4455
CIE-Lab53.306762.086631.5570

#e5444d color RGB value is (229,68,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01000100 01001101
Octal 345 104 115
Decimal 229 68 77
Hex E5 44 4D

RGB Percentages of Color #e5444d

%61.23
%18.18
%20.59

CMYK Percentages of Color #e5444d

%0
%70
%66
%10

Triadic Colors of #e5444d

#e5444d #4de544 #444de5

Analogous Colors of #e5444d

#e5444d #e58c44 #e5449e

Monochromatic Colors of #e5444d

#e5444d

Complementary Color

#e5444d #44e5dc

#e5444d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e5444d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e5444d Color CSS Codes

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

#e5444d Text Font Color

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

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


#e5444d Background Color

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

This div background color is #e5444d


#e5444d Border Color

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

This div border color is #e5444d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e5444d


Comments

No comments written yet.

Please login to write comment.