Color: #D28CFE

#D28CFE Color Information

#D28CFE is a light color. The closest websafe version is #D28CFE. A complement of this color would be #B7FE8B, perceived brightness is 0.68, and the grayscale version is #C5C5C5.

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

In a RGB color space, #D28CFE is composed of 82% red, 55% green and 100% blue. Whereas in a CMYK color space, it is composed of 17% cyan, 45% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 39.15, x: 0.3160, and y: 0.2362.

Color Code #D28CFE

HEX
#D28CFE
RGB
rgb(210, 140, 254)
HSL
hsl(277, 98%, 77%)
HSV
hsv(277, 45%, 100%)
CMYK
17%, 45%, 0%, 0%
XYZ
X: 52.38, Y: 39.15, Z: 74.23
Lab
L: 68.86, a: 42.21, b: -46.75
Name

Shades of Color #D28CFE

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

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

In the HSL color space, this color has a hue angle of 277°, a saturation of 98%, and a lightness of 77%. The HSV representation shows a hue of 277°, a saturation of 45%, and a value of 100%.

  • HEX: #D28CFE
  • RGB: rgb(210, 140, 254)
  • HSL: hsl(277, 98%, 77%)
  • HSV: hsv(277, 45%, 100%)
  • CMYK: 17.00% cyan, 45.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 52.38, 39.15, 74.23
  • Yxy: 39.15, 0.3160, 0.2362
  • Hunter Lab: 68.86, 42.21, -46.75
  • CIE-Lab: 68.86, 42.21, -46.75

In the XYZ color space, this color is represented as X: 52.38, Y: 39.15, Z: 74.23. The Yxy representation further refines this as Y: 39.15, x: 0.3160, and y: 0.2362.

In the Hunter Lab color space, this color is represented as L: 68.86, a: 42.21, and b: -46.75. Similarly, in the CIE-Lab color space, it is represented as L: 68.86, a: 42.21, and b: -46.75.

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

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

Analogous Colors of #D28CFE

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

Monochromatic Colors of #D28CFE

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

Complementary Color of #D28CFE

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

/* Using HEX */
body {
  background-color: #d28cfe;
}
/* Using RGB */
body {
  background-color: rgb(210, 140, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(210, 140, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(277, 98%, 77%);
}
/* Text color */
p {
  color: #d28cfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #d28cfe;
}

HTML Examples of #D28CFE

<!-- Using HEX -->
<div style="background-color: #d28cfe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(210, 140, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(210, 140, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(277, 98%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #d28cfe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #d28cfe; width: 100px; height: 100px;"></div>

Related Colors of #D28CFE

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