Color Hex Logo

#899ffa Color Hex

#899FFA
(137,159,250)
0 Favorites   0 Comments

Color spaces of #899ffa

RGB 137159250
HSL0.630.920.76
HSV228°45°98°
CMYK 0.450.360.00   0.02
XYZ39.970037.016895.4808
Yxy37.01680.23180.2146
Hunter Lab60.841410.7937-50.4571
CIE-Lab67.289615.5937-47.8295

#899ffa color RGB value is (137,159,250).

#899ffa hex color red value is 137, green value is 159 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #899ffa hue: 0.63 , saturation: 0.92 and the lightness value of 899ffa is 0.76.

The process color (four color CMYK) of #899ffa color hex is 0.45, 0.36, 0.00, 0.02. Web safe color of #899ffa is #9999ff. Color #899ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 11111010
Octal 211 237 372
Decimal 137 159 250
Hex 89 9F FA

RGB Percentages of Color #899ffa

%25.09
%29.12
%45.79

CMYK Percentages of Color #899ffa

%45
%36
%0
%2

Triadic Colors of #899ffa

#899ffa #fa899f #9ffa89

Analogous Colors of #899ffa

#899ffa #ac89fa #89d8fa

Monochromatic Colors of #899ffa

#899ffa

Complementary Color

#899ffa #fae489

#899ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#899ffa Color CSS Codes

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

#899ffa Text Font Color

<p style="color:#899ffa">Text here</p>

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


#899ffa Background Color

<div style="background-color:#899ffa">
Div content here</div>

This div background color is #899ffa


#899ffa Border Color

<div style="border:3px solid #899ffa">
Div here</div>

This div border color is #899ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(137,159,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #899ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #899ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #899ffa;
  box-shadow:         1px 1px 3px 2px #899ffa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899ffa


Comments

No comments written yet.

Please login to write comment.