Color Hex Logo

#8f469f Color Hex

#8F469F
(143,70,159)
0 Favorites   0 Comments

Color spaces of #8f469f

RGB 14370159
HSL0.800.390.45
HSV289°56°62°
CMYK 0.100.560.00   0.38
XYZ19.775912.723234.2144
Yxy12.72320.29640.1907
Hunter Lab35.669636.5420-31.9025
CIE-Lab42.343244.8010-35.3793

#8f469f color RGB value is (143,70,159).

#8f469f hex color red value is 143, green value is 70 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #8f469f hue: 0.80 , saturation: 0.39 and the lightness value of 8f469f is 0.45.

The process color (four color CMYK) of #8f469f color hex is 0.10, 0.56, 0.00, 0.38. Web safe color of #8f469f is #993399. Color #8f469f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000110 10011111
Octal 217 106 237
Decimal 143 70 159
Hex 8F 46 9F

RGB Percentages of Color #8f469f

%38.44
%18.82
%42.74

CMYK Percentages of Color #8f469f

%10
%56
%0
%38

Triadic Colors of #8f469f

#8f469f #9f8f46 #469f8f

Analogous Colors of #8f469f

#8f469f #9f4683 #62469f

Monochromatic Colors of #8f469f

#8f469f

Complementary Color

#8f469f #569f46

#8f469f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f469f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f469f Color CSS Codes

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

#8f469f Text Font Color

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

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


#8f469f Background Color

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

This div background color is #8f469f


#8f469f Border Color

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

This div border color is #8f469f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f469f


Comments

No comments written yet.

Please login to write comment.