Color Hex Logo

#898fbe Color Hex

#898FBE
(137,143,190)
0 Favorites   0 Comments

Color spaces of #898fbe

RGB 137143190
HSL0.650.290.64
HSV233°28°75°
CMYK 0.280.250.00   0.25
XYZ29.433328.681052.6999
Yxy28.68100.26560.2588
Hunter Lab53.55464.3819-20.8555
CIE-Lab60.49918.5379-25.1341

#898fbe color RGB value is (137,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 10111110
Octal 211 217 276
Decimal 137 143 190
Hex 89 8F BE

RGB Percentages of Color #898fbe

%29.15
%30.43
%40.43

CMYK Percentages of Color #898fbe

%28
%25
%0
%25

Triadic Colors of #898fbe

#898fbe #be898f #8fbe89

Analogous Colors of #898fbe

#898fbe #9e89be #89aabe

Monochromatic Colors of #898fbe

#898fbe

Complementary Color

#898fbe #beb889

#898fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fbe Color CSS Codes

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

#898fbe Text Font Color

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

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


#898fbe Background Color

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

This div background color is #898fbe


#898fbe Border Color

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

This div border color is #898fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fbe


Comments

No comments written yet.

Please login to write comment.