Color Hex Logo

#8a88aa Color Hex

#8A88AA
(138,136,170)
0 Favorites   0 Comments

Color spaces of #8a88aa

RGB 138136170
HSL0.680.170.60
HSV244°20°67°
CMYK 0.190.200.00   0.33
XYZ26.541125.913941.6332
Yxy25.91390.28210.2754
Hunter Lab50.90573.9810-12.8563
CIE-Lab57.95528.0386-17.6542

#8a88aa color RGB value is (138,136,170).

#8a88aa hex color red value is 138, green value is 136 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8a88aa hue: 0.68 , saturation: 0.17 and the lightness value of 8a88aa is 0.60.

The process color (four color CMYK) of #8a88aa color hex is 0.19, 0.20, 0.00, 0.33. Web safe color of #8a88aa is #999999. Color #8a88aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10001000 10101010
Octal 212 210 252
Decimal 138 136 170
Hex 8A 88 AA

RGB Percentages of Color #8a88aa

%31.08
%30.63
%38.29

CMYK Percentages of Color #8a88aa

%19
%20
%0
%33

Triadic Colors of #8a88aa

#8a88aa #aa8a88 #88aa8a

Analogous Colors of #8a88aa

#8a88aa #9b88aa #8897aa

Monochromatic Colors of #8a88aa

#8a88aa

Complementary Color

#8a88aa #a8aa88

#8a88aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a88aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a88aa Color CSS Codes

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

#8a88aa Text Font Color

<p style="color:#8a88aa">Text here</p>

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


#8a88aa Background Color

<div style="background-color:#8a88aa">
Div content here</div>

This div background color is #8a88aa


#8a88aa Border Color

<div style="border:3px solid #8a88aa">
Div here</div>

This div border color is #8a88aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a88aa


Comments

No comments written yet.

Please login to write comment.