Color Hex Logo

#81176f Color Hex

#81176F
(129,23,111)
0 Favorites   0 Comments

Color spaces of #81176f

RGB 12923111
HSL0.860.700.30
HSV310°82°51°
CMYK 0.000.820.14   0.49
XYZ12.22896.427615.6350
Yxy6.42760.35660.1874
Hunter Lab25.352741.7324-18.8172
CIE-Lab30.466652.1305-24.6163

#81176f color RGB value is (129,23,111).

#81176f hex color red value is 129, green value is 23 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #81176f hue: 0.86 , saturation: 0.70 and the lightness value of 81176f is 0.30.

The process color (four color CMYK) of #81176f color hex is 0.00, 0.82, 0.14, 0.49. Web safe color of #81176f is #990066. Color #81176f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 00010111 01101111
Octal 201 27 157
Decimal 129 23 111
Hex 81 17 6F

RGB Percentages of Color #81176f

%49.05
%8.75
%42.21

CMYK Percentages of Color #81176f

%0
%82
%14
%49

Triadic Colors of #81176f

#81176f #6f8117 #176f81

Analogous Colors of #81176f

#81176f #81173a #5e1781

Monochromatic Colors of #81176f

#81176f

Complementary Color

#81176f #178129

#81176f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#81176f Color Preview on White Background

Lorem ipsum dolor sit amet.

#81176f Color CSS Codes

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

#81176f Text Font Color

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

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


#81176f Background Color

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

This div background color is #81176f


#81176f Border Color

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

This div border color is #81176f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(129,23,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 #81176f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #81176f


Comments

No comments written yet.

Please login to write comment.