Color Hex Logo

#e03244 Color Hex

#E03244
(224,50,68)
0 Favorites   0 Comments

Color spaces of #e03244

RGB 2245068
HSL0.980.740.54
HSV354°78°88°
CMYK 0.000.780.70   0.12
XYZ32.924518.54597.3132
Yxy18.54590.56010.3155
Hunter Lab43.065061.105220.0770
CIE-Lab50.151666.017132.7567

#e03244 color RGB value is (224,50,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110010 01000100
Octal 340 62 104
Decimal 224 50 68
Hex E0 32 44

RGB Percentages of Color #e03244

%65.50
%14.62
%19.88

CMYK Percentages of Color #e03244

%0
%78
%70
%12

Triadic Colors of #e03244

#e03244 #44e032 #3244e0

Analogous Colors of #e03244

#e03244 #e07732 #e0329b

Monochromatic Colors of #e03244

#e03244

Complementary Color

#e03244 #32e0ce

#e03244 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03244 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03244 Color CSS Codes

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

#e03244 Text Font Color

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

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


#e03244 Background Color

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

This div background color is #e03244


#e03244 Border Color

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

This div border color is #e03244


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03244


Comments

No comments written yet.

Please login to write comment.