Color Hex Logo

#8170ac Color Hex

#8170AC
(129,112,172)
0 Favorites   0 Comments

Color spaces of #8170ac

RGB 129112172
HSL0.710.270.56
HSV257°35°67°
CMYK 0.250.350.00   0.33
XYZ22.293819.234041.5673
Yxy19.23400.26830.2315
Hunter Lab43.856613.9886-25.4955
CIE-Lab50.959919.7356-29.6385

#8170ac color RGB value is (129,112,172).

#8170ac hex color red value is 129, green value is 112 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8170ac hue: 0.71 , saturation: 0.27 and the lightness value of 8170ac is 0.56.

The process color (four color CMYK) of #8170ac color hex is 0.25, 0.35, 0.00, 0.33. Web safe color of #8170ac is #996699. Color #8170ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110000 10101100
Octal 201 160 254
Decimal 129 112 172
Hex 81 70 AC

RGB Percentages of Color #8170ac

%31.23
%27.12
%41.65

CMYK Percentages of Color #8170ac

%25
%35
%0
%33

Triadic Colors of #8170ac

#8170ac #ac8170 #70ac81

Analogous Colors of #8170ac

#8170ac #9f70ac #707dac

Monochromatic Colors of #8170ac

#8170ac

Complementary Color

#8170ac #9bac70

#8170ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8170ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8170ac Color CSS Codes

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

#8170ac Text Font Color

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

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


#8170ac Background Color

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

This div background color is #8170ac


#8170ac Border Color

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

This div border color is #8170ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,112,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8170ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8170ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8170ac;
  box-shadow:         1px 1px 3px 2px #8170ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8170ac


Comments

No comments written yet.

Please login to write comment.