Color Hex Logo

#876396 Color Hex

#876396
(135,99,150)
0 Favorites   0 Comments

Color spaces of #876396

RGB 13599150
HSL0.780.200.49
HSV282°34°59°
CMYK 0.100.340.00   0.41
XYZ19.958516.276630.9439
Yxy16.27660.29710.2423
Hunter Lab40.344317.7023-17.2342
CIE-Lab47.335324.1923-22.2939

#876396 color RGB value is (135,99,150).

#876396 hex color red value is 135, green value is 99 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #876396 hue: 0.78 , saturation: 0.20 and the lightness value of 876396 is 0.49.

The process color (four color CMYK) of #876396 color hex is 0.10, 0.34, 0.00, 0.41. Web safe color of #876396 is #996699. Color #876396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000111 01100011 10010110
Octal 207 143 226
Decimal 135 99 150
Hex 87 63 96

RGB Percentages of Color #876396

%35.16
%25.78
%39.06

CMYK Percentages of Color #876396

%10
%34
%0
%41

Triadic Colors of #876396

#876396 #968763 #639687

Analogous Colors of #876396

#876396 #96638c #6e6396

Monochromatic Colors of #876396

#876396

Complementary Color

#876396 #729663

#876396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#876396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#876396 Color CSS Codes

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

#876396 Text Font Color

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

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


#876396 Background Color

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

This div background color is #876396


#876396 Border Color

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

This div border color is #876396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #876396


Comments

No comments written yet.

Please login to write comment.