Color Hex Logo

#898dbd Color Hex

#898DBD
(137,141,189)
0 Favorites   0 Comments

Color spaces of #898dbd

RGB 137141189
HSL0.650.280.64
HSV235°28°74°
CMYK 0.280.250.00   0.26
XYZ29.026728.042252.0269
Yxy28.04220.26610.2570
Hunter Lab52.95495.1720-21.1826
CIE-Lab59.92689.4394-25.4494

#898dbd color RGB value is (137,141,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001101 10111101
Octal 211 215 275
Decimal 137 141 189
Hex 89 8D BD

RGB Percentages of Color #898dbd

%29.34
%30.19
%40.47

CMYK Percentages of Color #898dbd

%28
%25
%0
%26

Triadic Colors of #898dbd

#898dbd #bd898d #8dbd89

Analogous Colors of #898dbd

#898dbd #9f89bd #89a7bd

Monochromatic Colors of #898dbd

#898dbd

Complementary Color

#898dbd #bdb989

#898dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#898dbd Color CSS Codes

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

#898dbd Text Font Color

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

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


#898dbd Background Color

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

This div background color is #898dbd


#898dbd Border Color

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

This div border color is #898dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898dbd


Comments

No comments written yet.

Please login to write comment.