Color Hex Logo

#71216f Color Hex

#71216F
(113,33,111)
0 Favorites   0 Comments

Color spaces of #71216f

RGB 11333111
HSL0.840.550.29
HSV302°71°44°
CMYK 0.000.710.02   0.56
XYZ10.22325.746115.6092
Yxy5.74610.32370.1820
Hunter Lab23.971034.1777-21.8281
CIE-Lab28.762644.8435-27.4966

#71216f color RGB value is (113,33,111).

#71216f hex color red value is 113, green value is 33 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #71216f hue: 0.84 , saturation: 0.55 and the lightness value of 71216f is 0.29.

The process color (four color CMYK) of #71216f color hex is 0.00, 0.71, 0.02, 0.56. Web safe color of #71216f is #663366. Color #71216f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00100001 01101111
Octal 161 41 157
Decimal 113 33 111
Hex 71 21 6F

RGB Percentages of Color #71216f

%43.97
%12.84
%43.19

CMYK Percentages of Color #71216f

%0
%71
%2
%56

Triadic Colors of #71216f

#71216f #6f7121 #216f71

Analogous Colors of #71216f

#71216f #712147 #4b2171

Monochromatic Colors of #71216f

#71216f

Complementary Color

#71216f #217123

#71216f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71216f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71216f Color CSS Codes

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

#71216f Text Font Color

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

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


#71216f Background Color

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

This div background color is #71216f


#71216f Border Color

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

This div border color is #71216f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71216f


Comments

No comments written yet.

Please login to write comment.