Color Hex Logo

#877bab Color Hex

#877BAB
(135,123,171)
0 Favorites   0 Comments

Color spaces of #877bab

RGB 135123171
HSL0.710.220.58
HSV255°28°67°
CMYK 0.210.280.00   0.33
XYZ24.425322.257141.5368
Yxy22.25710.27690.2523
Hunter Lab47.17749.8548-19.1770
CIE-Lab54.298714.8735-23.8464

#877bab color RGB value is (135,123,171).

#877bab hex color red value is 135, green value is 123 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #877bab hue: 0.71 , saturation: 0.22 and the lightness value of 877bab is 0.58.

The process color (four color CMYK) of #877bab color hex is 0.21, 0.28, 0.00, 0.33. Web safe color of #877bab is #996699. Color #877bab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111011 10101011
Octal 207 173 253
Decimal 135 123 171
Hex 87 7B AB

RGB Percentages of Color #877bab

%31.47
%28.67
%39.86

CMYK Percentages of Color #877bab

%21
%28
%0
%33

Triadic Colors of #877bab

#877bab #ab877b #7bab87

Analogous Colors of #877bab

#877bab #9f7bab #7b87ab

Monochromatic Colors of #877bab

#877bab

Complementary Color

#877bab #9fab7b

#877bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#877bab Color CSS Codes

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

#877bab Text Font Color

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

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


#877bab Background Color

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

This div background color is #877bab


#877bab Border Color

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

This div border color is #877bab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877bab


Comments

No comments written yet.

Please login to write comment.