Color Hex Logo

#876189 Color Hex

#876189
(135,97,137)
0 Favorites   0 Comments

Color spaces of #876189

RGB 13597137
HSL0.830.170.46
HSV297°29°54°
CMYK 0.010.290.00   0.46
XYZ18.781715.506425.6700
Yxy15.50640.31320.2586
Hunter Lab39.378216.2251-11.0855
CIE-Lab46.320122.6084-16.1041

#876189 color RGB value is (135,97,137).

#876189 hex color red value is 135, green value is 97 and the blue value of its RGB is 137. Cylindrical-coordinate representations (also known as HSL) of color #876189 hue: 0.83 , saturation: 0.17 and the lightness value of 876189 is 0.46.

The process color (four color CMYK) of #876189 color hex is 0.01, 0.29, 0.00, 0.46. Web safe color of #876189 is #996699. Color #876189 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100001 10001001
Octal 207 141 211
Decimal 135 97 137
Hex 87 61 89

RGB Percentages of Color #876189

%36.59
%26.29
%37.13

CMYK Percentages of Color #876189

%1
%29
%0
%46

Triadic Colors of #876189

#876189 #898761 #618987

Analogous Colors of #876189

#876189 #896177 #736189

Monochromatic Colors of #876189

#876189

Complementary Color

#876189 #638961

#876189 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876189 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876189 Color CSS Codes

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

#876189 Text Font Color

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

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


#876189 Background Color

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

This div background color is #876189


#876189 Border Color

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

This div border color is #876189


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876189


Comments

No comments written yet.

Please login to write comment.