Color Hex Logo

#876dbb Color Hex

#876DBB
(135,109,187)
0 Favorites   0 Comments

Color spaces of #876dbb

RGB 135109187
HSL0.720.360.58
HSV260°42°73°
CMYK 0.280.420.00   0.27
XYZ24.430019.676049.5240
Yxy19.67600.26090.2101
Hunter Lab44.357620.6831-35.1452
CIE-Lab51.468927.0915-37.4834

#876dbb color RGB value is (135,109,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101101 10111011
Octal 207 155 273
Decimal 135 109 187
Hex 87 6D BB

RGB Percentages of Color #876dbb

%31.32
%25.29
%43.39

CMYK Percentages of Color #876dbb

%28
%42
%0
%27

Triadic Colors of #876dbb

#876dbb #bb876d #6dbb87

Analogous Colors of #876dbb

#876dbb #ae6dbb #6d7abb

Monochromatic Colors of #876dbb

#876dbb

Complementary Color

#876dbb #a1bb6d

#876dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#876dbb Color CSS Codes

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

#876dbb Text Font Color

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

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


#876dbb Background Color

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

This div background color is #876dbb


#876dbb Border Color

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

This div border color is #876dbb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,109,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 #876dbb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876dbb


Comments

No comments written yet.

Please login to write comment.