Color Hex Logo

#899fdb Color Hex

#899FDB
(137,159,219)
0 Favorites   0 Comments

Color spaces of #899fdb

RGB 137159219
HSL0.620.530.70
HSV224°37°86°
CMYK 0.370.270.00   0.14
XYZ35.500835.229171.9466
Yxy35.22910.24880.2469
Hunter Lab59.35412.8945-30.3210
CIE-Lab65.92666.9514-32.9466

#899fdb color RGB value is (137,159,219).

#899fdb hex color red value is 137, green value is 159 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #899fdb hue: 0.62 , saturation: 0.53 and the lightness value of 899fdb is 0.70.

The process color (four color CMYK) of #899fdb color hex is 0.37, 0.27, 0.00, 0.14. Web safe color of #899fdb is #9999cc. Color #899fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011111 11011011
Octal 211 237 333
Decimal 137 159 219
Hex 89 9F DB

RGB Percentages of Color #899fdb

%26.60
%30.87
%42.52

CMYK Percentages of Color #899fdb

%37
%27
%0
%14

Triadic Colors of #899fdb

#899fdb #db899f #9fdb89

Analogous Colors of #899fdb

#899fdb #9c89db #89c8db

Monochromatic Colors of #899fdb

#899fdb

Complementary Color

#899fdb #dbc589

#899fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#899fdb Color CSS Codes

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

#899fdb Text Font Color

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

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


#899fdb Background Color

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

This div background color is #899fdb


#899fdb Border Color

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

This div border color is #899fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899fdb


Comments

No comments written yet.

Please login to write comment.