Color Hex Logo

#8888ab Color Hex

#8888AB
(136,136,171)
0 Favorites   0 Comments

Color spaces of #8888ab

RGB 136136171
HSL0.670.170.60
HSV240°20°67°
CMYK 0.200.200.00   0.33
XYZ26.308225.782842.1181
Yxy25.78280.27930.2737
Hunter Lab50.77683.6242-13.6359
CIE-Lab57.83037.6183-18.4310

#8888ab color RGB value is (136,136,171).

#8888ab hex color red value is 136, green value is 136 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #8888ab hue: 0.67 , saturation: 0.17 and the lightness value of 8888ab is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001000 10101011
Octal 210 210 253
Decimal 136 136 171
Hex 88 88 AB

RGB Percentages of Color #8888ab

%30.70
%30.70
%38.60

CMYK Percentages of Color #8888ab

%20
%20
%0
%33

Triadic Colors of #8888ab

#8888ab #ab8888 #88ab88

Analogous Colors of #8888ab

#8888ab #9a88ab #889aab

Monochromatic Colors of #8888ab

#8888ab

Complementary Color

#8888ab #abab88

#8888ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8888ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#8888ab Color CSS Codes

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

#8888ab Text Font Color

<p style="color:#8888ab">Text here</p>

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


#8888ab Background Color

<div style="background-color:#8888ab">
Div content here</div>

This div background color is #8888ab


#8888ab Border Color

<div style="border:3px solid #8888ab">
Div here</div>

This div border color is #8888ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,136,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8888ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8888ab;
  -webkit-box-shadow: 1px 1px 3px 2px #8888ab;
  box-shadow:         1px 1px 3px 2px #8888ab; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8888ab


Comments

No comments written yet.

Please login to write comment.