Color Hex Logo

#877abe Color Hex

#877ABE
(135,122,190)
0 Favorites   0 Comments

Color spaces of #877abe

RGB 135122190
HSL0.700.340.61
HSV251°36°75°
CMYK 0.290.360.00   0.25
XYZ26.245522.787751.7304
Yxy22.78770.26050.2262
Hunter Lab47.736514.6005-30.8351
CIE-Lab54.853020.1925-33.8998

#877abe color RGB value is (135,122,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01111010 10111110
Octal 207 172 276
Decimal 135 122 190
Hex 87 7A BE

RGB Percentages of Color #877abe

%30.20
%27.29
%42.51

CMYK Percentages of Color #877abe

%29
%36
%0
%25

Triadic Colors of #877abe

#877abe #be877a #7abe87

Analogous Colors of #877abe

#877abe #a97abe #7a8fbe

Monochromatic Colors of #877abe

#877abe

Complementary Color

#877abe #b1be7a

#877abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#877abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#877abe Color CSS Codes

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

#877abe Text Font Color

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

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


#877abe Background Color

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

This div background color is #877abe


#877abe Border Color

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

This div border color is #877abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #877abe


Comments

No comments written yet.

Please login to write comment.