Color: #CBA3DA

#CBA3DA Color Information

#CBA3DA is a light color. The closest websafe version is #CBA3DA. A complement of this color would be #B2DBA4, perceived brightness is 0.71, and the grayscale version is #BFBFBF.

In the HSL color space, this color has a hue angle of 284°,a saturation of 43%, and a lightness of 75%.The HSV representation shows a hue of 284°, a saturation of 25%, and a value of 85%.

In a RGB color space, #CBA3DA is composed of 80% red, 64% green and 85% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 25% magenta, 0% yellow and 15% black.

In the Yxy color space, this color is represented as Y: 43.79, x: 0.3381, and y: 0.2950.

Color Code #CBA3DA

#CBA3DArgb(203, 163, 218)
HEX
#CBA3DA
RGB
rgb(203, 163, 218)
HSL
hsl(284, 43%, 75%)
HSV
hsv(284, 25%, 85%)
CMYK
7%, 25%, 0%, 15%
XYZ
X: 50.18, Y: 43.79, Z: 54.46
Lab
L: 72.09, a: 22.47, b: -22.25
Name

Shades of Color #CBA3DA

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

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

#CBA3DArgb(203, 163, 218)

About #CBA3DA Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 43%, and a lightness of 75%. The HSV representation shows a hue of 284°, a saturation of 25%, and a value of 85%.

  • HEX: #CBA3DA
  • RGB: rgb(203, 163, 218)
  • HSL: hsl(284, 43%, 75%)
  • HSV: hsv(284, 25%, 85%)
  • CMYK: 7.00% cyan, 25.00% magenta, 0.00% yellow, 15.00% black
  • XYZ: 50.18, 43.79, 54.46
  • Yxy: 43.79, 0.3381, 0.2950
  • Hunter Lab: 72.09, 22.47, -22.25
  • CIE-Lab: 72.09, 22.47, -22.25

In the XYZ color space, this color is represented as X: 50.18, Y: 43.79, Z: 54.46. The Yxy representation further refines this as Y: 43.79, x: 0.3381, and y: 0.2950.

In the Hunter Lab color space, this color is represented as L: 72.09, a: 22.47, and b: -22.25. Similarly, in the CIE-Lab color space, it is represented as L: 72.09, a: 22.47, and b: -22.25.

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

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

Analogous Colors of #CBA3DA

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

Split Complementary Colors of #CBA3DA

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

Tetradic Colors of #CBA3DA

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

Monochromatic Colors of #CBA3DA

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

Complementary Color of #CBA3DA

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

/* Using HEX */
body {
  background-color: #cba3da;
}
/* Using RGB */
body {
  background-color: rgb(203, 163, 218);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 163, 218, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(284, 43%, 75%);
}
/* Text color */
p {
  color: #cba3da;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cba3da;
}
/* Border color */
.box {
  border: 4px solid #cba3da;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cba3da;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cba3da;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CBA3DA
On Black Background
#CBA3DA
On White Background
#CBA3DA

HTML Examples of #CBA3DA

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

Related Colors of #CBA3DA

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