Color Hex Logo

#898beb Color Hex

#898BEB
(137,139,235)
0 Favorites   0 Comments

Color spaces of #898beb

RGB 137139235
HSL0.660.710.73
HSV239°42°92°
CMYK 0.420.410.00   0.08
XYZ34.544529.781882.5250
Yxy29.78180.23520.2028
Hunter Lab54.572717.4882-51.4576
CIE-Lab61.465522.9178-48.7885

#898beb color RGB value is (137,139,235).

#898beb hex color red value is 137, green value is 139 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #898beb hue: 0.66 , saturation: 0.71 and the lightness value of 898beb is 0.73.

The process color (four color CMYK) of #898beb color hex is 0.42, 0.41, 0.00, 0.08. Web safe color of #898beb is #9999ff. Color #898beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 11101011
Octal 211 213 353
Decimal 137 139 235
Hex 89 8B EB

RGB Percentages of Color #898beb

%26.81
%27.20
%45.99

CMYK Percentages of Color #898beb

%42
%41
%0
%8

Triadic Colors of #898beb

#898beb #eb898b #8beb89

Analogous Colors of #898beb

#898beb #b889eb #89bceb

Monochromatic Colors of #898beb

#898beb

Complementary Color

#898beb #ebe989

#898beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#898beb Color CSS Codes

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

#898beb Text Font Color

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

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


#898beb Background Color

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

This div background color is #898beb


#898beb Border Color

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

This div border color is #898beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898beb


Comments

No comments written yet.

Please login to write comment.