Color Hex Logo

#e71004 Color Hex

#E71004
(231,16,4)
0 Favorites   0 Comments

Color spaces of #e71004

RGB 231164
HSL0.010.970.46
HSV98°91°
CMYK 0.000.930.98   0.09
XYZ33.162217.36831.7194
Yxy17.36830.63470.3324
Hunter Lab41.675369.105726.7266
CIE-Lab48.720873.027661.4108

#e71004 color RGB value is (231,16,4).

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

The process color (four color CMYK) of #e71004 color hex is 0.00, 0.93, 0.98, 0.09. Web safe color of #e71004 is #ff0000. Color #e71004 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010000 00000100
Octal 347 20 4
Decimal 231 16 4
Hex E7 10 4

RGB Percentages of Color #e71004

%92.03
%6.37
%1.59

CMYK Percentages of Color #e71004

%0
%93
%98
%9

Triadic Colors of #e71004

#e71004 #04e710 #1004e7

Analogous Colors of #e71004

#e71004 #e78204 #e7046a

Monochromatic Colors of #e71004

#e71004

Complementary Color

#e71004 #04dbe7

#e71004 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71004 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71004 Color CSS Codes

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

#e71004 Text Font Color

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

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


#e71004 Background Color

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

This div background color is #e71004


#e71004 Border Color

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

This div border color is #e71004


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71004


Comments

No comments written yet.

Please login to write comment.