Color Hex Logo

#9b879f Color Hex

#9B879F
(155,135,159)
0 Favorites   0 Comments

Color spaces of #9b879f

RGB 155135159
HSL0.810.110.58
HSV290°15°62°
CMYK 0.030.150.00   0.38
XYZ28.439526.799736.4748
Yxy26.79970.31010.2922
Hunter Lab51.76847.4660-5.5364
CIE-Lab58.788512.0602-9.9561

#9b879f color RGB value is (155,135,159).

#9b879f hex color red value is 155, green value is 135 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #9b879f hue: 0.81 , saturation: 0.11 and the lightness value of 9b879f is 0.58.

The process color (four color CMYK) of #9b879f color hex is 0.03, 0.15, 0.00, 0.38. Web safe color of #9b879f is #999999. Color #9b879f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000111 10011111
Octal 233 207 237
Decimal 155 135 159
Hex 9B 87 9F

RGB Percentages of Color #9b879f

%34.52
%30.07
%35.41

CMYK Percentages of Color #9b879f

%3
%15
%0
%38

Triadic Colors of #9b879f

#9b879f #9f9b87 #879f9b

Analogous Colors of #9b879f

#9b879f #9f8797 #8f879f

Monochromatic Colors of #9b879f

#9b879f

Complementary Color

#9b879f #8b9f87

#9b879f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b879f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b879f Color CSS Codes

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

#9b879f Text Font Color

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

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


#9b879f Background Color

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

This div background color is #9b879f


#9b879f Border Color

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

This div border color is #9b879f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(155,135,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9b879f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9b879f;
  -webkit-box-shadow: 1px 1px 3px 2px #9b879f;
  box-shadow:         1px 1px 3px 2px #9b879f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b879f


Comments

No comments written yet.

Please login to write comment.