Color Hex Logo

#8f737c Color Hex

#8F737C
(143,115,124)
0 Favorites   0 Comments

Color spaces of #8f737c

RGB 143115124
HSL0.950.110.51
HSV341°20°56°
CMYK 0.000.200.13   0.44
XYZ21.096519.556321.7316
Yxy19.55630.33820.3135
Hunter Lab44.22257.76471.8198
CIE-Lab51.331812.5104-0.7908

#8f737c color RGB value is (143,115,124).

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

The process color (four color CMYK) of #8f737c color hex is 0.00, 0.20, 0.13, 0.44. Web safe color of #8f737c is #996666. Color #8f737c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01110011 01111100
Octal 217 163 174
Decimal 143 115 124
Hex 8F 73 7C

RGB Percentages of Color #8f737c

%37.43
%30.10
%32.46

CMYK Percentages of Color #8f737c

%0
%20
%13
%44

Triadic Colors of #8f737c

#8f737c #7c8f73 #737c8f

Analogous Colors of #8f737c

#8f737c #8f7873 #8f738a

Monochromatic Colors of #8f737c

#8f737c

Complementary Color

#8f737c #738f86

#8f737c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f737c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f737c Color CSS Codes

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

#8f737c Text Font Color

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

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


#8f737c Background Color

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

This div background color is #8f737c


#8f737c Border Color

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

This div border color is #8f737c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f737c


Comments

No comments written yet.

Please login to write comment.