Color Hex Logo

#898bbd Color Hex

#898BBD
(137,139,189)
0 Favorites   0 Comments

Color spaces of #898bbd

RGB 137139189
HSL0.660.280.64
HSV238°28°74°
CMYK 0.280.260.00   0.26
XYZ28.734527.457751.9295
Yxy27.45770.26580.2540
Hunter Lab52.40016.1834-22.0775
CIE-Lab59.395610.5956-26.2676

#898bbd color RGB value is (137,139,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 10111101
Octal 211 213 275
Decimal 137 139 189
Hex 89 8B BD

RGB Percentages of Color #898bbd

%29.46
%29.89
%40.65

CMYK Percentages of Color #898bbd

%28
%26
%0
%26

Triadic Colors of #898bbd

#898bbd #bd898b #8bbd89

Analogous Colors of #898bbd

#898bbd #a189bd #89a5bd

Monochromatic Colors of #898bbd

#898bbd

Complementary Color

#898bbd #bdbb89

#898bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bbd Color CSS Codes

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

#898bbd Text Font Color

<p style="color:#898bbd">Text here</p>

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


#898bbd Background Color

<div style="background-color:#898bbd">
Div content here</div>

This div background color is #898bbd


#898bbd Border Color

<div style="border:3px solid #898bbd">
Div here</div>

This div border color is #898bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bbd


Comments

No comments written yet.

Please login to write comment.