Color Hex Logo

#877bbd Color Hex

#877BBD
(135,123,189)
0 Favorites   0 Comments

Color spaces of #877bbd

RGB 135123189
HSL0.700.330.61
HSV251°35°74°
CMYK 0.290.350.00   0.26
XYZ26.259922.990951.1978
Yxy22.99090.26140.2289
Hunter Lab47.948813.8478-29.7433
CIE-Lab55.063019.3470-33.0003

#877bbd color RGB value is (135,123,189).

#877bbd hex color red value is 135, green value is 123 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #877bbd hue: 0.70 , saturation: 0.33 and the lightness value of 877bbd is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111011 10111101
Octal 207 173 275
Decimal 135 123 189
Hex 87 7B BD

RGB Percentages of Color #877bbd

%30.20
%27.52
%42.28

CMYK Percentages of Color #877bbd

%29
%35
%0
%26

Triadic Colors of #877bbd

#877bbd #bd877b #7bbd87

Analogous Colors of #877bbd

#877bbd #a87bbd #7b90bd

Monochromatic Colors of #877bbd

#877bbd

Complementary Color

#877bbd #b1bd7b

#877bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#877bbd Color CSS Codes

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

#877bbd Text Font Color

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

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


#877bbd Background Color

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

This div background color is #877bbd


#877bbd Border Color

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

This div border color is #877bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877bbd


Comments

No comments written yet.

Please login to write comment.