Color: #D07AFF
#D07AFF Color Information
#D07AFF is a light color. The closest websafe version is #D07AFF. A complement of this color would be #A9FF7A, perceived brightness is 0.64, and the grayscale version is #BDBDBD.
In the HSL color space, this color has a hue angle of 279°,a saturation of 99%, and a lightness of 74%.The HSV representation shows a hue of 279°, a saturation of 100%, and a value of 100%.
In a RGB color space, #D07AFF is composed of 82% red, 48% green and 100% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 52% magenta, 0% yellow and 0% black.
In the Yxy color space, this color is represented as Y: 34.05, x: 0.3130, and y: 0.2161.
Color Code #D07AFF
Shades of Color #D07AFF
Shades are created by darkening the original color #D07AFF 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 #D07AFF
Tints are created by lightening the original color #D07AFF 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 #D07AFF Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 100%, and a lightness of 74%. The HSV representation shows a hue of 279°, a saturation of 52%, and a value of 100%.
- HEX: #D07AFF
- RGB: rgb(208, 122, 255)
- HSL: hsl(279, 100%, 74%)
- HSV: hsv(279, 52%, 100%)
- CMYK: 18.00% cyan, 52.00% magenta, 0.00% yellow, 0.00% black
- XYZ: 49.31, 34.05, 74.19
- Yxy: 34.05, 0.3130, 0.2161
- Hunter Lab: 65.00, 50.70, -53.37
- CIE-Lab: 65.00, 50.70, -53.37
In the XYZ color space, this color is represented as X: 49.31, Y: 34.05, Z: 74.19. The Yxy representation further refines this as Y: 34.05, x: 0.3130, and y: 0.2161.
In the Hunter Lab color space, this color is represented as L: 65.00, a: 50.70, and b: -53.37. Similarly, in the CIE-Lab color space, it is represented as L: 65.00, a: 50.70, and b: -53.37.
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 #D07AFF
Triadic colors are three colors evenly spaced around the color wheel, including #D07AFF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #D07AFF
Monochromatic colors are variations of #D07AFF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #D07AFF
The complementary color of #D07AFF 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 #D07AFF
/* Using HEX */ body { background-color: #d07aff; }
/* Using RGB */ body { background-color: rgb(208, 122, 255); }
/* Using RGB with opacity */ body { background-color: rgba(208, 122, 255, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 100%, 74%); }
/* Text color */ p { color: #d07aff; }
/* Box shadow */ div { box-shadow: 4px 4px #d07aff; }
HTML Examples of #D07AFF
<!-- Using HEX --> <div style="background-color: #d07aff; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(208, 122, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(208, 122, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 100%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #d07aff;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #d07aff; width: 100px; height: 100px;"></div>
Related Colors of #D07AFF
These colors are similar to #D07AFF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.