Color Hex Logo

#e3071e Color Hex

#E3071E
(227,7,30)
0 Favorites   0 Comments

Color spaces of #e3071e

RGB 227730
HSL0.980.940.46
HSV354°97°89°
CMYK 0.000.970.87   0.11
XYZ31.988916.57662.7419
Yxy16.57660.62350.3231
Hunter Lab40.714468.995624.5072
CIE-Lab47.722173.131251.2436

#e3071e color RGB value is (227,7,30).

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

The process color (four color CMYK) of #e3071e color hex is 0.00, 0.97, 0.87, 0.11. Web safe color of #e3071e is #cc0033. Color #e3071e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000111 00011110
Octal 343 7 36
Decimal 227 7 30
Hex E3 7 1E

RGB Percentages of Color #e3071e

%85.98
%2.65
%11.36

CMYK Percentages of Color #e3071e

%0
%97
%87
%11

Triadic Colors of #e3071e

#e3071e #1ee307 #071ee3

Analogous Colors of #e3071e

#e3071e #e35e07 #e3078c

Monochromatic Colors of #e3071e

#e3071e

Complementary Color

#e3071e #07e3cc

#e3071e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e3071e Color Preview on White Background

Lorem ipsum dolor sit amet.

#e3071e Color CSS Codes

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

#e3071e Text Font Color

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

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


#e3071e Background Color

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

This div background color is #e3071e


#e3071e Border Color

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

This div border color is #e3071e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e3071e


Comments

No comments written yet.

Please login to write comment.