Color Hex Logo

#e0303e Color Hex

#E0303E
(224,48,62)
0 Favorites   0 Comments

Color spaces of #e0303e

RGB 2244862
HSL0.990.740.53
HSV355°79°88°
CMYK 0.000.790.72   0.12
XYZ32.666918.30906.3697
Yxy18.30900.56960.3193
Hunter Lab42.789061.393521.1262
CIE-Lab49.868866.318135.9273

#e0303e color RGB value is (224,48,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110000 00111110
Octal 340 60 76
Decimal 224 48 62
Hex E0 30 3E

RGB Percentages of Color #e0303e

%67.07
%14.37
%18.56

CMYK Percentages of Color #e0303e

%0
%79
%72
%12

Triadic Colors of #e0303e

#e0303e #3ee030 #303ee0

Analogous Colors of #e0303e

#e0303e #e07a30 #e03096

Monochromatic Colors of #e0303e

#e0303e

Complementary Color

#e0303e #30e0d2

#e0303e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0303e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0303e Color CSS Codes

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

#e0303e Text Font Color

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

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


#e0303e Background Color

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

This div background color is #e0303e


#e0303e Border Color

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

This div border color is #e0303e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0303e


Comments

No comments written yet.

Please login to write comment.