Color Hex Logo

#877abb Color Hex

#877ABB
(135,122,187)
0 Favorites   0 Comments

Color spaces of #877abb

RGB 135122187
HSL0.700.320.61
HSV252°35°73°
CMYK 0.280.350.00   0.27
XYZ25.920822.657850.0209
Yxy22.65780.26290.2298
Hunter Lab47.600213.9022-28.9850
CIE-Lab54.718119.4256-32.3940

#877abb color RGB value is (135,122,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 10111011
Octal 207 172 273
Decimal 135 122 187
Hex 87 7A BB

RGB Percentages of Color #877abb

%30.41
%27.48
%42.12

CMYK Percentages of Color #877abb

%28
%35
%0
%27

Triadic Colors of #877abb

#877abb #bb877a #7abb87

Analogous Colors of #877abb

#877abb #a87abb #7a8ebb

Monochromatic Colors of #877abb

#877abb

Complementary Color

#877abb #aebb7a

#877abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#877abb Color CSS Codes

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

#877abb Text Font Color

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

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


#877abb Background Color

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

This div background color is #877abb


#877abb Border Color

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

This div border color is #877abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877abb


Comments

No comments written yet.

Please login to write comment.