Color Hex Logo

#711044 Color Hex

#711044
(113,16,68)
0 Favorites   0 Comments

Color spaces of #711044

RGB 1131668
HSL0.910.750.25
HSV328°86°44°
CMYK 0.000.860.40   0.56
XYZ8.03874.29865.8749
Yxy4.29860.44140.2360
Hunter Lab20.733132.9258-2.2872
CIE-Lab24.635044.3245-5.5144

#711044 color RGB value is (113,16,68).

#711044 hex color red value is 113, green value is 16 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #711044 hue: 0.91 , saturation: 0.75 and the lightness value of 711044 is 0.25.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010000 01000100
Octal 161 20 104
Decimal 113 16 68
Hex 71 10 44

RGB Percentages of Color #711044

%57.36
%8.12
%34.52

CMYK Percentages of Color #711044

%0
%86
%40
%56

Triadic Colors of #711044

#711044 #447110 #104471

Analogous Colors of #711044

#711044 #711013 #6e1071

Monochromatic Colors of #711044

#711044

Complementary Color

#711044 #10713d

#711044 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711044 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711044 Color CSS Codes

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

#711044 Text Font Color

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

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


#711044 Background Color

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

This div background color is #711044


#711044 Border Color

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

This div border color is #711044


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711044


Comments

No comments written yet.

Please login to write comment.