Color Hex Logo

#9f5860 Color Hex

#9F5860
(159,88,96)
0 Favorites   0 Comments

Color spaces of #9f5860

RGB 1598896
HSL0.980.290.48
HSV353°45°62°
CMYK 0.000.450.40   0.38
XYZ19.899115.194912.9504
Yxy15.19490.41420.3163
Hunter Lab38.980622.90587.5887
CIE-Lab45.900030.08398.3673

#9f5860 color RGB value is (159,88,96).

#9f5860 hex color red value is 159, green value is 88 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #9f5860 hue: 0.98 , saturation: 0.29 and the lightness value of 9f5860 is 0.48.

The process color (four color CMYK) of #9f5860 color hex is 0.00, 0.45, 0.40, 0.38. Web safe color of #9f5860 is #996666. Color #9f5860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01011000 01100000
Octal 237 130 140
Decimal 159 88 96
Hex 9F 58 60

RGB Percentages of Color #9f5860

%46.36
%25.66
%27.99

CMYK Percentages of Color #9f5860

%0
%45
%40
%38

Triadic Colors of #9f5860

#9f5860 #609f58 #58609f

Analogous Colors of #9f5860

#9f5860 #9f7458 #9f5884

Monochromatic Colors of #9f5860

#9f5860

Complementary Color

#9f5860 #589f97

#9f5860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f5860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f5860 Color CSS Codes

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

#9f5860 Text Font Color

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

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


#9f5860 Background Color

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

This div background color is #9f5860


#9f5860 Border Color

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

This div border color is #9f5860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f5860


Comments

No comments written yet.

Please login to write comment.