Color Hex Logo

#8d50ac Color Hex

#8D50AC
(141,80,172)
0 Favorites   0 Comments

Color spaces of #8d50ac

RGB 14180172
HSL0.780.370.49
HSV280°53°67°
CMYK 0.180.530.00   0.33
XYZ21.299614.378640.6825
Yxy14.37860.27890.1883
Hunter Lab37.919133.9070-37.0674
CIE-Lab44.771141.7578-39.2721

#8d50ac color RGB value is (141,80,172).

#8d50ac hex color red value is 141, green value is 80 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8d50ac hue: 0.78 , saturation: 0.37 and the lightness value of 8d50ac is 0.49.

The process color (four color CMYK) of #8d50ac color hex is 0.18, 0.53, 0.00, 0.33. Web safe color of #8d50ac is #996699. Color #8d50ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001101 01010000 10101100
Octal 215 120 254
Decimal 141 80 172
Hex 8D 50 AC

RGB Percentages of Color #8d50ac

%35.88
%20.36
%43.77

CMYK Percentages of Color #8d50ac

%18
%53
%0
%33

Triadic Colors of #8d50ac

#8d50ac #ac8d50 #50ac8d

Analogous Colors of #8d50ac

#8d50ac #ac509d #5f50ac

Monochromatic Colors of #8d50ac

#8d50ac

Complementary Color

#8d50ac #6fac50

#8d50ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8d50ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8d50ac Color CSS Codes

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

#8d50ac Text Font Color

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

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


#8d50ac Background Color

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

This div background color is #8d50ac


#8d50ac Border Color

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

This div border color is #8d50ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(141,80,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8d50ac


Comments

No comments written yet.

Please login to write comment.