Color Hex Logo

#8987db Color Hex

#8987DB
(137,135,219)
0 Favorites   0 Comments

Color spaces of #8987db

RGB 137135219
HSL0.670.540.69
HSV241°38°86°
CMYK 0.370.380.00   0.14
XYZ31.766727.760870.7019
Yxy27.76080.24390.2132
Hunter Lab52.688515.4154-42.6784
CIE-Lab59.672020.8156-42.7200

#8987db color RGB value is (137,135,219).

#8987db hex color red value is 137, green value is 135 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #8987db hue: 0.67 , saturation: 0.54 and the lightness value of 8987db is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 11011011
Octal 211 207 333
Decimal 137 135 219
Hex 89 87 DB

RGB Percentages of Color #8987db

%27.90
%27.49
%44.60

CMYK Percentages of Color #8987db

%37
%38
%0
%14

Triadic Colors of #8987db

#8987db #db8987 #87db89

Analogous Colors of #8987db

#8987db #b387db #87afdb

Monochromatic Colors of #8987db

#8987db

Complementary Color

#8987db #d9db87

#8987db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8987db Color Preview on White Background

Lorem ipsum dolor sit amet.

#8987db Color CSS Codes

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

#8987db Text Font Color

<p style="color:#8987db">Text here</p>

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


#8987db Background Color

<div style="background-color:#8987db">
Div content here</div>

This div background color is #8987db


#8987db Border Color

<div style="border:3px solid #8987db">
Div here</div>

This div border color is #8987db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8987db


Comments

No comments written yet.

Please login to write comment.