Color Hex Logo

#898fbd Color Hex

#898FBD
(137,143,189)
0 Favorites   0 Comments

Color spaces of #898fbd

RGB 137143189
HSL0.650.280.64
HSV233°28°74°
CMYK 0.280.240.00   0.26
XYZ29.324328.637452.1261
Yxy28.63740.26640.2601
Hunter Lab53.51394.1642-20.2926
CIE-Lab60.46038.2870-24.6290

#898fbd color RGB value is (137,143,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 10111101
Octal 211 217 275
Decimal 137 143 189
Hex 89 8F BD

RGB Percentages of Color #898fbd

%29.21
%30.49
%40.30

CMYK Percentages of Color #898fbd

%28
%24
%0
%26

Triadic Colors of #898fbd

#898fbd #bd898f #8fbd89

Analogous Colors of #898fbd

#898fbd #9d89bd #89a9bd

Monochromatic Colors of #898fbd

#898fbd

Complementary Color

#898fbd #bdb789

#898fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fbd Color CSS Codes

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

#898fbd Text Font Color

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

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


#898fbd Background Color

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

This div background color is #898fbd


#898fbd Border Color

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

This div border color is #898fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fbd


Comments

No comments written yet.

Please login to write comment.