Color Hex Logo

#899bdb Color Hex

#899BDB
(137,155,219)
0 Favorites   0 Comments

Color spaces of #899bdb

RGB 137155219
HSL0.630.530.70
HSV227°37°86°
CMYK 0.370.290.00   0.14
XYZ34.824133.875571.7210
Yxy33.87550.24800.2412
Hunter Lab58.20274.9463-32.3190
CIE-Lab64.86369.2308-34.5971

#899bdb color RGB value is (137,155,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10011011 11011011
Octal 211 233 333
Decimal 137 155 219
Hex 89 9B DB

RGB Percentages of Color #899bdb

%26.81
%30.33
%42.86

CMYK Percentages of Color #899bdb

%37
%29
%0
%14

Triadic Colors of #899bdb

#899bdb #db899b #9bdb89

Analogous Colors of #899bdb

#899bdb #a089db #89c4db

Monochromatic Colors of #899bdb

#899bdb

Complementary Color

#899bdb #dbc989

#899bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#899bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#899bdb Color CSS Codes

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

#899bdb Text Font Color

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

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


#899bdb Background Color

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

This div background color is #899bdb


#899bdb Border Color

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

This div border color is #899bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #899bdb


Comments

No comments written yet.

Please login to write comment.