Color Hex Logo

#898cbd Color Hex

#898CBD
(137,140,189)
0 Favorites   0 Comments

Color spaces of #898cbd

RGB 137140189
HSL0.660.280.64
HSV237°28°74°
CMYK 0.280.260.00   0.26
XYZ28.879927.748751.9780
Yxy27.74870.26590.2555
Hunter Lab52.67705.6769-21.6293
CIE-Lab59.661010.0166-25.8587

#898cbd color RGB value is (137,140,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 10111101
Octal 211 214 275
Decimal 137 140 189
Hex 89 8C BD

RGB Percentages of Color #898cbd

%29.40
%30.04
%40.56

CMYK Percentages of Color #898cbd

%28
%26
%0
%26

Triadic Colors of #898cbd

#898cbd #bd898c #8cbd89

Analogous Colors of #898cbd

#898cbd #a089bd #89a6bd

Monochromatic Colors of #898cbd

#898cbd

Complementary Color

#898cbd #bdba89

#898cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cbd Color CSS Codes

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

#898cbd Text Font Color

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

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


#898cbd Background Color

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

This div background color is #898cbd


#898cbd Border Color

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

This div border color is #898cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cbd


Comments

No comments written yet.

Please login to write comment.