Color Hex Logo

#8f8599 Color Hex

#8F8599
(143,133,153)
0 Favorites   0 Comments

Color spaces of #8f8599

RGB 143133153
HSL0.750.090.56
HSV270°13°60°
CMYK 0.070.130.00   0.40
XYZ25.465024.914633.6038
Yxy24.91460.30320.2967
Hunter Lab49.91453.7153-4.9755
CIE-Lab56.99217.7120-9.3088

#8f8599 color RGB value is (143,133,153).

#8f8599 hex color red value is 143, green value is 133 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #8f8599 hue: 0.75 , saturation: 0.09 and the lightness value of 8f8599 is 0.56.

The process color (four color CMYK) of #8f8599 color hex is 0.07, 0.13, 0.00, 0.40. Web safe color of #8f8599 is #999999. Color #8f8599 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 10000101 10011001
Octal 217 205 231
Decimal 143 133 153
Hex 8F 85 99

RGB Percentages of Color #8f8599

%33.33
%31.00
%35.66

CMYK Percentages of Color #8f8599

%7
%13
%0
%40

Triadic Colors of #8f8599

#8f8599 #998f85 #85998f

Analogous Colors of #8f8599

#8f8599 #998599 #858599

Monochromatic Colors of #8f8599

#8f8599

Complementary Color

#8f8599 #8f9985

#8f8599 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f8599 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f8599 Color CSS Codes

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

#8f8599 Text Font Color

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

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


#8f8599 Background Color

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

This div background color is #8f8599


#8f8599 Border Color

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

This div border color is #8f8599


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f8599


Comments

No comments written yet.

Please login to write comment.