Color Hex Logo

#e7071f Color Hex

#E7071F
(231,7,31)
0 Favorites   0 Comments

Color spaces of #e7071f

RGB 231731
HSL0.980.940.47
HSV354°97°91°
CMYK 0.000.970.87   0.09
XYZ33.278317.23982.8700
Yxy17.23980.62330.3229
Hunter Lab41.520870.403524.9663
CIE-Lab48.560874.127651.7906

#e7071f color RGB value is (231,7,31).

#e7071f hex color red value is 231, green value is 7 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #e7071f hue: 0.98 , saturation: 0.94 and the lightness value of e7071f is 0.47.

The process color (four color CMYK) of #e7071f color hex is 0.00, 0.97, 0.87, 0.09. Web safe color of #e7071f is #ff0033. Color #e7071f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000111 00011111
Octal 347 7 37
Decimal 231 7 31
Hex E7 7 1F

RGB Percentages of Color #e7071f

%85.87
%2.60
%11.52

CMYK Percentages of Color #e7071f

%0
%97
%87
%9

Triadic Colors of #e7071f

#e7071f #1fe707 #071fe7

Analogous Colors of #e7071f

#e7071f #e75f07 #e7078f

Monochromatic Colors of #e7071f

#e7071f

Complementary Color

#e7071f #07e7cf

#e7071f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e7071f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e7071f Color CSS Codes

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

#e7071f Text Font Color

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

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


#e7071f Background Color

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

This div background color is #e7071f


#e7071f Border Color

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

This div border color is #e7071f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e7071f


Comments

No comments written yet.

Please login to write comment.