Color Hex Logo

#876183 Color Hex

#876183
(135,97,131)
0 Favorites   0 Comments

Color spaces of #876183

RGB 13597131
HSL0.850.160.45
HSV306°28°53°
CMYK 0.000.280.03   0.47
XYZ18.363115.339023.4656
Yxy15.33900.32120.2683
Hunter Lab39.165015.1535-8.1079
CIE-Lab46.095121.3986-12.8491

#876183 color RGB value is (135,97,131).

#876183 hex color red value is 135, green value is 97 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #876183 hue: 0.85 , saturation: 0.16 and the lightness value of 876183 is 0.45.

The process color (four color CMYK) of #876183 color hex is 0.00, 0.28, 0.03, 0.47. Web safe color of #876183 is #996699. Color #876183 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100001 10000011
Octal 207 141 203
Decimal 135 97 131
Hex 87 61 83

RGB Percentages of Color #876183

%37.19
%26.72
%36.09

CMYK Percentages of Color #876183

%0
%28
%3
%47

Triadic Colors of #876183

#876183 #838761 #618387

Analogous Colors of #876183

#876183 #876170 #786187

Monochromatic Colors of #876183

#876183

Complementary Color

#876183 #618765

#876183 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876183 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876183 Color CSS Codes

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

#876183 Text Font Color

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

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


#876183 Background Color

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

This div background color is #876183


#876183 Border Color

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

This div border color is #876183


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876183


Comments

No comments written yet.

Please login to write comment.