Color Hex Logo

#877cba Color Hex

#877CBA
(135,124,186)
0 Favorites   0 Comments

Color spaces of #877cba

RGB 135124186
HSL0.700.310.61
HSV251°33°73°
CMYK 0.270.330.00   0.27
XYZ26.062323.111449.5417
Yxy23.11140.26400.2341
Hunter Lab48.074312.6393-27.4477
CIE-Lab55.186917.9939-31.0913

#877cba color RGB value is (135,124,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111100 10111010
Octal 207 174 272
Decimal 135 124 186
Hex 87 7C BA

RGB Percentages of Color #877cba

%30.34
%27.87
%41.80

CMYK Percentages of Color #877cba

%27
%33
%0
%27

Triadic Colors of #877cba

#877cba #ba877c #7cba87

Analogous Colors of #877cba

#877cba #a67cba #7c90ba

Monochromatic Colors of #877cba

#877cba

Complementary Color

#877cba #afba7c

#877cba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877cba Color Preview on White Background

Lorem ipsum dolor sit amet.

#877cba Color CSS Codes

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

#877cba Text Font Color

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

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


#877cba Background Color

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

This div background color is #877cba


#877cba Border Color

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

This div border color is #877cba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877cba


Comments

No comments written yet.

Please login to write comment.