Color Hex Logo

#876cba Color Hex

#876CBA
(135,108,186)
0 Favorites   0 Comments

Color spaces of #876cba

RGB 135108186
HSL0.720.360.58
HSV261°42°73°
CMYK 0.270.420.00   0.27
XYZ24.217219.421248.9267
Yxy19.42120.26160.2098
Hunter Lab44.069520.9683-34.9761
CIE-Lab51.176427.4266-37.3668

#876cba color RGB value is (135,108,186).

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

The process color (four color CMYK) of #876cba color hex is 0.27, 0.42, 0.00, 0.27. Web safe color of #876cba is #9966cc. Color #876cba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101100 10111010
Octal 207 154 272
Decimal 135 108 186
Hex 87 6C BA

RGB Percentages of Color #876cba

%31.47
%25.17
%43.36

CMYK Percentages of Color #876cba

%27
%42
%0
%27

Triadic Colors of #876cba

#876cba #ba876c #6cba87

Analogous Colors of #876cba

#876cba #ae6cba #6c78ba

Monochromatic Colors of #876cba

#876cba

Complementary Color

#876cba #9fba6c

#876cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#876cba Color CSS Codes

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

#876cba Text Font Color

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

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


#876cba Background Color

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

This div background color is #876cba


#876cba Border Color

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

This div border color is #876cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876cba


Comments

No comments written yet.

Please login to write comment.