Color Hex Logo

#876480 Color Hex

#876480
(135,100,128)
0 Favorites   0 Comments

Color spaces of #876480

RGB 135100128
HSL0.870.150.46
HSV312°26°53°
CMYK 0.000.260.05   0.47
XYZ18.445115.823822.5042
Yxy15.82380.32490.2787
Hunter Lab39.779113.1548-5.6967
CIE-Lab46.742519.0377-10.0724

#876480 color RGB value is (135,100,128).

#876480 hex color red value is 135, green value is 100 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #876480 hue: 0.87 , saturation: 0.15 and the lightness value of 876480 is 0.46.

The process color (four color CMYK) of #876480 color hex is 0.00, 0.26, 0.05, 0.47. Web safe color of #876480 is #996699. Color #876480 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100100 10000000
Octal 207 144 200
Decimal 135 100 128
Hex 87 64 80

RGB Percentages of Color #876480

%37.19
%27.55
%35.26

CMYK Percentages of Color #876480

%0
%26
%5
%47

Triadic Colors of #876480

#876480 #808764 #648087

Analogous Colors of #876480

#876480 #87646f #7d6487

Monochromatic Colors of #876480

#876480

Complementary Color

#876480 #64876b

#876480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876480 Color CSS Codes

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

#876480 Text Font Color

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

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


#876480 Background Color

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

This div background color is #876480


#876480 Border Color

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

This div border color is #876480


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876480


Comments

No comments written yet.

Please login to write comment.