Color Hex Logo

#8861aa Color Hex

#8861AA
(136,97,170)
0 Favorites   0 Comments

Color spaces of #8861aa

RGB 13697170
HSL0.760.300.52
HSV272°43°67°
CMYK 0.200.430.00   0.33
XYZ21.683716.685940.1081
Yxy16.68590.27630.2126
Hunter Lab40.848423.2692-29.6216
CIE-Lab47.861830.2503-33.2620

#8861aa color RGB value is (136,97,170).

#8861aa hex color red value is 136, green value is 97 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8861aa hue: 0.76 , saturation: 0.30 and the lightness value of 8861aa is 0.52.

The process color (four color CMYK) of #8861aa color hex is 0.20, 0.43, 0.00, 0.33. Web safe color of #8861aa is #996699. Color #8861aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01100001 10101010
Octal 210 141 252
Decimal 136 97 170
Hex 88 61 AA

RGB Percentages of Color #8861aa

%33.75
%24.07
%42.18

CMYK Percentages of Color #8861aa

%20
%43
%0
%33

Triadic Colors of #8861aa

#8861aa #aa8861 #61aa88

Analogous Colors of #8861aa

#8861aa #aa61a8 #6361aa

Monochromatic Colors of #8861aa

#8861aa

Complementary Color

#8861aa #83aa61

#8861aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8861aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8861aa Color CSS Codes

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

#8861aa Text Font Color

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

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


#8861aa Background Color

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

This div background color is #8861aa


#8861aa Border Color

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

This div border color is #8861aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8861aa


Comments

No comments written yet.

Please login to write comment.