Color Hex Logo

#9f768d Color Hex

#9F768D
(159,118,141)
0 Favorites   0 Comments

Color spaces of #9f768d

RGB 159118141
HSL0.910.180.54
HSV326°26°62°
CMYK 0.000.260.11   0.38
XYZ25.584222.250928.1457
Yxy22.25090.33670.2928
Hunter Lab47.170914.2646-2.3573
CIE-Lab54.292219.8517-6.2098

#9f768d color RGB value is (159,118,141).

#9f768d hex color red value is 159, green value is 118 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9f768d hue: 0.91 , saturation: 0.18 and the lightness value of 9f768d is 0.54.

The process color (four color CMYK) of #9f768d color hex is 0.00, 0.26, 0.11, 0.38. Web safe color of #9f768d is #996699. Color #9f768d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01110110 10001101
Octal 237 166 215
Decimal 159 118 141
Hex 9F 76 8D

RGB Percentages of Color #9f768d

%38.04
%28.23
%33.73

CMYK Percentages of Color #9f768d

%0
%26
%11
%38

Triadic Colors of #9f768d

#9f768d #8d9f76 #768d9f

Analogous Colors of #9f768d

#9f768d #9f7679 #9d769f

Monochromatic Colors of #9f768d

#9f768d

Complementary Color

#9f768d #769f88

#9f768d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f768d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f768d Color CSS Codes

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

#9f768d Text Font Color

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

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


#9f768d Background Color

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

This div background color is #9f768d


#9f768d Border Color

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

This div border color is #9f768d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(159,118,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f768d


Comments

No comments written yet.

Please login to write comment.