Color Hex Logo

#711f56 Color Hex

#711F56
(113,31,86)
0 Favorites   0 Comments

Color spaces of #711f56

RGB 1133186
HSL0.890.570.28
HSV320°73°44°
CMYK 0.000.730.24   0.56
XYZ8.97985.16269.3273
Yxy5.16260.38260.2200
Hunter Lab22.721430.7833-8.4341
CIE-Lab27.193141.5490-13.6940

#711f56 color RGB value is (113,31,86).

#711f56 hex color red value is 113, green value is 31 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #711f56 hue: 0.89 , saturation: 0.57 and the lightness value of 711f56 is 0.28.

The process color (four color CMYK) of #711f56 color hex is 0.00, 0.73, 0.24, 0.56. Web safe color of #711f56 is #663366. Color #711f56 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00011111 01010110
Octal 161 37 126
Decimal 113 31 86
Hex 71 1F 56

RGB Percentages of Color #711f56

%49.13
%13.48
%37.39

CMYK Percentages of Color #711f56

%0
%73
%24
%56

Triadic Colors of #711f56

#711f56 #56711f #1f5671

Analogous Colors of #711f56

#711f56 #711f2d #631f71

Monochromatic Colors of #711f56

#711f56

Complementary Color

#711f56 #1f713a

#711f56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#711f56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#711f56 Color CSS Codes

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

#711f56 Text Font Color

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

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


#711f56 Background Color

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

This div background color is #711f56


#711f56 Border Color

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

This div border color is #711f56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #711f56


Comments

No comments written yet.

Please login to write comment.