Color Hex Logo

#8b87bb Color Hex

#8B87BB
(139,135,187)
0 Favorites   0 Comments

Color spaces of #8b87bb

RGB 139135187
HSL0.680.280.63
HSV245°28°73°
CMYK 0.260.280.00   0.27
XYZ28.281126.404850.6198
Yxy26.40480.26860.2507
Hunter Lab51.38568.3163-22.4365
CIE-Lab58.419313.0294-26.6261

#8b87bb color RGB value is (139,135,187).

#8b87bb hex color red value is 139, green value is 135 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #8b87bb hue: 0.68 , saturation: 0.28 and the lightness value of 8b87bb is 0.63.

The process color (four color CMYK) of #8b87bb color hex is 0.26, 0.28, 0.00, 0.27. Web safe color of #8b87bb is #9999cc. Color #8b87bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 10000111 10111011
Octal 213 207 273
Decimal 139 135 187
Hex 8B 87 BB

RGB Percentages of Color #8b87bb

%30.15
%29.28
%40.56

CMYK Percentages of Color #8b87bb

%26
%28
%0
%27

Triadic Colors of #8b87bb

#8b87bb #bb8b87 #87bb8b

Analogous Colors of #8b87bb

#8b87bb #a587bb #879dbb

Monochromatic Colors of #8b87bb

#8b87bb

Complementary Color

#8b87bb #b7bb87

#8b87bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b87bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b87bb Color CSS Codes

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

#8b87bb Text Font Color

<p style="color:#8b87bb">Text here</p>

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


#8b87bb Background Color

<div style="background-color:#8b87bb">
Div content here</div>

This div background color is #8b87bb


#8b87bb Border Color

<div style="border:3px solid #8b87bb">
Div here</div>

This div border color is #8b87bb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,135,187, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b87bb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b87bb;
  -webkit-box-shadow: 1px 1px 3px 2px #8b87bb;
  box-shadow:         1px 1px 3px 2px #8b87bb; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b87bb


Comments

No comments written yet.

Please login to write comment.