Color Hex Logo

#8779aa Color Hex

#8779AA
(135,121,170)
0 Favorites   0 Comments

Color spaces of #8779aa

RGB 135121170
HSL0.710.220.57
HSV257°29°67°
CMYK 0.210.290.00   0.33
XYZ24.084721.727940.9547
Yxy21.72790.27760.2504
Hunter Lab46.613210.6566-19.4634
CIE-Lab53.737115.8099-24.1339

#8779aa color RGB value is (135,121,170).

#8779aa hex color red value is 135, green value is 121 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8779aa hue: 0.71 , saturation: 0.22 and the lightness value of 8779aa is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111001 10101010
Octal 207 171 252
Decimal 135 121 170
Hex 87 79 AA

RGB Percentages of Color #8779aa

%31.69
%28.40
%39.91

CMYK Percentages of Color #8779aa

%21
%29
%0
%33

Triadic Colors of #8779aa

#8779aa #aa8779 #79aa87

Analogous Colors of #8779aa

#8779aa #a079aa #7984aa

Monochromatic Colors of #8779aa

#8779aa

Complementary Color

#8779aa #9caa79

#8779aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8779aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8779aa Color CSS Codes

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

#8779aa Text Font Color

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

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


#8779aa Background Color

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

This div background color is #8779aa


#8779aa Border Color

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

This div border color is #8779aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8779aa


Comments

No comments written yet.

Please login to write comment.