Color Hex Logo

#8177aa Color Hex

#8177AA
(129,119,170)
0 Favorites   0 Comments

Color spaces of #8177aa

RGB 129119170
HSL0.700.230.57
HSV252°30°67°
CMYK 0.240.300.00   0.33
XYZ22.905820.763140.8306
Yxy20.76310.27110.2457
Hunter Lab45.56659.9885-21.2311
CIE-Lab52.689215.0775-25.7946

#8177aa color RGB value is (129,119,170).

#8177aa hex color red value is 129, green value is 119 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8177aa hue: 0.70 , saturation: 0.23 and the lightness value of 8177aa is 0.57.

The process color (four color CMYK) of #8177aa color hex is 0.24, 0.30, 0.00, 0.33. Web safe color of #8177aa is #996699. Color #8177aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 01110111 10101010
Octal 201 167 252
Decimal 129 119 170
Hex 81 77 AA

RGB Percentages of Color #8177aa

%30.86
%28.47
%40.67

CMYK Percentages of Color #8177aa

%24
%30
%0
%33

Triadic Colors of #8177aa

#8177aa #aa8177 #77aa81

Analogous Colors of #8177aa

#8177aa #9b77aa #7787aa

Monochromatic Colors of #8177aa

#8177aa

Complementary Color

#8177aa #a0aa77

#8177aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8177aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8177aa Color CSS Codes

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

#8177aa Text Font Color

<p style="color:#8177aa">Text here</p>

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


#8177aa Background Color

<div style="background-color:#8177aa">
Div content here</div>

This div background color is #8177aa


#8177aa Border Color

<div style="border:3px solid #8177aa">
Div here</div>

This div border color is #8177aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,119,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8177aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8177aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8177aa;
  box-shadow:         1px 1px 3px 2px #8177aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8177aa


Comments

No comments written yet.

Please login to write comment.