Color Hex Logo

#8f7b8c Color Hex

#8F7B8C
(143,123,140)
0 Favorites   0 Comments

Color spaces of #8f7b8c

RGB 143123140
HSL0.860.080.52
HSV309°14°56°
CMYK 0.000.140.02   0.44
XYZ23.144321.899027.8180
Yxy21.89900.31760.3006
Hunter Lab46.79646.3879-2.4874
CIE-Lab53.919710.8501-6.3557

#8f7b8c color RGB value is (143,123,140).

#8f7b8c hex color red value is 143, green value is 123 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #8f7b8c hue: 0.86 , saturation: 0.08 and the lightness value of 8f7b8c is 0.52.

The process color (four color CMYK) of #8f7b8c color hex is 0.00, 0.14, 0.02, 0.44. Web safe color of #8f7b8c is #996699. Color #8f7b8c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01111011 10001100
Octal 217 173 214
Decimal 143 123 140
Hex 8F 7B 8C

RGB Percentages of Color #8f7b8c

%35.22
%30.30
%34.48

CMYK Percentages of Color #8f7b8c

%0
%14
%2
%44

Triadic Colors of #8f7b8c

#8f7b8c #8c8f7b #7b8c8f

Analogous Colors of #8f7b8c

#8f7b8c #8f7b82 #887b8f

Monochromatic Colors of #8f7b8c

#8f7b8c

Complementary Color

#8f7b8c #7b8f7e

#8f7b8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f7b8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f7b8c Color CSS Codes

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

#8f7b8c Text Font Color

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

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


#8f7b8c Background Color

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

This div background color is #8f7b8c


#8f7b8c Border Color

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

This div border color is #8f7b8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f7b8c


Comments

No comments written yet.

Please login to write comment.