Color Hex Logo

#8987dd Color Hex

#8987DD
(137,135,221)
0 Favorites   0 Comments

Color spaces of #8987dd

RGB 137135221
HSL0.670.560.70
HSV241°39°87°
CMYK 0.380.390.00   0.13
XYZ32.031627.866872.0972
Yxy27.86680.24270.2111
Hunter Lab52.789015.9304-44.0237
CIE-Lab59.768221.3628-43.6860

#8987dd color RGB value is (137,135,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 11011101
Octal 211 207 335
Decimal 137 135 221
Hex 89 87 DD

RGB Percentages of Color #8987dd

%27.79
%27.38
%44.83

CMYK Percentages of Color #8987dd

%38
%39
%0
%13

Triadic Colors of #8987dd

#8987dd #dd8987 #87dd89

Analogous Colors of #8987dd

#8987dd #b487dd #87b0dd

Monochromatic Colors of #8987dd

#8987dd

Complementary Color

#8987dd #dbdd87

#8987dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8987dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8987dd Color CSS Codes

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

#8987dd Text Font Color

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

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


#8987dd Background Color

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

This div background color is #8987dd


#8987dd Border Color

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

This div border color is #8987dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8987dd


Comments

No comments written yet.

Please login to write comment.