Color: #BA5EAB

#BA5EAB Color Information

#BA5EAB is a light color. The closest websafe version is #BA5EAB. A complement of this color would be #5EBA6E, perceived brightness is 0.51, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 310°,a saturation of 40%, and a lightness of 55%.The HSV representation shows a hue of 310°, a saturation of 100%, and a value of 100%.

In a RGB color space, #BA5EAB is composed of 73% red, 37% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 49% magenta, 8% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 21.42, x: 0.3764, and y: 0.2555.

Color Code #BA5EAB

HEX
#BA5EAB
RGB
rgb(186, 94, 171)
HSL
hsl(310, 40%, 55%)
HSV
hsv(310, 49%, 73%)
CMYK
0%, 49%, 8%, 27%
XYZ
X: 31.55, Y: 21.42, Z: 30.86
Lab
L: 53.40, a: 45.38, b: -24.42
Name

Shades of Color #BA5EAB

Shades are created by darkening the original color #BA5EAB 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 #BA5EAB

Tints are created by lightening the original color #BA5EAB 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.

About #BA5EAB Color Code

In the HSL color space, this color has a hue angle of 310°, a saturation of 40%, and a lightness of 55%. The HSV representation shows a hue of 310°, a saturation of 49%, and a value of 73%.

  • HEX: #BA5EAB
  • RGB: rgb(186, 94, 171)
  • HSL: hsl(310, 40%, 55%)
  • HSV: hsv(310, 49%, 73%)
  • CMYK: 0.00% cyan, 49.00% magenta, 8.00% yellow, 27.00% black
  • XYZ: 31.55, 21.42, 30.86
  • Yxy: 21.42, 0.3764, 0.2555
  • Hunter Lab: 53.40, 45.38, -24.42
  • CIE-Lab: 53.40, 45.38, -24.42

In the XYZ color space, this color is represented as X: 31.55, Y: 21.42, Z: 30.86. The Yxy representation further refines this as Y: 21.42, x: 0.3764, and y: 0.2555.

In the Hunter Lab color space, this color is represented as L: 53.40, a: 45.38, and b: -24.42. Similarly, in the CIE-Lab color space, it is represented as L: 53.40, a: 45.38, and b: -24.42.

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

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

Analogous Colors of #BA5EAB

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

Monochromatic Colors of #BA5EAB

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

Complementary Color of #BA5EAB

The complementary color of #BA5EAB 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 #BA5EAB

/* Using HEX */
body {
  background-color: #ba5eab;
}
/* Using RGB */
body {
  background-color: rgb(186, 94, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(186, 94, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(310, 40%, 55%);
}
/* Text color */
p {
  color: #ba5eab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ba5eab;
}

HTML Examples of #BA5EAB

<!-- Using HEX -->
<div style="background-color: #ba5eab; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(186, 94, 171); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(186, 94, 171, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(310, 40%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ba5eab;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ba5eab; width: 100px; height: 100px;"></div>

Related Colors of #BA5EAB

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