Color Hex Logo

#8589ac Color Hex

#8589AC
(133,137,172)
0 Favorites   0 Comments

Color spaces of #8589ac

RGB 133137172
HSL0.650.190.60
HSV234°23°67°
CMYK 0.230.200.00   0.33
XYZ26.064925.856442.6467
Yxy25.85640.27560.2734
Hunter Lab50.84922.5116-14.1315
CIE-Lab57.90056.3082-18.9171

#8589ac color RGB value is (133,137,172).

#8589ac hex color red value is 133, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8589ac hue: 0.65 , saturation: 0.19 and the lightness value of 8589ac is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10000101 10001001 10101100
Octal 205 211 254
Decimal 133 137 172
Hex 85 89 AC

RGB Percentages of Color #8589ac

%30.09
%31.00
%38.91

CMYK Percentages of Color #8589ac

%23
%20
%0
%33

Triadic Colors of #8589ac

#8589ac #ac8589 #89ac85

Analogous Colors of #8589ac

#8589ac #9585ac #859dac

Monochromatic Colors of #8589ac

#8589ac

Complementary Color

#8589ac #aca885

#8589ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8589ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8589ac Color CSS Codes

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

#8589ac Text Font Color

<p style="color:#8589ac">Text here</p>

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


#8589ac Background Color

<div style="background-color:#8589ac">
Div content here</div>

This div background color is #8589ac


#8589ac Border Color

<div style="border:3px solid #8589ac">
Div here</div>

This div border color is #8589ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,137,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8589ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8589ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8589ac;
  box-shadow:         1px 1px 3px 2px #8589ac; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8589ac


Comments

No comments written yet.

Please login to write comment.