Color Hex Logo

#898ceb Color Hex

#898CEB
(137,140,235)
0 Favorites   0 Comments

Color spaces of #898ceb

RGB 137140235
HSL0.660.710.73
HSV238°42°92°
CMYK 0.420.400.00   0.08
XYZ34.690030.072782.5735
Yxy30.07270.23540.2041
Hunter Lab54.838616.9487-50.8892
CIE-Lab61.716922.3344-48.3908

#898ceb color RGB value is (137,140,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001100 11101011
Octal 211 214 353
Decimal 137 140 235
Hex 89 8C EB

RGB Percentages of Color #898ceb

%26.76
%27.34
%45.90

CMYK Percentages of Color #898ceb

%42
%40
%0
%8

Triadic Colors of #898ceb

#898ceb #eb898c #8ceb89

Analogous Colors of #898ceb

#898ceb #b789eb #89bdeb

Monochromatic Colors of #898ceb

#898ceb

Complementary Color

#898ceb #ebe889

#898ceb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898ceb Color Preview on White Background

Lorem ipsum dolor sit amet.

#898ceb Color CSS Codes

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

#898ceb Text Font Color

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

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


#898ceb Background Color

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

This div background color is #898ceb


#898ceb Border Color

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

This div border color is #898ceb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898ceb


Comments

No comments written yet.

Please login to write comment.