Color Hex Logo

#8f517a Color Hex

#8F517A
(143,81,122)
0 Favorites   0 Comments

Color spaces of #8f517a

RGB 14381122
HSL0.890.280.44
HSV320°43°56°
CMYK 0.000.430.15   0.44
XYZ17.783013.129620.0094
Yxy13.12960.34920.2578
Hunter Lab36.234824.1918-7.3765
CIE-Lab42.957931.8446-12.0557

#8f517a color RGB value is (143,81,122).

#8f517a hex color red value is 143, green value is 81 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #8f517a hue: 0.89 , saturation: 0.28 and the lightness value of 8f517a is 0.44.

The process color (four color CMYK) of #8f517a color hex is 0.00, 0.43, 0.15, 0.44. Web safe color of #8f517a is #996666. Color #8f517a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010001 01111010
Octal 217 121 172
Decimal 143 81 122
Hex 8F 51 7A

RGB Percentages of Color #8f517a

%41.33
%23.41
%35.26

CMYK Percentages of Color #8f517a

%0
%43
%15
%44

Triadic Colors of #8f517a

#8f517a #7a8f51 #517a8f

Analogous Colors of #8f517a

#8f517a #8f515b #85518f

Monochromatic Colors of #8f517a

#8f517a

Complementary Color

#8f517a #518f66

#8f517a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f517a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f517a Color CSS Codes

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

#8f517a Text Font Color

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

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


#8f517a Background Color

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

This div background color is #8f517a


#8f517a Border Color

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

This div border color is #8f517a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f517a


Comments

No comments written yet.

Please login to write comment.