Random Color Generator

#8d048a Color

Color Codes
Hex Code #8d048a
RGB Code rgb(141, 04, 138)
HSL Code hsl(301, 94%, 28%)

#8d048a Color Syntax

rgb()

 rgb(Red, Green, Blue);
 rgba(Red, Green, Blue, Alpha);

 main {
    background-color: rgb(141, 04, 138);
   }

R(red), G(green), B(blue) can be number between 0-255.
A parameter is a hex characters (0–9, A–F) and optional.

hsl()

 hsl(hue saturation lightness);
 hsl(hue saturation lightness / alpha);

 div {
  background-color: hsl(301, 94%, 28%);
  }

Saturation value is a percentage value between 0% unsaturated and 100% fully saturated.
Lightness value is a percentage value between 100% is white and 0% is black.

Lighter and darker colors of #8d048a

RGB Code Hex Code Preview
rgb(141, 04, 138, 10%) #8d048a1a  
rgb(141, 04, 138, 20%) #8d048a33  
rgb(141, 04, 138, 40%) #8d048a4C  
rgb(141, 04, 138, 60%) #8d048a99  
rgb(141, 04, 138, 80%) #8d048aCC  
rgb(141, 04, 138, 100%) #8d048aFF  

Saturated and desaturated colors of #8d048a

HSL Code Preview
hsl(301, 10%, 28%)  
hsl(301, 20%, 28%)  
hsl(301, 40%, 28%)  
hsl(301, 60%, 28%)  
hsl(301, 80%, 28%)  
hsl(301, 100%, 28%)  

#8d048a Color Usage In CSS

 body {
    color: #8d048a;
    }
 p {
    color: rgb(141, 04, 138);
    }
 header {
    border-bottom:1px solid #8d048a;
    }
Recent Random Colors