Color Hex Logo

#9f678b Color Hex

#9F678B
(159,103,139)
0 Favorites   0 Comments

Color spaces of #9f678b

RGB 159103139
HSL0.890.230.51
HSV321°35°62°
CMYK 0.000.350.13   0.38
XYZ23.808518.935526.8262
Yxy18.93550.34220.2722
Hunter Lab43.514921.5123-6.0908
CIE-Lab50.611728.0675-10.5327

#9f678b color RGB value is (159,103,139).

#9f678b hex color red value is 159, green value is 103 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #9f678b hue: 0.89 , saturation: 0.23 and the lightness value of 9f678b is 0.51.

The process color (four color CMYK) of #9f678b color hex is 0.00, 0.35, 0.13, 0.38. Web safe color of #9f678b is #996699. Color #9f678b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01100111 10001011
Octal 237 147 213
Decimal 159 103 139
Hex 9F 67 8B

RGB Percentages of Color #9f678b

%39.65
%25.69
%34.66

CMYK Percentages of Color #9f678b

%0
%35
%13
%38

Triadic Colors of #9f678b

#9f678b #8b9f67 #678b9f

Analogous Colors of #9f678b

#9f678b #9f676f #97679f

Monochromatic Colors of #9f678b

#9f678b

Complementary Color

#9f678b #679f7b

#9f678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f678b Color CSS Codes

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

#9f678b Text Font Color

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

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


#9f678b Background Color

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

This div background color is #9f678b


#9f678b Border Color

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

This div border color is #9f678b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f678b


Comments

No comments written yet.

Please login to write comment.