Color Hex Logo

#710744 Color Hex

#710744
(113,7,68)
0 Favorites   0 Comments

Color spaces of #710744

RGB 113768
HSL0.900.880.24
HSV325°94°44°
CMYK 0.000.940.40   0.56
XYZ7.92944.08005.8384
Yxy4.08000.44430.2286
Hunter Lab20.199034.7244-2.9981
CIE-Lab23.934246.3461-6.5659

#710744 color RGB value is (113,7,68).

#710744 hex color red value is 113, green value is 7 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #710744 hue: 0.90 , saturation: 0.88 and the lightness value of 710744 is 0.24.

The process color (four color CMYK) of #710744 color hex is 0.00, 0.94, 0.40, 0.56. Web safe color of #710744 is #660033. Color #710744 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00000111 01000100
Octal 161 7 104
Decimal 113 7 68
Hex 71 7 44

RGB Percentages of Color #710744

%60.11
%3.72
%36.17

CMYK Percentages of Color #710744

%0
%94
%40
%56

Triadic Colors of #710744

#710744 #447107 #074471

Analogous Colors of #710744

#710744 #71070f #690771

Monochromatic Colors of #710744

#710744

Complementary Color

#710744 #077134

#710744 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#710744 Color Preview on White Background

Lorem ipsum dolor sit amet.

#710744 Color CSS Codes

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

#710744 Text Font Color

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

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


#710744 Background Color

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

This div background color is #710744


#710744 Border Color

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

This div border color is #710744


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #710744


Comments

No comments written yet.

Please login to write comment.