Color Hex Logo

#8f13aa Color Hex

#8F13AA
(143,19,170)
0 Favorites   0 Comments

Color spaces of #8f13aa

RGB 14319170
HSL0.800.800.37
HSV289°89°67°
CMYK 0.160.890.00   0.33
XYZ18.81639.207738.8157
Yxy9.20770.28150.1378
Hunter Lab30.344257.5847-54.6017
CIE-Lab36.381265.6275-51.4995

#8f13aa color RGB value is (143,19,170).

#8f13aa hex color red value is 143, green value is 19 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8f13aa hue: 0.80 , saturation: 0.80 and the lightness value of 8f13aa is 0.37.

The process color (four color CMYK) of #8f13aa color hex is 0.16, 0.89, 0.00, 0.33. Web safe color of #8f13aa is #990099. Color #8f13aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00010011 10101010
Octal 217 23 252
Decimal 143 19 170
Hex 8F 13 AA

RGB Percentages of Color #8f13aa

%43.07
%5.72
%51.20

CMYK Percentages of Color #8f13aa

%16
%89
%0
%33

Triadic Colors of #8f13aa

#8f13aa #aa8f13 #13aa8f

Analogous Colors of #8f13aa

#8f13aa #aa137a #4313aa

Monochromatic Colors of #8f13aa

#8f13aa

Complementary Color

#8f13aa #2eaa13

#8f13aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f13aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f13aa Color CSS Codes

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

#8f13aa Text Font Color

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

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


#8f13aa Background Color

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

This div background color is #8f13aa


#8f13aa Border Color

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

This div border color is #8f13aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f13aa


Comments

No comments written yet.

Please login to write comment.