Color Hex Logo

#9b505e Color Hex

#9B505E
(155,80,94)
0 Favorites   0 Comments

Color spaces of #9b505e

RGB 1558094
HSL0.970.320.46
HSV349°48°61°
CMYK 0.000.480.39   0.39
XYZ18.406613.514012.2280
Yxy13.51400.41690.3061
Hunter Lab36.761425.04336.0112
CIE-Lab43.527732.69276.1412

#9b505e color RGB value is (155,80,94).

#9b505e hex color red value is 155, green value is 80 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #9b505e hue: 0.97 , saturation: 0.32 and the lightness value of 9b505e is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 01010000 01011110
Octal 233 120 136
Decimal 155 80 94
Hex 9B 50 5E

RGB Percentages of Color #9b505e

%47.11
%24.32
%28.57

CMYK Percentages of Color #9b505e

%0
%48
%39
%39

Triadic Colors of #9b505e

#9b505e #5e9b50 #505e9b

Analogous Colors of #9b505e

#9b505e #9b6850 #9b5084

Monochromatic Colors of #9b505e

#9b505e

Complementary Color

#9b505e #509b8d

#9b505e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b505e Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b505e Color CSS Codes

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

#9b505e Text Font Color

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

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


#9b505e Background Color

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

This div background color is #9b505e


#9b505e Border Color

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

This div border color is #9b505e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b505e


Comments

No comments written yet.

Please login to write comment.