Color Hex Logo

#e7042c Color Hex

#E7042C
(231,4,44)
0 Favorites   0 Comments

Color spaces of #e7042c

RGB 231444
HSL0.970.970.46
HSV349°98°91°
CMYK 0.000.980.81   0.09
XYZ33.453017.25763.9508
Yxy17.25760.61200.3157
Hunter Lab41.542371.042823.4409
CIE-Lab48.583074.647445.1377

#e7042c color RGB value is (231,4,44).

#e7042c hex color red value is 231, green value is 4 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #e7042c hue: 0.97 , saturation: 0.97 and the lightness value of e7042c is 0.46.

The process color (four color CMYK) of #e7042c color hex is 0.00, 0.98, 0.81, 0.09. Web safe color of #e7042c is #ff0033. Color #e7042c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000100 00101100
Octal 347 4 54
Decimal 231 4 44
Hex E7 4 2C

RGB Percentages of Color #e7042c

%82.80
%1.43
%15.77

CMYK Percentages of Color #e7042c

%0
%98
%81
%9

Triadic Colors of #e7042c

#e7042c #2ce704 #042ce7

Analogous Colors of #e7042c

#e7042c #e74e04 #e7049e

Monochromatic Colors of #e7042c

#e7042c

Complementary Color

#e7042c #04e7bf

#e7042c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7042c Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7042c Color CSS Codes

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

#e7042c Text Font Color

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

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


#e7042c Background Color

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

This div background color is #e7042c


#e7042c Border Color

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

This div border color is #e7042c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(231,4,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e7042c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e7042c;
  -webkit-box-shadow: 1px 1px 3px 2px #e7042c;
  box-shadow:         1px 1px 3px 2px #e7042c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7042c


Comments

No comments written yet.

Please login to write comment.