Color Hex Logo

#8d53aa Color Hex

#8D53AA
(141,83,170)
0 Favorites   0 Comments

Color spaces of #8d53aa

RGB 14183170
HSL0.780.340.50
HSV280°51°67°
CMYK 0.170.510.00   0.33
XYZ21.333514.751539.7531
Yxy14.75150.28130.1945
Hunter Lab38.407731.9342-34.4815
CIE-Lab45.291939.6737-37.2686

#8d53aa color RGB value is (141,83,170).

#8d53aa hex color red value is 141, green value is 83 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8d53aa hue: 0.78 , saturation: 0.34 and the lightness value of 8d53aa is 0.50.

The process color (four color CMYK) of #8d53aa color hex is 0.17, 0.51, 0.00, 0.33. Web safe color of #8d53aa is #996699. Color #8d53aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010011 10101010
Octal 215 123 252
Decimal 141 83 170
Hex 8D 53 AA

RGB Percentages of Color #8d53aa

%35.79
%21.07
%43.15

CMYK Percentages of Color #8d53aa

%17
%51
%0
%33

Triadic Colors of #8d53aa

#8d53aa #aa8d53 #53aa8d

Analogous Colors of #8d53aa

#8d53aa #aa539c #6153aa

Monochromatic Colors of #8d53aa

#8d53aa

Complementary Color

#8d53aa #70aa53

#8d53aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d53aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d53aa Color CSS Codes

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

#8d53aa Text Font Color

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

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


#8d53aa Background Color

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

This div background color is #8d53aa


#8d53aa Border Color

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

This div border color is #8d53aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d53aa


Comments

No comments written yet.

Please login to write comment.