Color Hex Logo

#8789ad Color Hex

#8789AD
(135,137,173)
0 Favorites   0 Comments

Color spaces of #8789ad

RGB 135137173
HSL0.660.190.60
HSV237°22°68°
CMYK 0.220.210.00   0.32
XYZ26.480226.059343.1695
Yxy26.05930.27670.2723
Hunter Lab51.04833.2584-14.4053
CIE-Lab58.09337.1933-19.1802

#8789ad color RGB value is (135,137,173).

#8789ad hex color red value is 135, green value is 137 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8789ad hue: 0.66 , saturation: 0.19 and the lightness value of 8789ad is 0.60.

The process color (four color CMYK) of #8789ad color hex is 0.22, 0.21, 0.00, 0.32. Web safe color of #8789ad is #999999. Color #8789ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 10001001 10101101
Octal 207 211 255
Decimal 135 137 173
Hex 87 89 AD

RGB Percentages of Color #8789ad

%30.34
%30.79
%38.88

CMYK Percentages of Color #8789ad

%22
%21
%0
%32

Triadic Colors of #8789ad

#8789ad #ad8789 #89ad87

Analogous Colors of #8789ad

#8789ad #9887ad #879cad

Monochromatic Colors of #8789ad

#8789ad

Complementary Color

#8789ad #adab87

#8789ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8789ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8789ad Color CSS Codes

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

#8789ad Text Font Color

<p style="color:#8789ad">Text here</p>

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


#8789ad Background Color

<div style="background-color:#8789ad">
Div content here</div>

This div background color is #8789ad


#8789ad Border Color

<div style="border:3px solid #8789ad">
Div here</div>

This div border color is #8789ad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,137,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8789ad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8789ad;
  -webkit-box-shadow: 1px 1px 3px 2px #8789ad;
  box-shadow:         1px 1px 3px 2px #8789ad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,137,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 #8789ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8789ad


Comments

No comments written yet.

Please login to write comment.