Color Hex Logo

#9c829b Color Hex

#9C829B
(156,130,155)
0 Favorites   0 Comments

Color spaces of #9c829b

RGB 156130155
HSL0.840.120.56
HSV302°17°61°
CMYK 0.000.170.01   0.39
XYZ27.609325.399734.4578
Yxy25.39970.31570.2904
Hunter Lab50.39819.5899-5.2586
CIE-Lab57.462814.4880-9.6327

#9c829b color RGB value is (156,130,155).

#9c829b hex color red value is 156, green value is 130 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #9c829b hue: 0.84 , saturation: 0.12 and the lightness value of 9c829b is 0.56.

The process color (four color CMYK) of #9c829b color hex is 0.00, 0.17, 0.01, 0.39. Web safe color of #9c829b is #999999. Color #9c829b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 10000010 10011011
Octal 234 202 233
Decimal 156 130 155
Hex 9C 82 9B

RGB Percentages of Color #9c829b

%35.37
%29.48
%35.15

CMYK Percentages of Color #9c829b

%0
%17
%1
%39

Triadic Colors of #9c829b

#9c829b #9b9c82 #829b9c

Analogous Colors of #9c829b

#9c829b #9c828e #90829c

Monochromatic Colors of #9c829b

#9c829b

Complementary Color

#9c829b #829c83

#9c829b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c829b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c829b Color CSS Codes

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

#9c829b Text Font Color

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

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


#9c829b Background Color

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

This div background color is #9c829b


#9c829b Border Color

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

This div border color is #9c829b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c829b


Comments

No comments written yet.

Please login to write comment.