Color Hex Logo

#9f7cad Color Hex

#9F7CAD
(159,124,173)
0 Favorites   0 Comments

Color spaces of #9f7cad

RGB 159124173
HSL0.790.230.58
HSV283°28°68°
CMYK 0.080.280.00   0.32
XYZ29.048624.803442.7917
Yxy24.80340.30060.2566
Hunter Lab49.803016.9584-16.0810
CIE-Lab56.883422.6426-20.8364

#9f7cad color RGB value is (159,124,173).

#9f7cad hex color red value is 159, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #9f7cad hue: 0.79 , saturation: 0.23 and the lightness value of 9f7cad is 0.58.

The process color (four color CMYK) of #9f7cad color hex is 0.08, 0.28, 0.00, 0.32. Web safe color of #9f7cad is #996699. Color #9f7cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011111 01111100 10101101
Octal 237 174 255
Decimal 159 124 173
Hex 9F 7C AD

RGB Percentages of Color #9f7cad

%34.87
%27.19
%37.94

CMYK Percentages of Color #9f7cad

%8
%28
%0
%32

Triadic Colors of #9f7cad

#9f7cad #ad9f7c #7cad9f

Analogous Colors of #9f7cad

#9f7cad #ad7ca3 #877cad

Monochromatic Colors of #9f7cad

#9f7cad

Complementary Color

#9f7cad #8aad7c

#9f7cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9f7cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#9f7cad Color CSS Codes

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

#9f7cad Text Font Color

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

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


#9f7cad Background Color

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

This div background color is #9f7cad


#9f7cad Border Color

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

This div border color is #9f7cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9f7cad


Comments

No comments written yet.

Please login to write comment.