Color Hex Logo

#8178aa Color Hex

#8178AA
(129,120,170)
0 Favorites   0 Comments

Color spaces of #8178aa

RGB 129120170
HSL0.700.230.57
HSV251°29°67°
CMYK 0.240.290.00   0.33
XYZ23.025421.002340.8705
Yxy21.00230.27120.2474
Hunter Lab45.82839.4839-20.7961
CIE-Lab52.952014.4855-25.3885

#8178aa color RGB value is (129,120,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000001 01111000 10101010
Octal 201 170 252
Decimal 129 120 170
Hex 81 78 AA

RGB Percentages of Color #8178aa

%30.79
%28.64
%40.57

CMYK Percentages of Color #8178aa

%24
%29
%0
%33

Triadic Colors of #8178aa

#8178aa #aa8178 #78aa81

Analogous Colors of #8178aa

#8178aa #9a78aa #7888aa

Monochromatic Colors of #8178aa

#8178aa

Complementary Color

#8178aa #a1aa78

#8178aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8178aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8178aa Color CSS Codes

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

#8178aa Text Font Color

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

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


#8178aa Background Color

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

This div background color is #8178aa


#8178aa Border Color

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

This div border color is #8178aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8178aa


Comments

No comments written yet.

Please login to write comment.