Color Hex Logo

#710a1e Color Hex

#710A1E
(113,10,30)
0 Favorites   0 Comments

Color spaces of #710a1e

RGB 1131030
HSL0.970.840.24
HSV348°91°44°
CMYK 0.000.910.73   0.56
XYZ7.15293.82151.5889
Yxy3.82150.56930.3042
Hunter Lab19.548731.10348.8650
CIE-Lab23.072342.683018.4924

#710a1e color RGB value is (113,10,30).

#710a1e hex color red value is 113, green value is 10 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #710a1e hue: 0.97 , saturation: 0.84 and the lightness value of 710a1e is 0.24.

The process color (four color CMYK) of #710a1e color hex is 0.00, 0.91, 0.73, 0.56. Web safe color of #710a1e is #660033. Color #710a1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00001010 00011110
Octal 161 12 36
Decimal 113 10 30
Hex 71 A 1E

RGB Percentages of Color #710a1e

%73.86
%6.54
%19.61

CMYK Percentages of Color #710a1e

%0
%91
%73
%56

Triadic Colors of #710a1e

#710a1e #1e710a #0a1e71

Analogous Colors of #710a1e

#710a1e #71290a #710a52

Monochromatic Colors of #710a1e

#710a1e

Complementary Color

#710a1e #0a715d

#710a1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710a1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#710a1e Color CSS Codes

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

#710a1e Text Font Color

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

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


#710a1e Background Color

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

This div background color is #710a1e


#710a1e Border Color

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

This div border color is #710a1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,10,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #710a1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #710a1e;
  -webkit-box-shadow: 1px 1px 3px 2px #710a1e;
  box-shadow:         1px 1px 3px 2px #710a1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,10,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 #710a1e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710a1e


Comments

No comments written yet.

Please login to write comment.