Color Hex Logo

#e0443d Color Hex

#E0443D
(224,68,61)
0 Favorites   0 Comments

Color spaces of #e0443d

RGB 2246861
HSL0.010.720.56
HSV73°88°
CMYK 0.000.700.73   0.12
XYZ33.649920.31856.5632
Yxy20.31850.55590.3357
Hunter Lab45.076054.369722.9204
CIE-Lab52.195459.767939.1604

#e0443d color RGB value is (224,68,61).

#e0443d hex color red value is 224, green value is 68 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #e0443d hue: 0.01 , saturation: 0.72 and the lightness value of e0443d is 0.56.

The process color (four color CMYK) of #e0443d color hex is 0.00, 0.70, 0.73, 0.12. Web safe color of #e0443d is #cc3333. Color #e0443d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000100 00111101
Octal 340 104 75
Decimal 224 68 61
Hex E0 44 3D

RGB Percentages of Color #e0443d

%63.46
%19.26
%17.28

CMYK Percentages of Color #e0443d

%0
%70
%73
%12

Triadic Colors of #e0443d

#e0443d #3de044 #443de0

Analogous Colors of #e0443d

#e0443d #e0963d #e03d88

Monochromatic Colors of #e0443d

#e0443d

Complementary Color

#e0443d #3dd9e0

#e0443d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0443d Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0443d Color CSS Codes

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

#e0443d Text Font Color

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

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


#e0443d Background Color

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

This div background color is #e0443d


#e0443d Border Color

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

This div border color is #e0443d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,68,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0443d


Comments

No comments written yet.

Please login to write comment.