Color Hex Logo

#8489ad Color Hex

#8489AD
(132,137,173)
0 Favorites   0 Comments

Color spaces of #8489ad

RGB 132137173
HSL0.650.200.60
HSV233°24°68°
CMYK 0.240.210.00   0.32
XYZ26.004225.814043.1472
Yxy25.81400.27380.2718
Hunter Lab50.80752.4465-14.7856
CIE-Lab57.86016.2300-19.5570

#8489ad color RGB value is (132,137,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 10001001 10101101
Octal 204 211 255
Decimal 132 137 173
Hex 84 89 AD

RGB Percentages of Color #8489ad

%29.86
%31.00
%39.14

CMYK Percentages of Color #8489ad

%24
%21
%0
%32

Triadic Colors of #8489ad

#8489ad #ad8489 #89ad84

Analogous Colors of #8489ad

#8489ad #9484ad #849ead

Monochromatic Colors of #8489ad

#8489ad

Complementary Color

#8489ad #ada884

#8489ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8489ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8489ad Color CSS Codes

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

#8489ad Text Font Color

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

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


#8489ad Background Color

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

This div background color is #8489ad


#8489ad Border Color

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

This div border color is #8489ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8489ad


Comments

No comments written yet.

Please login to write comment.