Color Hex Logo

#898bfc Color Hex

#898BFC
(137,139,252)
0 Favorites   0 Comments

Color spaces of #898bfc

RGB 137139252
HSL0.660.950.76
HSV239°46°99°
CMYK 0.460.450.00   0.01
XYZ37.119830.811996.0863
Yxy30.81190.22630.1879
Hunter Lab55.508522.2273-63.7763
CIE-Lab62.348527.7670-56.7525

#898bfc color RGB value is (137,139,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001011 11111100
Octal 211 213 374
Decimal 137 139 252
Hex 89 8B FC

RGB Percentages of Color #898bfc

%25.95
%26.33
%47.73

CMYK Percentages of Color #898bfc

%46
%45
%0
%1

Triadic Colors of #898bfc

#898bfc #fc898b #8bfc89

Analogous Colors of #898bfc

#898bfc #c189fc #89c5fc

Monochromatic Colors of #898bfc

#898bfc

Complementary Color

#898bfc #fcfa89

#898bfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898bfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#898bfc Color CSS Codes

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

#898bfc Text Font Color

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

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


#898bfc Background Color

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

This div background color is #898bfc


#898bfc Border Color

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

This div border color is #898bfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898bfc


Comments

No comments written yet.

Please login to write comment.