Color Hex Logo

#898cbb Color Hex

#898CBB
(137,140,187)
0 Favorites   0 Comments

Color spaces of #898cbb

RGB 137140187
HSL0.660.270.64
HSV236°27°73°
CMYK 0.270.250.00   0.27
XYZ28.664327.662450.8423
Yxy27.66240.26750.2581
Hunter Lab52.59515.2411-20.4976
CIE-Lab59.58259.5165-24.8472

#898cbb color RGB value is (137,140,187).

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

The process color (four color CMYK) of #898cbb color hex is 0.27, 0.25, 0.00, 0.27. Web safe color of #898cbb is #9999cc. Color #898cbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 10111011
Octal 211 214 273
Decimal 137 140 187
Hex 89 8C BB

RGB Percentages of Color #898cbb

%29.53
%30.17
%40.30

CMYK Percentages of Color #898cbb

%27
%25
%0
%27

Triadic Colors of #898cbb

#898cbb #bb898c #8cbb89

Analogous Colors of #898cbb

#898cbb #9f89bb #89a5bb

Monochromatic Colors of #898cbb

#898cbb

Complementary Color

#898cbb #bbb889

#898cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cbb Color CSS Codes

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

#898cbb Text Font Color

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

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


#898cbb Background Color

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

This div background color is #898cbb


#898cbb Border Color

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

This div border color is #898cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cbb


Comments

No comments written yet.

Please login to write comment.