Color Hex Logo

#e71040 Color Hex

#E71040
(231,16,64)
0 Favorites   0 Comments

Color spaces of #e71040

RGB 2311664
HSL0.960.870.48
HSV347°93°91°
CMYK 0.000.930.72   0.09
XYZ34.065717.72976.4772
Yxy17.72970.58460.3043
Hunter Lab42.106770.725920.3542
CIE-Lab49.166674.274034.2823

#e71040 color RGB value is (231,16,64).

#e71040 hex color red value is 231, green value is 16 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #e71040 hue: 0.96 , saturation: 0.87 and the lightness value of e71040 is 0.48.

The process color (four color CMYK) of #e71040 color hex is 0.00, 0.93, 0.72, 0.09. Web safe color of #e71040 is #ff0033. Color #e71040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00010000 01000000
Octal 347 20 100
Decimal 231 16 64
Hex E7 10 40

RGB Percentages of Color #e71040

%74.28
%5.14
%20.58

CMYK Percentages of Color #e71040

%0
%93
%72
%9

Triadic Colors of #e71040

#e71040 #40e710 #1040e7

Analogous Colors of #e71040

#e71040 #e74b10 #e710ac

Monochromatic Colors of #e71040

#e71040

Complementary Color

#e71040 #10e7b7

#e71040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e71040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e71040 Color CSS Codes

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

#e71040 Text Font Color

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

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


#e71040 Background Color

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

This div background color is #e71040


#e71040 Border Color

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

This div border color is #e71040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e71040


Comments

No comments written yet.

Please login to write comment.