Color Hex Logo

#898fdb Color Hex

#898FDB
(137,143,219)
0 Favorites   0 Comments

Color spaces of #898fdb

RGB 137143219
HSL0.650.530.70
HSV236°37°86°
CMYK 0.370.350.00   0.14
XYZ32.925230.077871.0881
Yxy30.07780.24550.2243
Hunter Lab54.843211.1870-38.4618
CIE-Lab61.721316.1504-39.5016

#898fdb color RGB value is (137,143,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001111 11011011
Octal 211 217 333
Decimal 137 143 219
Hex 89 8F DB

RGB Percentages of Color #898fdb

%27.45
%28.66
%43.89

CMYK Percentages of Color #898fdb

%37
%35
%0
%14

Triadic Colors of #898fdb

#898fdb #db898f #8fdb89

Analogous Colors of #898fdb

#898fdb #ac89db #89b8db

Monochromatic Colors of #898fdb

#898fdb

Complementary Color

#898fdb #dbd589

#898fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#898fdb Color CSS Codes

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

#898fdb Text Font Color

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

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


#898fdb Background Color

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

This div background color is #898fdb


#898fdb Border Color

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

This div border color is #898fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898fdb


Comments

No comments written yet.

Please login to write comment.