Color Hex Logo

#8f747e Color Hex

#8F747E
(143,116,126)
0 Favorites   0 Comments

Color spaces of #8f747e

RGB 143116126
HSL0.940.110.51
HSV338°19°56°
CMYK 0.000.190.12   0.44
XYZ21.339019.836822.4429
Yxy19.83680.33540.3118
Hunter Lab44.53857.57931.3008
CIE-Lab51.652212.2849-1.4999

#8f747e color RGB value is (143,116,126).

#8f747e hex color red value is 143, green value is 116 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #8f747e hue: 0.94 , saturation: 0.11 and the lightness value of 8f747e is 0.51.

The process color (four color CMYK) of #8f747e color hex is 0.00, 0.19, 0.12, 0.44. Web safe color of #8f747e is #996666. Color #8f747e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110100 01111110
Octal 217 164 176
Decimal 143 116 126
Hex 8F 74 7E

RGB Percentages of Color #8f747e

%37.14
%30.13
%32.73

CMYK Percentages of Color #8f747e

%0
%19
%12
%44

Triadic Colors of #8f747e

#8f747e #7e8f74 #747e8f

Analogous Colors of #8f747e

#8f747e #8f7874 #8f748c

Monochromatic Colors of #8f747e

#8f747e

Complementary Color

#8f747e #748f85

#8f747e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f747e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f747e Color CSS Codes

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

#8f747e Text Font Color

<p style="color:#8f747e">Text here</p>

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


#8f747e Background Color

<div style="background-color:#8f747e">
Div content here</div>

This div background color is #8f747e


#8f747e Border Color

<div style="border:3px solid #8f747e">
Div here</div>

This div border color is #8f747e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(143,116,126, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8f747e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8f747e;
  -webkit-box-shadow: 1px 1px 3px 2px #8f747e;
  box-shadow:         1px 1px 3px 2px #8f747e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f747e

#8f747e Color Palettes


Comments

No comments written yet.

Please login to write comment.