Color Hex Logo

#888aad Color Hex

#888AAD
(136,138,173)
0 Favorites   0 Comments

Color spaces of #888aad

RGB 136138173
HSL0.660.180.61
HSV237°21°68°
CMYK 0.210.200.00   0.32
XYZ26.784626.428343.2246
Yxy26.42830.27770.2740
Hunter Lab51.40853.0364-13.8655
CIE-Lab58.44146.9395-18.6425

#888aad color RGB value is (136,138,173).

#888aad hex color red value is 136, green value is 138 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #888aad hue: 0.66 , saturation: 0.18 and the lightness value of 888aad is 0.61.

The process color (four color CMYK) of #888aad color hex is 0.21, 0.20, 0.00, 0.32. Web safe color of #888aad is #999999. Color #888aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001010 10101101
Octal 210 212 255
Decimal 136 138 173
Hex 88 8A AD

RGB Percentages of Color #888aad

%30.43
%30.87
%38.70

CMYK Percentages of Color #888aad

%21
%20
%0
%32

Triadic Colors of #888aad

#888aad #ad888a #8aad88

Analogous Colors of #888aad

#888aad #9988ad #889dad

Monochromatic Colors of #888aad

#888aad

Complementary Color

#888aad #adab88

#888aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#888aad Color CSS Codes

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

#888aad Text Font Color

<p style="color:#888aad">Text here</p>

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


#888aad Background Color

<div style="background-color:#888aad">
Div content here</div>

This div background color is #888aad


#888aad Border Color

<div style="border:3px solid #888aad">
Div here</div>

This div border color is #888aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888aad


Comments

No comments written yet.

Please login to write comment.