Color Hex Logo

#8990bd Color Hex

#8990BD
(137,144,189)
0 Favorites   0 Comments

Color spaces of #8990bd

RGB 137144189
HSL0.640.280.64
HSV232°28°74°
CMYK 0.280.240.00   0.26
XYZ29.475128.939052.1764
Yxy28.93900.26650.2617
Hunter Lab53.79503.6617-19.8496
CIE-Lab60.72787.7122-24.2181

#8990bd color RGB value is (137,144,189).

#8990bd hex color red value is 137, green value is 144 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #8990bd hue: 0.64 , saturation: 0.28 and the lightness value of 8990bd is 0.64.

The process color (four color CMYK) of #8990bd color hex is 0.28, 0.24, 0.00, 0.26. Web safe color of #8990bd is #9999cc. Color #8990bd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10010000 10111101
Octal 211 220 275
Decimal 137 144 189
Hex 89 90 BD

RGB Percentages of Color #8990bd

%29.15
%30.64
%40.21

CMYK Percentages of Color #8990bd

%28
%24
%0
%26

Triadic Colors of #8990bd

#8990bd #bd8990 #90bd89

Analogous Colors of #8990bd

#8990bd #9c89bd #89aabd

Monochromatic Colors of #8990bd

#8990bd

Complementary Color

#8990bd #bdb689

#8990bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8990bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8990bd Color CSS Codes

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

#8990bd Text Font Color

<p style="color:#8990bd">Text here</p>

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


#8990bd Background Color

<div style="background-color:#8990bd">
Div content here</div>

This div background color is #8990bd


#8990bd Border Color

<div style="border:3px solid #8990bd">
Div here</div>

This div border color is #8990bd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,144,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8990bd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8990bd;
  -webkit-box-shadow: 1px 1px 3px 2px #8990bd;
  box-shadow:         1px 1px 3px 2px #8990bd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8990bd


Comments

No comments written yet.

Please login to write comment.