Color Hex Logo

#8987be Color Hex

#8987BE
(137,135,190)
0 Favorites   0 Comments

Color spaces of #8987be

RGB 137135190
HSL0.670.300.64
HSV242°29°75°
CMYK 0.280.290.00   0.25
XYZ28.274826.364052.3137
Yxy26.36400.26440.2465
Hunter Lab51.34598.4399-24.4654
CIE-Lab58.381013.1699-28.4015

#8987be color RGB value is (137,135,190).

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

The process color (four color CMYK) of #8987be color hex is 0.28, 0.29, 0.00, 0.25. Web safe color of #8987be is #9999cc. Color #8987be contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001001 10000111 10111110
Octal 211 207 276
Decimal 137 135 190
Hex 89 87 BE

RGB Percentages of Color #8987be

%29.65
%29.22
%41.13

CMYK Percentages of Color #8987be

%28
%29
%0
%25

Triadic Colors of #8987be

#8987be #be8987 #87be89

Analogous Colors of #8987be

#8987be #a587be #87a1be

Monochromatic Colors of #8987be

#8987be

Complementary Color

#8987be #bcbe87

#8987be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8987be Color Preview on White Background

Lorem ipsum dolor sit amet.

#8987be Color CSS Codes

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

#8987be Text Font Color

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

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


#8987be Background Color

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

This div background color is #8987be


#8987be Border Color

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

This div border color is #8987be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8987be


Comments

No comments written yet.

Please login to write comment.