Color Hex Logo

#898dba Color Hex

#898DBA
(137,141,186)
0 Favorites   0 Comments

Color spaces of #898dba

RGB 137141186
HSL0.650.260.63
HSV235°26°73°
CMYK 0.260.240.00   0.27
XYZ28.704327.913350.3293
Yxy27.91330.26840.2610
Hunter Lab52.83304.5216-19.4971
CIE-Lab59.81038.6904-23.9308

#898dba color RGB value is (137,141,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001101 10111010
Octal 211 215 272
Decimal 137 141 186
Hex 89 8D BA

RGB Percentages of Color #898dba

%29.53
%30.39
%40.09

CMYK Percentages of Color #898dba

%26
%24
%0
%27

Triadic Colors of #898dba

#898dba #ba898d #8dba89

Analogous Colors of #898dba

#898dba #9e89ba #89a6ba

Monochromatic Colors of #898dba

#898dba

Complementary Color

#898dba #bab689

#898dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#898dba Color CSS Codes

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

#898dba Text Font Color

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

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


#898dba Background Color

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

This div background color is #898dba


#898dba Border Color

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

This div border color is #898dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898dba


Comments

No comments written yet.

Please login to write comment.