Color Hex Logo

#898cba Color Hex

#898CBA
(137,140,186)
0 Favorites   0 Comments

Color spaces of #898cba

RGB 137140186
HSL0.660.260.63
HSV236°26°73°
CMYK 0.260.250.00   0.27
XYZ28.557527.619750.2804
Yxy27.61970.26830.2594
Hunter Lab52.55445.0246-19.9364
CIE-Lab59.54369.2673-24.3406

#898cba color RGB value is (137,140,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 10111010
Octal 211 214 272
Decimal 137 140 186
Hex 89 8C BA

RGB Percentages of Color #898cba

%29.59
%30.24
%40.17

CMYK Percentages of Color #898cba

%26
%25
%0
%27

Triadic Colors of #898cba

#898cba #ba898c #8cba89

Analogous Colors of #898cba

#898cba #9f89ba #89a5ba

Monochromatic Colors of #898cba

#898cba

Complementary Color

#898cba #bab789

#898cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#898cba Color CSS Codes

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

#898cba Text Font Color

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

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


#898cba Background Color

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

This div background color is #898cba


#898cba Border Color

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

This div border color is #898cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898cba


Comments

No comments written yet.

Please login to write comment.