Color Hex Logo

#8f58aa Color Hex

#8F58AA
(143,88,170)
0 Favorites   0 Comments

Color spaces of #8f58aa

RGB 14388170
HSL0.780.330.51
HSV280°48°67°
CMYK 0.160.480.00   0.33
XYZ22.073115.721439.9014
Yxy15.72140.28410.2023
Hunter Lab39.650229.9823-31.9104
CIE-Lab46.606837.4777-35.1791

#8f58aa color RGB value is (143,88,170).

#8f58aa hex color red value is 143, green value is 88 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8f58aa hue: 0.78 , saturation: 0.33 and the lightness value of 8f58aa is 0.51.

The process color (four color CMYK) of #8f58aa color hex is 0.16, 0.48, 0.00, 0.33. Web safe color of #8f58aa is #996699. Color #8f58aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 01011000 10101010
Octal 217 130 252
Decimal 143 88 170
Hex 8F 58 AA

RGB Percentages of Color #8f58aa

%35.66
%21.95
%42.39

CMYK Percentages of Color #8f58aa

%16
%48
%0
%33

Triadic Colors of #8f58aa

#8f58aa #aa8f58 #58aa8f

Analogous Colors of #8f58aa

#8f58aa #aa589c #6658aa

Monochromatic Colors of #8f58aa

#8f58aa

Complementary Color

#8f58aa #73aa58

#8f58aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f58aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f58aa Color CSS Codes

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

#8f58aa Text Font Color

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

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


#8f58aa Background Color

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

This div background color is #8f58aa


#8f58aa Border Color

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

This div border color is #8f58aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f58aa


Comments

No comments written yet.

Please login to write comment.