Color Hex Logo

#e03948 Color Hex

#E03948
(224,57,72)
0 Favorites   0 Comments

Color spaces of #e03948

RGB 2245772
HSL0.990.730.55
HSV355°75°88°
CMYK 0.000.750.68   0.12
XYZ33.373319.24148.0859
Yxy19.24140.54980.3170
Hunter Lab43.865059.042219.7762
CIE-Lab50.968464.084731.3970

#e03948 color RGB value is (224,57,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111001 01001000
Octal 340 71 110
Decimal 224 57 72
Hex E0 39 48

RGB Percentages of Color #e03948

%63.46
%16.15
%20.40

CMYK Percentages of Color #e03948

%0
%75
%68
%12

Triadic Colors of #e03948

#e03948 #48e039 #3948e0

Analogous Colors of #e03948

#e03948 #e07e39 #e0399c

Monochromatic Colors of #e03948

#e03948

Complementary Color

#e03948 #39e0d1

#e03948 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03948 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03948 Color CSS Codes

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

#e03948 Text Font Color

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

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


#e03948 Background Color

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

This div background color is #e03948


#e03948 Border Color

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

This div border color is #e03948


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03948


Comments

No comments written yet.

Please login to write comment.