Color Hex Logo

#e44740 Color Hex

#E44740
(228,71,64)
0 Favorites   0 Comments

Color spaces of #e44740

RGB 2287164
HSL0.010.750.57
HSV72°89°
CMYK 0.000.690.72   0.11
XYZ35.173621.37067.1216
Yxy21.37060.55250.3357
Hunter Lab46.228354.915123.2261
CIE-Lab53.352760.039738.9921

#e44740 color RGB value is (228,71,64).

#e44740 hex color red value is 228, green value is 71 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e44740 hue: 0.01 , saturation: 0.75 and the lightness value of e44740 is 0.57.

The process color (four color CMYK) of #e44740 color hex is 0.00, 0.69, 0.72, 0.11. Web safe color of #e44740 is #cc3333. Color #e44740 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000111 01000000
Octal 344 107 100
Decimal 228 71 64
Hex E4 47 40

RGB Percentages of Color #e44740

%62.81
%19.56
%17.63

CMYK Percentages of Color #e44740

%0
%69
%72
%11

Triadic Colors of #e44740

#e44740 #40e447 #4740e4

Analogous Colors of #e44740

#e44740 #e49940 #e4408b

Monochromatic Colors of #e44740

#e44740

Complementary Color

#e44740 #40dde4

#e44740 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44740 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44740 Color CSS Codes

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

#e44740 Text Font Color

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

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


#e44740 Background Color

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

This div background color is #e44740


#e44740 Border Color

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

This div border color is #e44740


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44740


Comments

No comments written yet.

Please login to write comment.