Color: #DA7FEB

#DA7FEB Color Information

#DA7FEB is a light color. The closest websafe version is #DA7FEB. A complement of this color would be #8FEB7F, perceived brightness is 0.65, and the grayscale version is #B5B5B5.

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

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

In the Yxy color space, this color is represented as Y: 35.85, x: 0.3401, and y: 0.2408.

Color Code #DA7FEB

#DA7FEBrgb(218, 127, 235)
HEX
#DA7FEB
RGB
rgb(218, 127, 235)
HSL
hsl(291, 73%, 71%)
HSV
hsv(291, 46%, 92%)
CMYK
7%, 46%, 0%, 8%
XYZ
X: 50.63, Y: 35.85, Z: 62.37
Lab
L: 66.41, a: 48.19, b: -40.10
Name

Shades of Color #DA7FEB

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

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

#DA7FEBrgb(218, 127, 235)

About #DA7FEB Color Code

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

  • HEX: #DA7FEB
  • RGB: rgb(218, 127, 235)
  • HSL: hsl(291, 73%, 71%)
  • HSV: hsv(291, 46%, 92%)
  • CMYK: 7.00% cyan, 46.00% magenta, 0.00% yellow, 8.00% black
  • XYZ: 50.63, 35.85, 62.37
  • Yxy: 35.85, 0.3401, 0.2408
  • Hunter Lab: 66.41, 48.19, -40.10
  • CIE-Lab: 66.41, 48.19, -40.10

In the XYZ color space, this color is represented as X: 50.63, Y: 35.85, Z: 62.37. The Yxy representation further refines this as Y: 35.85, x: 0.3401, and y: 0.2408.

In the Hunter Lab color space, this color is represented as L: 66.41, a: 48.19, and b: -40.10. Similarly, in the CIE-Lab color space, it is represented as L: 66.41, a: 48.19, and b: -40.10.

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

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

Analogous Colors of #DA7FEB

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

Split Complementary Colors of #DA7FEB

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

Tetradic Colors of #DA7FEB

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

Monochromatic Colors of #DA7FEB

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

Complementary Color of #DA7FEB

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

/* Using HEX */
body {
  background-color: #da7feb;
}
/* Using RGB */
body {
  background-color: rgb(218, 127, 235);
}
/* Using RGB with opacity */
body {
  background-color: rgba(218, 127, 235, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(291, 73%, 71%);
}
/* Text color */
p {
  color: #da7feb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #da7feb;
}
/* Border color */
.box {
  border: 4px solid #da7feb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #da7feb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #da7feb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#DA7FEB
On Black Background
#DA7FEB
On White Background
#DA7FEB

HTML Examples of #DA7FEB

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

Related Colors of #DA7FEB

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