Color Hex Logo

#9a708d Color Hex

#9A708D
(154,112,141)
0 Favorites   0 Comments

Color spaces of #9a708d

RGB 154112141
HSL0.880.170.52
HSV319°27°60°
CMYK 0.000.270.08   0.40
XYZ23.928320.381527.8722
Yxy20.38150.33150.2824
Hunter Lab45.145915.6036-5.0024
CIE-Lab52.265821.4652-9.2896

#9a708d color RGB value is (154,112,141).

#9a708d hex color red value is 154, green value is 112 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #9a708d hue: 0.88 , saturation: 0.17 and the lightness value of 9a708d is 0.52.

The process color (four color CMYK) of #9a708d color hex is 0.00, 0.27, 0.08, 0.40. Web safe color of #9a708d is #996699. Color #9a708d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110000 10001101
Octal 232 160 215
Decimal 154 112 141
Hex 9A 70 8D

RGB Percentages of Color #9a708d

%37.84
%27.52
%34.64

CMYK Percentages of Color #9a708d

%0
%27
%8
%40

Triadic Colors of #9a708d

#9a708d #8d9a70 #708d9a

Analogous Colors of #9a708d

#9a708d #9a7078 #92709a

Monochromatic Colors of #9a708d

#9a708d

Complementary Color

#9a708d #709a7d

#9a708d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a708d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a708d Color CSS Codes

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

#9a708d Text Font Color

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

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


#9a708d Background Color

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

This div background color is #9a708d


#9a708d Border Color

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

This div border color is #9a708d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,112,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 #9a708d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a708d


Comments

No comments written yet.

Please login to write comment.