Color: #DA8AEA

#DA8AEA Color Information

#DA8AEA is a light color. The closest websafe version is #DA8AEA. A complement of this color would be #9AEA8A, perceived brightness is 0.68, and the grayscale version is #BABABA.

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

In a RGB color space, #DA8AEA is composed of 85% red, 54% green and 92% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 41% magenta, 0% yellow and 8% black.

In the Yxy color space, this color is represented as Y: 38.81, x: 0.3404, and y: 0.2534.

Color Code #DA8AEA

HEX
#DA8AEA
RGB
rgb(218, 138, 234)
HSL
hsl(290, 70%, 73%)
HSV
hsv(290, 41%, 92%)
CMYK
7%, 41%, 0%, 8%
XYZ
X: 52.13, Y: 38.81, Z: 62.21
Lab
L: 68.61, a: 42.63, b: -36.14
Name

Shades of Color #DA8AEA

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

Tints are created by lightening the original color #DA8AEA 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 #DA8AEA Color Code

In the HSL color space, this color has a hue angle of 290°, a saturation of 70%, and a lightness of 73%. The HSV representation shows a hue of 290°, a saturation of 41%, and a value of 92%.

  • HEX: #DA8AEA
  • RGB: rgb(218, 138, 234)
  • HSL: hsl(290, 70%, 73%)
  • HSV: hsv(290, 41%, 92%)
  • CMYK: 7.00% cyan, 41.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 52.13, 38.81, 62.21
  • Yxy: 38.81, 0.3404, 0.2534
  • Hunter Lab: 68.61, 42.63, -36.14
  • CIE-Lab: 68.61, 42.63, -36.14

In the XYZ color space, this color is represented as X: 52.13, Y: 38.81, Z: 62.21. The Yxy representation further refines this as Y: 38.81, x: 0.3404, and y: 0.2534.

In the Hunter Lab color space, this color is represented as L: 68.61, a: 42.63, and b: -36.14. Similarly, in the CIE-Lab color space, it is represented as L: 68.61, a: 42.63, and b: -36.14.

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

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

Analogous Colors of #DA8AEA

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

Monochromatic Colors of #DA8AEA

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

Complementary Color of #DA8AEA

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

/* Using HEX */
body {
  background-color: #da8aea;
}
/* Using RGB */
body {
  background-color: rgb(218, 138, 234);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 138, 234, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(290, 70%, 73%);
}
/* Text color */
p {
  color: #da8aea;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #da8aea;
}

HTML Examples of #DA8AEA

<!-- Using HEX -->
<div style="background-color: #da8aea; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(218, 138, 234); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(218, 138, 234, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(290, 70%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #da8aea;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #da8aea; width: 100px; height: 100px;"></div>

Related Colors of #DA8AEA

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