Color Hex Logo

#8f469a Color Hex

#8F469A
(143,70,154)
0 Favorites   0 Comments

Color spaces of #8f469a

RGB 14370154
HSL0.810.380.44
HSV292°55°60°
CMYK 0.070.550.00   0.40
XYZ19.350612.553131.9749
Yxy12.55310.30290.1965
Hunter Lab35.430435.4862-28.7063
CIE-Lab42.082043.7874-32.7958

#8f469a color RGB value is (143,70,154).

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

The process color (four color CMYK) of #8f469a color hex is 0.07, 0.55, 0.00, 0.40. Web safe color of #8f469a is #993399. Color #8f469a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01000110 10011010
Octal 217 106 232
Decimal 143 70 154
Hex 8F 46 9A

RGB Percentages of Color #8f469a

%38.96
%19.07
%41.96

CMYK Percentages of Color #8f469a

%7
%55
%0
%40

Triadic Colors of #8f469a

#8f469a #9a8f46 #469a8f

Analogous Colors of #8f469a

#8f469a #9a467b #65469a

Monochromatic Colors of #8f469a

#8f469a

Complementary Color

#8f469a #519a46

#8f469a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f469a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f469a Color CSS Codes

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

#8f469a Text Font Color

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

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


#8f469a Background Color

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

This div background color is #8f469a


#8f469a Border Color

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

This div border color is #8f469a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f469a


Comments

No comments written yet.

Please login to write comment.