Color Hex Logo

#8d48aa Color Hex

#8D48AA
(141,72,170)
0 Favorites   0 Comments

Color spaces of #8d48aa

RGB 14172170
HSL0.780.400.47
HSV282°58°67°
CMYK 0.170.580.00   0.33
XYZ20.557613.199739.4945
Yxy13.19970.28060.1802
Hunter Lab36.331437.4217-39.0200
CIE-Lab43.062645.5534-40.8016

#8d48aa color RGB value is (141,72,170).

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

The process color (four color CMYK) of #8d48aa color hex is 0.17, 0.58, 0.00, 0.33. Web safe color of #8d48aa is #993399. Color #8d48aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01001000 10101010
Octal 215 110 252
Decimal 141 72 170
Hex 8D 48 AA

RGB Percentages of Color #8d48aa

%36.81
%18.80
%44.39

CMYK Percentages of Color #8d48aa

%17
%58
%0
%33

Triadic Colors of #8d48aa

#8d48aa #aa8d48 #48aa8d

Analogous Colors of #8d48aa

#8d48aa #aa4896 #5c48aa

Monochromatic Colors of #8d48aa

#8d48aa

Complementary Color

#8d48aa #65aa48

#8d48aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d48aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d48aa Color CSS Codes

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

#8d48aa Text Font Color

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

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


#8d48aa Background Color

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

This div background color is #8d48aa


#8d48aa Border Color

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

This div border color is #8d48aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d48aa


Comments

No comments written yet.

Please login to write comment.