Color Hex Logo

#e03340 Color Hex

#E03340
(224,51,64)
0 Favorites   0 Comments

Color spaces of #e03340

RGB 2245164
HSL0.990.740.54
HSV355°77°88°
CMYK 0.000.770.71   0.12
XYZ32.849718.58516.7064
Yxy18.58510.56500.3197
Hunter Lab43.110460.571820.9540
CIE-Lab50.198265.550235.1507

#e03340 color RGB value is (224,51,64).

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

The process color (four color CMYK) of #e03340 color hex is 0.00, 0.77, 0.71, 0.12. Web safe color of #e03340 is #cc3333. Color #e03340 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110011 01000000
Octal 340 63 100
Decimal 224 51 64
Hex E0 33 40

RGB Percentages of Color #e03340

%66.08
%15.04
%18.88

CMYK Percentages of Color #e03340

%0
%77
%71
%12

Triadic Colors of #e03340

#e03340 #40e033 #3340e0

Analogous Colors of #e03340

#e03340 #e07d33 #e03397

Monochromatic Colors of #e03340

#e03340

Complementary Color

#e03340 #33e0d3

#e03340 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03340 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03340 Color CSS Codes

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

#e03340 Text Font Color

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

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


#e03340 Background Color

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

This div background color is #e03340


#e03340 Border Color

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

This div border color is #e03340


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03340


Comments

No comments written yet.

Please login to write comment.