Color: #887BDB

#887BDB Color Information

#887BDB is a light color. The closest websafe version is #887BDB. A complement of this color would be #CEDB7B, perceived brightness is 0.54, and the grayscale version is #ABABAB.

In the HSL color space, this color has a hue angle of 248°,a saturation of 57%, and a lightness of 67%.The HSV representation shows a hue of 248°, a saturation of 44%, and a value of 86%.

In a RGB color space, #887BDB is composed of 53% red, 48% green and 86% blue. Whereas in a CMYK color space, it is composed of 38% cyan, 44% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 23.97, x: 0.2706, and y: 0.2276.

Color Code #887BDB

#887BDBrgb(136, 123, 219)
HEX
#887BDB
RGB
rgb(136, 123, 219)
HSL
hsl(248, 57%, 67%)
HSV
hsv(248, 44%, 86%)
CMYK
38%, 44%, 0%, 14%
XYZ
X: 28.50, Y: 23.97, Z: 52.86
Lab
L: 56.06, a: 22.46, b: -48.16
Name

Shades of Color #887BDB

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

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

#887BDBrgb(136, 123, 219)

About #887BDB Color Code

In the HSL color space, this color has a hue angle of 248°, a saturation of 57%, and a lightness of 67%. The HSV representation shows a hue of 248°, a saturation of 44%, and a value of 86%.

  • HEX: #887BDB
  • RGB: rgb(136, 123, 219)
  • HSL: hsl(248, 57%, 67%)
  • HSV: hsv(248, 44%, 86%)
  • CMYK: 38.00% cyan, 44.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 28.50, 23.97, 52.86
  • Yxy: 23.97, 0.2706, 0.2276
  • Hunter Lab: 56.06, 22.46, -48.16
  • CIE-Lab: 56.06, 22.46, -48.16

In the XYZ color space, this color is represented as X: 28.50, Y: 23.97, Z: 52.86. The Yxy representation further refines this as Y: 23.97, x: 0.2706, and y: 0.2276.

In the Hunter Lab color space, this color is represented as L: 56.06, a: 22.46, and b: -48.16. Similarly, in the CIE-Lab color space, it is represented as L: 56.06, a: 22.46, and b: -48.16.

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 #887BDB

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

Analogous Colors of #887BDB

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

Split Complementary Colors of #887BDB

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

Tetradic Colors of #887BDB

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

Monochromatic Colors of #887BDB

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

Complementary Color of #887BDB

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

/* Using HEX */
body {
  background-color: #887bdb;
}
/* Using RGB */
body {
  background-color: rgb(136, 123, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(136, 123, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(248, 57%, 67%);
}
/* Text color */
p {
  color: #887bdb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #887bdb;
}
/* Border color */
.box {
  border: 4px solid #887bdb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #887bdb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #887bdb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#887BDB
On Black Background
#887BDB
On White Background
#887BDB

HTML Examples of #887BDB

<!-- Using HEX -->
<div style="background-color: #887bdb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(136, 123, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(136, 123, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(248, 57%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #887bdb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #887bdb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #887bdb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #887bdb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #887bdb; color: #fff; padding: 16px; border-radius: 8px;">
  #887BDB
</div>
#887BDB
On Black Background
#887BDB
On White Background
#887BDB

Related Colors of #887BDB

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