Color: #B89AFD

#B89AFD Color Information

#B89AFD is a light color. The closest websafe version is #B89AFD. A complement of this color would be #E0FD9B, perceived brightness is 0.68, and the grayscale version is #CCCCCC.

In the HSL color space, this color has a hue angle of 258°,a saturation of 96%, and a lightness of 80%.The HSV representation shows a hue of 258°, a saturation of 39%, and a value of 99%.

In a RGB color space, #B89AFD is composed of 72% red, 60% green and 99% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 39% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 39.78, x: 0.2942, and y: 0.2469.

Color Code #B89AFD

#B89AFDrgb(184, 154, 253)
HEX
#B89AFD
RGB
rgb(184, 154, 253)
HSL
hsl(258, 96%, 80%)
HSV
hsv(258, 39%, 99%)
CMYK
27%, 39%, 0%, 1%
XYZ
X: 47.40, Y: 39.78, Z: 73.96
Lab
L: 69.32, a: 26.87, b: -45.73
Name

Shades of Color #B89AFD

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

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

#B89AFDrgb(184, 154, 253)

About #B89AFD Color Code

In the HSL color space, this color has a hue angle of 258°, a saturation of 96%, and a lightness of 80%. The HSV representation shows a hue of 258°, a saturation of 39%, and a value of 99%.

  • HEX: #B89AFD
  • RGB: rgb(184, 154, 253)
  • HSL: hsl(258, 96%, 80%)
  • HSV: hsv(258, 39%, 99%)
  • CMYK: 27.00% cyan, 39.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 47.40, 39.78, 73.96
  • Yxy: 39.78, 0.2942, 0.2469
  • Hunter Lab: 69.32, 26.87, -45.73
  • CIE-Lab: 69.32, 26.87, -45.73

In the XYZ color space, this color is represented as X: 47.40, Y: 39.78, Z: 73.96. The Yxy representation further refines this as Y: 39.78, x: 0.2942, and y: 0.2469.

In the Hunter Lab color space, this color is represented as L: 69.32, a: 26.87, and b: -45.73. Similarly, in the CIE-Lab color space, it is represented as L: 69.32, a: 26.87, and b: -45.73.

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

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

Analogous Colors of #B89AFD

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

Split Complementary Colors of #B89AFD

Split complementary colors are two colors adjacent to the complementary color of #B89AFD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #B89AFD

Tetradic colors form a rectangle on the color wheel, including #B89AFD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #B89AFD

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

Complementary Color of #B89AFD

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

/* Using HEX */
body {
  background-color: #b89afd;
}
/* Using RGB */
body {
  background-color: rgb(184, 154, 253);
}
/* Using RGB with opacity */
body {
  background-color: rgba(184, 154, 253, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(258, 96%, 80%);
}
/* Text color */
p {
  color: #b89afd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b89afd;
}
/* Border color */
.box {
  border: 4px solid #b89afd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b89afd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b89afd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B89AFD
On Black Background
#B89AFD
On White Background
#B89AFD

HTML Examples of #B89AFD

<!-- Using HEX -->
<div style="background-color: #b89afd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(184, 154, 253); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(184, 154, 253, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(258, 96%, 80%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #b89afd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #b89afd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #b89afd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #b89afd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #b89afd; color: #fff; padding: 16px; border-radius: 8px;">
  #B89AFD
</div>
#B89AFD
On Black Background
#B89AFD
On White Background
#B89AFD

Related Colors of #B89AFD

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