Color Hex Logo

#876883 Color Hex

#876883
(135,104,131)
0 Favorites   0 Comments

Color spaces of #876883

RGB 135104131
HSL0.850.130.47
HSV308°23°53°
CMYK 0.000.230.03   0.47
XYZ19.038716.690223.6908
Yxy16.69020.32040.2809
Hunter Lab40.853611.6911-5.7844
CIE-Lab47.867317.2619-10.1759

#876883 color RGB value is (135,104,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000111 01101000 10000011
Octal 207 150 203
Decimal 135 104 131
Hex 87 68 83

RGB Percentages of Color #876883

%36.49
%28.11
%35.41

CMYK Percentages of Color #876883

%0
%23
%3
%47

Triadic Colors of #876883

#876883 #838768 #688387

Analogous Colors of #876883

#876883 #876874 #7c6887

Monochromatic Colors of #876883

#876883

Complementary Color

#876883 #68876c

#876883 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876883 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876883 Color CSS Codes

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

#876883 Text Font Color

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

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


#876883 Background Color

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

This div background color is #876883


#876883 Border Color

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

This div border color is #876883


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(135,104,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 #876883">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876883


Comments

No comments written yet.

Please login to write comment.