Color Hex Logo

#8172ab Color Hex

#8172AB
(129,114,171)
0 Favorites   0 Comments

Color spaces of #8172ab

RGB 129114171
HSL0.710.250.56
HSV256°33°67°
CMYK 0.250.330.00   0.33
XYZ22.421319.642041.1376
Yxy19.64200.26950.2361
Hunter Lab44.319312.7451-24.0100
CIE-Lab51.430018.2958-28.3263

#8172ab color RGB value is (129,114,171).

#8172ab hex color red value is 129, green value is 114 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8172ab hue: 0.71 , saturation: 0.25 and the lightness value of 8172ab is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110010 10101011
Octal 201 162 253
Decimal 129 114 171
Hex 81 72 AB

RGB Percentages of Color #8172ab

%31.16
%27.54
%41.30

CMYK Percentages of Color #8172ab

%25
%33
%0
%33

Triadic Colors of #8172ab

#8172ab #ab8172 #72ab81

Analogous Colors of #8172ab

#8172ab #9e72ab #7280ab

Monochromatic Colors of #8172ab

#8172ab

Complementary Color

#8172ab #9cab72

#8172ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8172ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8172ab Color CSS Codes

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

#8172ab Text Font Color

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

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


#8172ab Background Color

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

This div background color is #8172ab


#8172ab Border Color

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

This div border color is #8172ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,114,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8172ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8172ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8172ab;
  box-shadow:         1px 1px 3px 2px #8172ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8172ab


Comments

No comments written yet.

Please login to write comment.