Color Hex Logo

#9f4677 Color Hex

#9F4677
(159,70,119)
0 Favorites   0 Comments

Color spaces of #9f4677

RGB 15970119
HSL0.910.390.45
HSV327°56°62°
CMYK 0.000.560.25   0.38
XYZ19.818013.083218.9335
Yxy13.08320.38230.2524
Hunter Lab36.170734.5018-5.7158
CIE-Lab42.888342.6612-10.0999

#9f4677 color RGB value is (159,70,119).

#9f4677 hex color red value is 159, green value is 70 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #9f4677 hue: 0.91 , saturation: 0.39 and the lightness value of 9f4677 is 0.45.

The process color (four color CMYK) of #9f4677 color hex is 0.00, 0.56, 0.25, 0.38. Web safe color of #9f4677 is #993366. Color #9f4677 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01000110 01110111
Octal 237 106 167
Decimal 159 70 119
Hex 9F 46 77

RGB Percentages of Color #9f4677

%45.69
%20.11
%34.20

CMYK Percentages of Color #9f4677

%0
%56
%25
%38

Triadic Colors of #9f4677

#9f4677 #779f46 #46779f

Analogous Colors of #9f4677

#9f4677 #9f464a #9b469f

Monochromatic Colors of #9f4677

#9f4677

Complementary Color

#9f4677 #469f6e

#9f4677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f4677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f4677 Color CSS Codes

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

#9f4677 Text Font Color

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

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


#9f4677 Background Color

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

This div background color is #9f4677


#9f4677 Border Color

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

This div border color is #9f4677


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f4677


Comments

No comments written yet.

Please login to write comment.