Color Hex Logo

#876699 Color Hex

#876699
(135,102,153)
0 Favorites   0 Comments

Color spaces of #876699

RGB 135102153
HSL0.770.200.50
HSV279°33°60°
CMYK 0.120.330.00   0.40
XYZ20.492816.953532.3293
Yxy16.95350.29370.2430
Hunter Lab41.174616.7847-17.7308
CIE-Lab48.201423.0878-22.7344

#876699 color RGB value is (135,102,153).

#876699 hex color red value is 135, green value is 102 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #876699 hue: 0.77 , saturation: 0.20 and the lightness value of 876699 is 0.50.

The process color (four color CMYK) of #876699 color hex is 0.12, 0.33, 0.00, 0.40. Web safe color of #876699 is #996699. Color #876699 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100110 10011001
Octal 207 146 231
Decimal 135 102 153
Hex 87 66 99

RGB Percentages of Color #876699

%34.62
%26.15
%39.23

CMYK Percentages of Color #876699

%12
%33
%0
%40

Triadic Colors of #876699

#876699 #998766 #669987

Analogous Colors of #876699

#876699 #996692 #6e6699

Monochromatic Colors of #876699

#876699

Complementary Color

#876699 #789966

#876699 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876699 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876699 Color CSS Codes

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

#876699 Text Font Color

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

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


#876699 Background Color

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

This div background color is #876699


#876699 Border Color

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

This div border color is #876699


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(135,102,153, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #876699; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #876699;
  -webkit-box-shadow: 1px 1px 3px 2px #876699;
  box-shadow:         1px 1px 3px 2px #876699; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876699


Comments

No comments written yet.

Please login to write comment.