Color Hex Logo

#8f8baf Color Hex

#8F8BAF
(143,139,175)
0 Favorites   0 Comments

Color spaces of #8f8baf

RGB 143139175
HSL0.690.180.62
HSV247°21°69°
CMYK 0.180.210.00   0.31
XYZ28.298227.400044.3547
Yxy27.40000.28280.2739
Hunter Lab52.34504.8950-13.5981
CIE-Lab59.34289.1163-18.3584

#8f8baf color RGB value is (143,139,175).

#8f8baf hex color red value is 143, green value is 139 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #8f8baf hue: 0.69 , saturation: 0.18 and the lightness value of 8f8baf is 0.62.

The process color (four color CMYK) of #8f8baf color hex is 0.18, 0.21, 0.00, 0.31. Web safe color of #8f8baf is #999999. Color #8f8baf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10001011 10101111
Octal 217 213 257
Decimal 143 139 175
Hex 8F 8B AF

RGB Percentages of Color #8f8baf

%31.29
%30.42
%38.29

CMYK Percentages of Color #8f8baf

%18
%21
%0
%31

Triadic Colors of #8f8baf

#8f8baf #af8f8b #8baf8f

Analogous Colors of #8f8baf

#8f8baf #a18baf #8b99af

Monochromatic Colors of #8f8baf

#8f8baf

Complementary Color

#8f8baf #abaf8b

#8f8baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f8baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f8baf Color CSS Codes

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

#8f8baf Text Font Color

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

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


#8f8baf Background Color

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

This div background color is #8f8baf


#8f8baf Border Color

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

This div border color is #8f8baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f8baf


Comments

No comments written yet.

Please login to write comment.