Color Hex Logo

#e3042f Color Hex

#E3042F
(227,4,47)
0 Favorites   0 Comments

Color spaces of #e3042f

RGB 227447
HSL0.970.970.45
HSV348°98°89°
CMYK 0.000.980.79   0.11
XYZ32.235116.62304.1989
Yxy16.62300.60760.3133
Hunter Lab40.771369.778022.4338
CIE-Lab47.781573.765142.3978

#e3042f color RGB value is (227,4,47).

#e3042f hex color red value is 227, green value is 4 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #e3042f hue: 0.97 , saturation: 0.97 and the lightness value of e3042f is 0.45.

The process color (four color CMYK) of #e3042f color hex is 0.00, 0.98, 0.79, 0.11. Web safe color of #e3042f is #cc0033. Color #e3042f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000100 00101111
Octal 343 4 57
Decimal 227 4 47
Hex E3 4 2F

RGB Percentages of Color #e3042f

%81.65
%1.44
%16.91

CMYK Percentages of Color #e3042f

%0
%98
%79
%11

Triadic Colors of #e3042f

#e3042f #2fe304 #042fe3

Analogous Colors of #e3042f

#e3042f #e34804 #e3049f

Monochromatic Colors of #e3042f

#e3042f

Complementary Color

#e3042f #04e3b8

#e3042f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3042f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3042f Color CSS Codes

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

#e3042f Text Font Color

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

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


#e3042f Background Color

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

This div background color is #e3042f


#e3042f Border Color

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

This div border color is #e3042f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3042f


Comments

No comments written yet.

Please login to write comment.