Color Hex Logo

#898edb Color Hex

#898EDB
(137,142,219)
0 Favorites   0 Comments

Color spaces of #898edb

RGB 137142219
HSL0.660.530.70
HSV236°37°86°
CMYK 0.370.350.00   0.14
XYZ32.775729.778871.0383
Yxy29.77880.24530.2229
Hunter Lab54.570011.7129-38.9838
CIE-Lab61.462916.7319-39.9065

#898edb color RGB value is (137,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10001110 11011011
Octal 211 216 333
Decimal 137 142 219
Hex 89 8E DB

RGB Percentages of Color #898edb

%27.51
%28.51
%43.98

CMYK Percentages of Color #898edb

%37
%35
%0
%14

Triadic Colors of #898edb

#898edb #db898e #8edb89

Analogous Colors of #898edb

#898edb #ad89db #89b7db

Monochromatic Colors of #898edb

#898edb

Complementary Color

#898edb #dbd689

#898edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#898edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#898edb Color CSS Codes

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

#898edb Text Font Color

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

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


#898edb Background Color

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

This div background color is #898edb


#898edb Border Color

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

This div border color is #898edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #898edb


Comments

No comments written yet.

Please login to write comment.