Color Hex Logo

#8f667f Color Hex

#8F667F
(143,102,127)
0 Favorites   0 Comments

Color spaces of #8f667f

RGB 143102127
HSL0.900.170.48
HSV323°29°56°
CMYK 0.000.290.11   0.44
XYZ19.909816.874722.2865
Yxy16.87470.33700.2857
Hunter Lab41.078814.6262-3.4114
CIE-Lab48.101820.6467-7.3463

#8f667f color RGB value is (143,102,127).

#8f667f hex color red value is 143, green value is 102 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #8f667f hue: 0.90 , saturation: 0.17 and the lightness value of 8f667f is 0.48.

The process color (four color CMYK) of #8f667f color hex is 0.00, 0.29, 0.11, 0.44. Web safe color of #8f667f is #996666. Color #8f667f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01100110 01111111
Octal 217 146 177
Decimal 143 102 127
Hex 8F 66 7F

RGB Percentages of Color #8f667f

%38.44
%27.42
%34.14

CMYK Percentages of Color #8f667f

%0
%29
%11
%44

Triadic Colors of #8f667f

#8f667f #7f8f66 #667f8f

Analogous Colors of #8f667f

#8f667f #8f666b #8b668f

Monochromatic Colors of #8f667f

#8f667f

Complementary Color

#8f667f #668f76

#8f667f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f667f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f667f Color CSS Codes

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

#8f667f Text Font Color

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

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


#8f667f Background Color

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

This div background color is #8f667f


#8f667f Border Color

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

This div border color is #8f667f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f667f


Comments

No comments written yet.

Please login to write comment.