Color Hex Logo

#710008 Color Hex

#710008
(113,0,8)
0 Favorites   0 Comments

Color spaces of #710008

RGB 11308
HSL0.991.000.22
HSV356°100°44°
CMYK 0.001.000.93   0.56
XYZ6.85393.52820.5495
Yxy3.52820.62700.3228
Hunter Lab18.783532.261611.4140
CIE-Lab22.046044.123530.1506

#710008 color RGB value is (113,0,8).

#710008 hex color red value is 113, green value is 0 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #710008 hue: 0.99 , saturation: 1.00 and the lightness value of 710008 is 0.22.

The process color (four color CMYK) of #710008 color hex is 0.00, 1.00, 0.93, 0.56. Web safe color of #710008 is #660000. Color #710008 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000000 00001000
Octal 161 0 10
Decimal 113 0 8
Hex 71 0 8

RGB Percentages of Color #710008

%93.39
%0.00
%6.61

CMYK Percentages of Color #710008

%0
%100
%93
%56

Triadic Colors of #710008

#710008 #087100 #000871

Analogous Colors of #710008

#710008 #713000 #710041

Monochromatic Colors of #710008

#710008

Complementary Color

#710008 #007169

#710008 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710008 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710008 Color CSS Codes

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

#710008 Text Font Color

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

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


#710008 Background Color

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

This div background color is #710008


#710008 Border Color

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

This div border color is #710008


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,0,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #710008; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #710008;
  -webkit-box-shadow: 1px 1px 3px 2px #710008;
  box-shadow:         1px 1px 3px 2px #710008; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710008


Comments

No comments written yet.

Please login to write comment.