Color: #CB92DB

#CB92DB Color Information

#CB92DB is a light color. The closest websafe version is #CB92DB. A complement of this color would be #A3DB94, perceived brightness is 0.67, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 287°,a saturation of 50%, and a lightness of 72%.The HSV representation shows a hue of 287°, a saturation of 33%, and a value of 86%.

In a RGB color space, #CB92DB is composed of 80% red, 57% green and 86% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 33% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 38.19, x: 0.3383, and y: 0.2735.

Color Code #CB92DB

#CB92DBrgb(203, 146, 219)
HEX
#CB92DB
RGB
rgb(203, 146, 219)
HSL
hsl(287, 50%, 72%)
HSV
hsv(287, 33%, 86%)
CMYK
7%, 33%, 0%, 14%
XYZ
X: 47.25, Y: 38.19, Z: 54.21
Lab
L: 68.16, a: 31.43, b: -28.76
Name

Shades of Color #CB92DB

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

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

#CB92DBrgb(203, 146, 219)

About #CB92DB Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 50%, and a lightness of 72%. The HSV representation shows a hue of 287°, a saturation of 33%, and a value of 86%.

  • HEX: #CB92DB
  • RGB: rgb(203, 146, 219)
  • HSL: hsl(287, 50%, 72%)
  • HSV: hsv(287, 33%, 86%)
  • CMYK: 7.00% cyan, 33.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 47.25, 38.19, 54.21
  • Yxy: 38.19, 0.3383, 0.2735
  • Hunter Lab: 68.16, 31.43, -28.76
  • CIE-Lab: 68.16, 31.43, -28.76

In the XYZ color space, this color is represented as X: 47.25, Y: 38.19, Z: 54.21. The Yxy representation further refines this as Y: 38.19, x: 0.3383, and y: 0.2735.

In the Hunter Lab color space, this color is represented as L: 68.16, a: 31.43, and b: -28.76. Similarly, in the CIE-Lab color space, it is represented as L: 68.16, a: 31.43, and b: -28.76.

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

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

Analogous Colors of #CB92DB

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

Monochromatic Colors of #CB92DB

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

Complementary Color of #CB92DB

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

/* Using HEX */
body {
  background-color: #cb92db;
}
/* Using RGB */
body {
  background-color: rgb(203, 146, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 146, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 50%, 72%);
}
/* Text color */
p {
  color: #cb92db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb92db;
}
/* Border color */
.box {
  border: 4px solid #cb92db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb92db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb92db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB92DB
On Black Background
#CB92DB
On White Background
#CB92DB

HTML Examples of #CB92DB

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

Related Colors of #CB92DB

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