Color Hex Logo

#898bfe Color Hex

#898BFE
(137,139,254)
0 Favorites   0 Comments

Color spaces of #898bfe

RGB 137139254
HSL0.660.980.77
HSV239°46°100°
CMYK 0.460.450.00   0.00
XYZ37.438530.939497.7646
Yxy30.93940.22530.1862
Hunter Lab55.623222.8030-65.2732
CIE-Lab62.456428.3448-57.6769

#898bfe color RGB value is (137,139,254).

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

The process color (four color CMYK) of #898bfe color hex is 0.46, 0.45, 0.00, 0.00. Web safe color of #898bfe is #9999ff. Color #898bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 11111110
Octal 211 213 376
Decimal 137 139 254
Hex 89 8B FE

RGB Percentages of Color #898bfe

%25.85
%26.23
%47.92

CMYK Percentages of Color #898bfe

%46
%45
%0
%0

Triadic Colors of #898bfe

#898bfe #fe898b #8bfe89

Analogous Colors of #898bfe

#898bfe #c289fe #89c6fe

Monochromatic Colors of #898bfe

#898bfe

Complementary Color

#898bfe #fefc89

#898bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bfe Color CSS Codes

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

#898bfe Text Font Color

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

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


#898bfe Background Color

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

This div background color is #898bfe


#898bfe Border Color

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

This div border color is #898bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bfe


Comments

No comments written yet.

Please login to write comment.