Color: #8045BA

#8045BA Color Information

#8045BA is a dark color. The closest websafe version is #8045BA. A complement of this color would be #80BA45, perceived brightness is 0.39, and the grayscale version is #808080.

In the HSL color space, this color has a hue angle of 270°,a saturation of 46%, and a lightness of 50%.The HSV representation shows a hue of 270°, a saturation of 63%, and a value of 73%.

In a RGB color space, #8045BA is composed of 50% red, 27% green and 73% blue. Whereas in a CMYK color space, it is composed of 31% cyan, 63% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 12.05, x: 0.2807, and y: 0.1806.

Color Code #8045BA

#8045BArgb(128, 69, 186)
HEX
#8045BA
RGB
rgb(128, 69, 186)
HSL
hsl(270, 46%, 50%)
HSV
hsv(270, 63%, 73%)
CMYK
31%, 63%, 0%, 27%
XYZ
X: 18.73, Y: 12.05, Z: 35.95
Lab
L: 41.29, a: 42.64, b: -52.84
Name

Shades of Color #8045BA

Shades are created by darkening the original color #8045BA in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #8045BA

Tints are created by lightening the original color #8045BA in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

#8045BArgb(128, 69, 186)

About #8045BA Color Code

In the HSL color space, this color has a hue angle of 270°, a saturation of 46%, and a lightness of 50%. The HSV representation shows a hue of 270°, a saturation of 63%, and a value of 73%.

  • HEX: #8045BA
  • RGB: rgb(128, 69, 186)
  • HSL: hsl(270, 46%, 50%)
  • HSV: hsv(270, 63%, 73%)
  • CMYK: 31.00% cyan, 63.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 18.73, 12.05, 35.95
  • Yxy: 12.05, 0.2807, 0.1806
  • Hunter Lab: 41.29, 42.64, -52.84
  • CIE-Lab: 41.29, 42.64, -52.84

In the XYZ color space, this color is represented as X: 18.73, Y: 12.05, Z: 35.95. The Yxy representation further refines this as Y: 12.05, x: 0.2807, and y: 0.1806.

In the Hunter Lab color space, this color is represented as L: 41.29, a: 42.64, and b: -52.84. Similarly, in the CIE-Lab color space, it is represented as L: 41.29, a: 42.64, and b: -52.84.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #8045BA

Triadic colors are three colors evenly spaced around the color wheel, including #8045BA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #8045BA

Analogous colors are adjacent to #8045BA on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #8045BA

Monochromatic colors are variations of #8045BA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #8045BA

The complementary color of #8045BA is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #8045BA

/* Using HEX */
body {
  background-color: #8045ba;
}
/* Using RGB */
body {
  background-color: rgb(128, 69, 186);
}
/* Using RGB with opacity */
body {
  background-color: rgba(128, 69, 186, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(270, 46%, 50%);
}
/* Text color */
p {
  color: #8045ba;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #8045ba;
}
/* Border color */
.box {
  border: 4px solid #8045ba;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #8045ba;
}
Text Shadow Preview
/* Background with text */
div {
  background: #8045ba;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#8045BA
On Black Background
#8045BA
On White Background
#8045BA

HTML Examples of #8045BA

<!-- Using HEX -->
<div style="background-color: #8045ba; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(128, 69, 186); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(128, 69, 186, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(270, 46%, 50%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #8045ba;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #8045ba; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #8045ba; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #8045ba;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #8045ba; color: #fff; padding: 16px; border-radius: 8px;">
  #8045BA
</div>
#8045BA
On Black Background
#8045BA
On White Background
#8045BA

Related Colors of #8045BA

These colors are similar to #8045BA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.