Color Hex Logo

#9b839f Color Hex

#9B839F
(155,131,159)
0 Favorites   0 Comments

Color spaces of #9b839f

RGB 155131159
HSL0.810.130.57
HSV291°18°62°
CMYK 0.030.180.00   0.38
XYZ27.891925.704436.2923
Yxy25.70440.31030.2860
Hunter Lab50.69959.4761-6.9520
CIE-Lab57.755414.3528-11.5052

#9b839f color RGB value is (155,131,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000011 10011111
Octal 233 203 237
Decimal 155 131 159
Hex 9B 83 9F

RGB Percentages of Color #9b839f

%34.83
%29.44
%35.73

CMYK Percentages of Color #9b839f

%3
%18
%0
%38

Triadic Colors of #9b839f

#9b839f #9f9b83 #839f9b

Analogous Colors of #9b839f

#9b839f #9f8395 #8d839f

Monochromatic Colors of #9b839f

#9b839f

Complementary Color

#9b839f #879f83

#9b839f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b839f Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b839f Color CSS Codes

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

#9b839f Text Font Color

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

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


#9b839f Background Color

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

This div background color is #9b839f


#9b839f Border Color

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

This div border color is #9b839f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,131,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 #9b839f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b839f


Comments

No comments written yet.

Please login to write comment.