Color Hex Logo

#8f688d Color Hex

#8F688D
(143,104,141)
0 Favorites   0 Comments

Color spaces of #8f688d

RGB 143104141
HSL0.840.160.48
HSV303°27°56°
CMYK 0.000.270.01   0.44
XYZ21.085717.663427.4973
Yxy17.66340.31830.2666
Hunter Lab42.027816.0061-9.3718
CIE-Lab49.085322.1420-14.2013

#8f688d color RGB value is (143,104,141).

#8f688d hex color red value is 143, green value is 104 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #8f688d hue: 0.84 , saturation: 0.16 and the lightness value of 8f688d is 0.48.

The process color (four color CMYK) of #8f688d color hex is 0.00, 0.27, 0.01, 0.44. Web safe color of #8f688d is #996699. Color #8f688d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01101000 10001101
Octal 217 150 215
Decimal 143 104 141
Hex 8F 68 8D

RGB Percentages of Color #8f688d

%36.86
%26.80
%36.34

CMYK Percentages of Color #8f688d

%0
%27
%1
%44

Triadic Colors of #8f688d

#8f688d #8d8f68 #688d8f

Analogous Colors of #8f688d

#8f688d #8f687a #7e688f

Monochromatic Colors of #8f688d

#8f688d

Complementary Color

#8f688d #688f6a

#8f688d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f688d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f688d Color CSS Codes

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

#8f688d Text Font Color

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

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


#8f688d Background Color

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

This div background color is #8f688d


#8f688d Border Color

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

This div border color is #8f688d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,104,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 #8f688d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f688d


Comments

No comments written yet.

Please login to write comment.