Color Hex Logo

#9b747d Color Hex

#9B747D
(155,116,125)
0 Favorites   0 Comments

Color spaces of #9b747d

RGB 155116125
HSL0.960.160.53
HSV346°25°61°
CMYK 0.000.250.19   0.39
XYZ23.464620.940022.2071
Yxy20.94000.35230.3144
Hunter Lab45.760211.44953.2592
CIE-Lab52.883816.74901.0387

#9b747d color RGB value is (155,116,125).

#9b747d hex color red value is 155, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9b747d hue: 0.96 , saturation: 0.16 and the lightness value of 9b747d is 0.53.

The process color (four color CMYK) of #9b747d color hex is 0.00, 0.25, 0.19, 0.39. Web safe color of #9b747d is #996666. Color #9b747d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 01110100 01111101
Octal 233 164 175
Decimal 155 116 125
Hex 9B 74 7D

RGB Percentages of Color #9b747d

%39.14
%29.29
%31.57

CMYK Percentages of Color #9b747d

%0
%25
%19
%39

Triadic Colors of #9b747d

#9b747d #7d9b74 #747d9b

Analogous Colors of #9b747d

#9b747d #9b7f74 #9b7491

Monochromatic Colors of #9b747d

#9b747d

Complementary Color

#9b747d #749b92

#9b747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b747d Color CSS Codes

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

#9b747d Text Font Color

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

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


#9b747d Background Color

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

This div background color is #9b747d


#9b747d Border Color

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

This div border color is #9b747d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b747d


Comments

No comments written yet.

Please login to write comment.