Color Hex Logo

#711651 Color Hex

#711651
(113,22,81)
0 Favorites   0 Comments

Color spaces of #711651

RGB 1132281
HSL0.890.670.26
HSV321°81°44°
CMYK 0.000.810.28   0.56
XYZ8.58224.67868.2353
Yxy4.67860.39920.2176
Hunter Lab21.630132.9711-7.4327
CIE-Lab25.798844.1472-12.5136

#711651 color RGB value is (113,22,81).

#711651 hex color red value is 113, green value is 22 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #711651 hue: 0.89 , saturation: 0.67 and the lightness value of 711651 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00010110 01010001
Octal 161 26 121
Decimal 113 22 81
Hex 71 16 51

RGB Percentages of Color #711651

%52.31
%10.19
%37.50

CMYK Percentages of Color #711651

%0
%81
%28
%56

Triadic Colors of #711651

#711651 #517116 #165171

Analogous Colors of #711651

#711651 #711623 #641671

Monochromatic Colors of #711651

#711651

Complementary Color

#711651 #167136

#711651 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711651 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711651 Color CSS Codes

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

#711651 Text Font Color

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

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


#711651 Background Color

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

This div background color is #711651


#711651 Border Color

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

This div border color is #711651


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711651


Comments

No comments written yet.

Please login to write comment.