Color Hex Logo

#9a747d Color Hex

#9A747D
(154,116,125)
0 Favorites   0 Comments

Color spaces of #9a747d

RGB 154116125
HSL0.960.160.53
HSV346°25°60°
CMYK 0.000.250.19   0.40
XYZ23.273520.841522.1982
Yxy20.84150.35100.3143
Hunter Lab45.652511.10693.1274
CIE-Lab52.775616.36140.8679

#9a747d color RGB value is (154,116,125).

#9a747d hex color red value is 154, green value is 116 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #9a747d hue: 0.96 , saturation: 0.16 and the lightness value of 9a747d is 0.53.

The process color (four color CMYK) of #9a747d color hex is 0.00, 0.25, 0.19, 0.40. Web safe color of #9a747d is #996666. Color #9a747d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01110100 01111101
Octal 232 164 175
Decimal 154 116 125
Hex 9A 74 7D

RGB Percentages of Color #9a747d

%38.99
%29.37
%31.65

CMYK Percentages of Color #9a747d

%0
%25
%19
%40

Triadic Colors of #9a747d

#9a747d #7d9a74 #747d9a

Analogous Colors of #9a747d

#9a747d #9a7e74 #9a7490

Monochromatic Colors of #9a747d

#9a747d

Complementary Color

#9a747d #749a91

#9a747d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a747d Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a747d Color CSS Codes

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

#9a747d Text Font Color

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

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


#9a747d Background Color

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

This div background color is #9a747d


#9a747d Border Color

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

This div border color is #9a747d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,116,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a747d


Comments

No comments written yet.

Please login to write comment.