Color Hex Logo

#8f539e Color Hex

#8F539E
(143,83,158)
0 Favorites   0 Comments

Color spaces of #8f539e

RGB 14383158
HSL0.800.310.47
HSV288°47°62°
CMYK 0.090.470.00   0.38
XYZ20.592514.494834.0602
Yxy14.49480.29780.2096
Hunter Lab38.072029.9215-26.3919
CIE-Lab44.934337.6554-30.7072

#8f539e color RGB value is (143,83,158).

#8f539e hex color red value is 143, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #8f539e hue: 0.80 , saturation: 0.31 and the lightness value of 8f539e is 0.47.

The process color (four color CMYK) of #8f539e color hex is 0.09, 0.47, 0.00, 0.38. Web safe color of #8f539e is #996699. Color #8f539e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01010011 10011110
Octal 217 123 236
Decimal 143 83 158
Hex 8F 53 9E

RGB Percentages of Color #8f539e

%37.24
%21.61
%41.15

CMYK Percentages of Color #8f539e

%9
%47
%0
%38

Triadic Colors of #8f539e

#8f539e #9e8f53 #539e8f

Analogous Colors of #8f539e

#8f539e #9e5388 #6a539e

Monochromatic Colors of #8f539e

#8f539e

Complementary Color

#8f539e #629e53

#8f539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f539e Color CSS Codes

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

#8f539e Text Font Color

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

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


#8f539e Background Color

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

This div background color is #8f539e


#8f539e Border Color

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

This div border color is #8f539e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f539e


Comments

No comments written yet.

Please login to write comment.