Random Color Generator

#894270 Color

Color Codes
Hex Code #894270
RGB Code rgb(137, 66, 112)
HSL Code hsl(321, 35%, 40%)

#894270 Color Syntax

rgb()

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

 main {
    background-color: rgb(137, 66, 112);
   }

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(321, 35%, 40%);
  }

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 #894270

RGB Code Hex Code Preview
rgb(137, 66, 112, 10%) #8942701a  
rgb(137, 66, 112, 20%) #89427033  
rgb(137, 66, 112, 40%) #8942704C  
rgb(137, 66, 112, 60%) #89427099  
rgb(137, 66, 112, 80%) #894270CC  
rgb(137, 66, 112, 100%) #894270FF  

Saturated and desaturated colors of #894270

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

#894270 Color Usage In CSS

 body {
    color: #894270;
    }
 p {
    color: rgb(137, 66, 112);
    }
 header {
    border-bottom:1px solid #894270;
    }
Recent Random Colors