Color Hex Logo

#711971 Color Hex

#711971
(113,25,113)
0 Favorites   0 Comments

Color spaces of #711971

RGB 11325113
HSL0.830.640.27
HSV300°78°44°
CMYK 0.000.780.00   0.56
XYZ10.13835.398216.1304
Yxy5.39820.32020.1705
Hunter Lab23.234037.2299-24.8987
CIE-Lab27.840448.1587-30.2390

#711971 color RGB value is (113,25,113).

#711971 hex color red value is 113, green value is 25 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #711971 hue: 0.83 , saturation: 0.64 and the lightness value of 711971 is 0.27.

The process color (four color CMYK) of #711971 color hex is 0.00, 0.78, 0.00, 0.56. Web safe color of #711971 is #660066. Color #711971 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011001 01110001
Octal 161 31 161
Decimal 113 25 113
Hex 71 19 71

RGB Percentages of Color #711971

%45.02
%9.96
%45.02

CMYK Percentages of Color #711971

%0
%78
%0
%56

Triadic Colors of #711971

#711971 #717119 #197171

Analogous Colors of #711971

#711971 #711945 #451971

Monochromatic Colors of #711971

#711971

Complementary Color

#711971 #197119

#711971 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711971 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711971 Color CSS Codes

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

#711971 Text Font Color

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

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


#711971 Background Color

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

This div background color is #711971


#711971 Border Color

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

This div border color is #711971


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711971

#711971 Color Palettes


Comments

No comments written yet.

Please login to write comment.