Color Hex Logo

#8779ae Color Hex

#8779AE
(135,121,174)
0 Favorites   0 Comments

Color spaces of #8779ae

RGB 135121174
HSL0.710.250.58
HSV256°30°68°
CMYK 0.220.300.00   0.32
XYZ24.469021.881642.9783
Yxy21.88160.27390.2450
Hunter Lab46.777811.5105-21.7298
CIE-Lab53.901216.7767-26.1908

#8779ae color RGB value is (135,121,174).

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

The process color (four color CMYK) of #8779ae color hex is 0.22, 0.30, 0.00, 0.32. Web safe color of #8779ae is #996699. Color #8779ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111001 10101110
Octal 207 171 256
Decimal 135 121 174
Hex 87 79 AE

RGB Percentages of Color #8779ae

%31.40
%28.14
%40.47

CMYK Percentages of Color #8779ae

%22
%30
%0
%32

Triadic Colors of #8779ae

#8779ae #ae8779 #79ae87

Analogous Colors of #8779ae

#8779ae #a279ae #7986ae

Monochromatic Colors of #8779ae

#8779ae

Complementary Color

#8779ae #a0ae79

#8779ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8779ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#8779ae Color CSS Codes

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

#8779ae Text Font Color

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

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


#8779ae Background Color

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

This div background color is #8779ae


#8779ae Border Color

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

This div border color is #8779ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,121,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8779ae


Comments

No comments written yet.

Please login to write comment.