Color Hex Logo

#e03044 Color Hex

#E03044
(224,48,68)
0 Favorites   0 Comments

Color spaces of #e03044

RGB 2244868
HSL0.980.740.53
HSV353°79°88°
CMYK 0.000.790.70   0.12
XYZ32.840818.37867.2854
Yxy18.37860.56130.3141
Hunter Lab42.870361.717119.9334
CIE-Lab49.952166.579232.5158

#e03044 color RGB value is (224,48,68).

#e03044 hex color red value is 224, green value is 48 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #e03044 hue: 0.98 , saturation: 0.74 and the lightness value of e03044 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 01000100
Octal 340 60 104
Decimal 224 48 68
Hex E0 30 44

RGB Percentages of Color #e03044

%65.88
%14.12
%20.00

CMYK Percentages of Color #e03044

%0
%79
%70
%12

Triadic Colors of #e03044

#e03044 #44e030 #3044e0

Analogous Colors of #e03044

#e03044 #e07430 #e0309c

Monochromatic Colors of #e03044

#e03044

Complementary Color

#e03044 #30e0cc

#e03044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03044 Color CSS Codes

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

#e03044 Text Font Color

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

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


#e03044 Background Color

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

This div background color is #e03044


#e03044 Border Color

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

This div border color is #e03044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03044


Comments

No comments written yet.

Please login to write comment.