Color Hex Logo

#9b827d Color Hex

#9B827D
(155,130,125)
0 Favorites   0 Comments

Color spaces of #9b827d

RGB 155130125
HSL0.030.130.55
HSV10°19°61°
CMYK 0.000.160.19   0.39
XYZ25.201924.414522.7862
Yxy24.41450.34810.3372
Hunter Lab49.41104.57397.2458
CIE-Lab56.50048.71746.2598

#9b827d color RGB value is (155,130,125).

#9b827d hex color red value is 155, green value is 130 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9b827d hue: 0.03 , saturation: 0.13 and the lightness value of 9b827d is 0.55.

The process color (four color CMYK) of #9b827d color hex is 0.00, 0.16, 0.19, 0.39. Web safe color of #9b827d is #999966. Color #9b827d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10000010 01111101
Octal 233 202 175
Decimal 155 130 125
Hex 9B 82 7D

RGB Percentages of Color #9b827d

%37.80
%31.71
%30.49

CMYK Percentages of Color #9b827d

%0
%16
%19
%39

Triadic Colors of #9b827d

#9b827d #7d9b82 #827d9b

Analogous Colors of #9b827d

#9b827d #9b917d #9b7d87

Monochromatic Colors of #9b827d

#9b827d

Complementary Color

#9b827d #7d969b

#9b827d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9b827d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9b827d Color CSS Codes

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

#9b827d Text Font Color

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

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


#9b827d Background Color

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

This div background color is #9b827d


#9b827d Border Color

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

This div border color is #9b827d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9b827d


Comments

No comments written yet.

Please login to write comment.