Color Hex Logo

#876bbd Color Hex

#876BBD
(135,107,189)
0 Favorites   0 Comments

Color spaces of #876bbd

RGB 135107189
HSL0.720.380.58
HSV260°43°74°
CMYK 0.290.430.00   0.26
XYZ24.434719.340450.5893
Yxy19.34040.25890.2050
Hunter Lab43.977722.2163-37.4192
CIE-Lab51.083128.7748-39.2436

#876bbd color RGB value is (135,107,189).

#876bbd hex color red value is 135, green value is 107 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #876bbd hue: 0.72 , saturation: 0.38 and the lightness value of 876bbd is 0.58.

The process color (four color CMYK) of #876bbd color hex is 0.29, 0.43, 0.00, 0.26. Web safe color of #876bbd is #9966cc. Color #876bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101011 10111101
Octal 207 153 275
Decimal 135 107 189
Hex 87 6B BD

RGB Percentages of Color #876bbd

%31.32
%24.83
%43.85

CMYK Percentages of Color #876bbd

%29
%43
%0
%26

Triadic Colors of #876bbd

#876bbd #bd876b #6bbd87

Analogous Colors of #876bbd

#876bbd #b06bbd #6b78bd

Monochromatic Colors of #876bbd

#876bbd

Complementary Color

#876bbd #a1bd6b

#876bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#876bbd Color CSS Codes

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

#876bbd Text Font Color

<p style="color:#876bbd">Text here</p>

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


#876bbd Background Color

<div style="background-color:#876bbd">
Div content here</div>

This div background color is #876bbd


#876bbd Border Color

<div style="border:3px solid #876bbd">
Div here</div>

This div border color is #876bbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,107,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876bbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876bbd;
  -webkit-box-shadow: 1px 1px 3px 2px #876bbd;
  box-shadow:         1px 1px 3px 2px #876bbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876bbd


Comments

No comments written yet.

Please login to write comment.