Color Hex Logo

#8f579a Color Hex

#8F579A
(143,87,154)
0 Favorites   0 Comments

Color spaces of #8f579a

RGB 14387154
HSL0.810.280.47
HSV290°44°60°
CMYK 0.070.440.00   0.40
XYZ20.568614.989132.3810
Yxy14.98910.30280.2206
Hunter Lab38.715827.0795-22.4878
CIE-Lab45.619334.5869-27.2575

#8f579a color RGB value is (143,87,154).

#8f579a hex color red value is 143, green value is 87 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8f579a hue: 0.81 , saturation: 0.28 and the lightness value of 8f579a is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010111 10011010
Octal 217 127 232
Decimal 143 87 154
Hex 8F 57 9A

RGB Percentages of Color #8f579a

%37.24
%22.66
%40.10

CMYK Percentages of Color #8f579a

%7
%44
%0
%40

Triadic Colors of #8f579a

#8f579a #9a8f57 #579a8f

Analogous Colors of #8f579a

#8f579a #9a5784 #6e579a

Monochromatic Colors of #8f579a

#8f579a

Complementary Color

#8f579a #629a57

#8f579a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f579a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f579a Color CSS Codes

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

#8f579a Text Font Color

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

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


#8f579a Background Color

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

This div background color is #8f579a


#8f579a Border Color

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

This div border color is #8f579a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(143,87,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 #8f579a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f579a


Comments

No comments written yet.

Please login to write comment.