Color Hex Logo

#8f799a Color Hex

#8F799A
(143,121,154)
0 Favorites   0 Comments

Color spaces of #8f799a

RGB 143121154
HSL0.780.140.54
HSV280°21°60°
CMYK 0.070.210.00   0.40
XYZ23.997821.847533.5240
Yxy21.84750.30240.2753
Hunter Lab46.74139.8477-9.8053
CIE-Lab53.864814.8784-14.5936

#8f799a color RGB value is (143,121,154).

#8f799a hex color red value is 143, green value is 121 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8f799a hue: 0.78 , saturation: 0.14 and the lightness value of 8f799a is 0.54.

The process color (four color CMYK) of #8f799a color hex is 0.07, 0.21, 0.00, 0.40. Web safe color of #8f799a is #996699. Color #8f799a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01111001 10011010
Octal 217 171 232
Decimal 143 121 154
Hex 8F 79 9A

RGB Percentages of Color #8f799a

%34.21
%28.95
%36.84

CMYK Percentages of Color #8f799a

%7
%21
%0
%40

Triadic Colors of #8f799a

#8f799a #9a8f79 #799a8f

Analogous Colors of #8f799a

#8f799a #9a7995 #7f799a

Monochromatic Colors of #8f799a

#8f799a

Complementary Color

#8f799a #849a79

#8f799a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f799a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f799a Color CSS Codes

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

#8f799a Text Font Color

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

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


#8f799a Background Color

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

This div background color is #8f799a


#8f799a Border Color

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

This div border color is #8f799a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f799a


Comments

No comments written yet.

Please login to write comment.