Color Hex Logo

#e70611 Color Hex

#E70611
(231,6,17)
0 Favorites   0 Comments

Color spaces of #e70611

RGB 231617
HSL0.990.950.46
HSV357°97°91°
CMYK 0.000.970.93   0.09
XYZ33.121317.15962.0968
Yxy17.15960.63240.3276
Hunter Lab41.424170.230125.9958
CIE-Lab48.460574.004757.5309

#e70611 color RGB value is (231,6,17).

#e70611 hex color red value is 231, green value is 6 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #e70611 hue: 0.99 , saturation: 0.95 and the lightness value of e70611 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11100111 00000110 00010001
Octal 347 6 21
Decimal 231 6 17
Hex E7 6 11

RGB Percentages of Color #e70611

%90.94
%2.36
%6.69

CMYK Percentages of Color #e70611

%0
%97
%93
%9

Triadic Colors of #e70611

#e70611 #11e706 #0611e7

Analogous Colors of #e70611

#e70611 #e76c06 #e70682

Monochromatic Colors of #e70611

#e70611

Complementary Color

#e70611 #06e7dc

#e70611 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e70611 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e70611 Color CSS Codes

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

#e70611 Text Font Color

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

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


#e70611 Background Color

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

This div background color is #e70611


#e70611 Border Color

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

This div border color is #e70611


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e70611


Comments

No comments written yet.

Please login to write comment.