Color Hex Logo

#e03548 Color Hex

#E03548
(224,53,72)
0 Favorites   0 Comments

Color spaces of #e03548

RGB 2245372
HSL0.980.730.54
HSV353°76°88°
CMYK 0.000.760.68   0.12
XYZ33.183318.86148.0225
Yxy18.86140.55240.3140
Hunter Lab43.429760.384319.4485
CIE-Lab50.524765.326930.8522

#e03548 color RGB value is (224,53,72).

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

The process color (four color CMYK) of #e03548 color hex is 0.00, 0.76, 0.68, 0.12. Web safe color of #e03548 is #cc3333. Color #e03548 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00110101 01001000
Octal 340 65 110
Decimal 224 53 72
Hex E0 35 48

RGB Percentages of Color #e03548

%64.18
%15.19
%20.63

CMYK Percentages of Color #e03548

%0
%76
%68
%12

Triadic Colors of #e03548

#e03548 #48e035 #3548e0

Analogous Colors of #e03548

#e03548 #e07835 #e0359e

Monochromatic Colors of #e03548

#e03548

Complementary Color

#e03548 #35e0cd

#e03548 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03548 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03548 Color CSS Codes

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

#e03548 Text Font Color

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

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


#e03548 Background Color

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

This div background color is #e03548


#e03548 Border Color

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

This div border color is #e03548


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03548


Comments

No comments written yet.

Please login to write comment.