Color Hex Logo

#e0142f Color Hex

#E0142F
(224,20,47)
0 Favorites   0 Comments

Color spaces of #e0142f

RGB 2242047
HSL0.980.840.48
HSV352°91°88°
CMYK 0.000.910.79   0.12
XYZ31.503716.55284.2239
Yxy16.55280.60260.3166
Hunter Lab40.685167.018822.3241
CIE-Lab47.691571.495342.1090

#e0142f color RGB value is (224,20,47).

#e0142f hex color red value is 224, green value is 20 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e0142f hue: 0.98 , saturation: 0.84 and the lightness value of e0142f is 0.48.

The process color (four color CMYK) of #e0142f color hex is 0.00, 0.91, 0.79, 0.12. Web safe color of #e0142f is #cc0033. Color #e0142f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010100 00101111
Octal 340 24 57
Decimal 224 20 47
Hex E0 14 2F

RGB Percentages of Color #e0142f

%76.98
%6.87
%16.15

CMYK Percentages of Color #e0142f

%0
%91
%79
%12

Triadic Colors of #e0142f

#e0142f #2fe014 #142fe0

Analogous Colors of #e0142f

#e0142f #e05f14 #e01495

Monochromatic Colors of #e0142f

#e0142f

Complementary Color

#e0142f #14e0c5

#e0142f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0142f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0142f Color CSS Codes

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

#e0142f Text Font Color

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

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


#e0142f Background Color

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

This div background color is #e0142f


#e0142f Border Color

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

This div border color is #e0142f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0142f


Comments

No comments written yet.

Please login to write comment.