Color Hex Logo

#888dad Color Hex

#888DAD
(136,141,173)
0 Favorites   0 Comments

Color spaces of #888dad

RGB 136141173
HSL0.640.180.61
HSV232°21°68°
CMYK 0.210.180.00   0.32
XYZ27.221027.301143.3701
Yxy27.30110.27810.2789
Hunter Lab52.25051.5551-12.6379
CIE-Lab59.25205.2162-17.4096

#888dad color RGB value is (136,141,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001101 10101101
Octal 210 215 255
Decimal 136 141 173
Hex 88 8D AD

RGB Percentages of Color #888dad

%30.22
%31.33
%38.44

CMYK Percentages of Color #888dad

%21
%18
%0
%32

Triadic Colors of #888dad

#888dad #ad888d #8dad88

Analogous Colors of #888dad

#888dad #9688ad #88a0ad

Monochromatic Colors of #888dad

#888dad

Complementary Color

#888dad #ada888

#888dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#888dad Color CSS Codes

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

#888dad Text Font Color

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

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


#888dad Background Color

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

This div background color is #888dad


#888dad Border Color

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

This div border color is #888dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888dad


Comments

No comments written yet.

Please login to write comment.