Color Hex Logo

#877fba Color Hex

#877FBA
(135,127,186)
0 Favorites   0 Comments

Color spaces of #877fba

RGB 135127186
HSL0.690.300.61
HSV248°32°73°
CMYK 0.270.320.00   0.27
XYZ26.444023.874849.6689
Yxy23.87480.26450.2388
Hunter Lab48.861811.0959-26.0660
CIE-Lab55.962216.2301-29.8861

#877fba color RGB value is (135,127,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111111 10111010
Octal 207 177 272
Decimal 135 127 186
Hex 87 7F BA

RGB Percentages of Color #877fba

%30.13
%28.35
%41.52

CMYK Percentages of Color #877fba

%27
%32
%0
%27

Triadic Colors of #877fba

#877fba #ba877f #7fba87

Analogous Colors of #877fba

#877fba #a57fba #7f95ba

Monochromatic Colors of #877fba

#877fba

Complementary Color

#877fba #b2ba7f

#877fba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877fba Color Preview on White Background

Lorem ipsum dolor sit amet.

#877fba Color CSS Codes

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

#877fba Text Font Color

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

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


#877fba Background Color

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

This div background color is #877fba


#877fba Border Color

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

This div border color is #877fba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877fba


Comments

No comments written yet.

Please login to write comment.