Color: #CD39FB

#CD39FB Color Information

#CD39FB is a dark color. The closest websafe version is #CD39FB. A complement of this color would be #65FB37, perceived brightness is 0.48, and the grayscale version is #9A9A9A.

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

In a RGB color space, #CD39FB is composed of 80% red, 22% green and 98% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 77% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 22.36, x: 0.3123, and y: 0.1662.

Color Code #CD39FB

#CD39FBrgb(205, 57, 251)
HEX
#CD39FB
RGB
rgb(205, 57, 251)
HSL
hsl(286, 96%, 60%)
HSV
hsv(286, 77%, 98%)
CMYK
18%, 77%, 0%, 2%
XYZ
X: 42.00, Y: 22.36, Z: 70.14
Lab
L: 54.41, a: 75.52, b: -68.05
Name

Shades of Color #CD39FB

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

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

#CD39FBrgb(205, 57, 251)

About #CD39FB Color Code

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

  • HEX: #CD39FB
  • RGB: rgb(205, 57, 251)
  • HSL: hsl(286, 96%, 60%)
  • HSV: hsv(286, 77%, 98%)
  • CMYK: 18.00% cyan, 77.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 42.00, 22.36, 70.14
  • Yxy: 22.36, 0.3123, 0.1662
  • Hunter Lab: 54.41, 75.52, -68.05
  • CIE-Lab: 54.41, 75.52, -68.05

In the XYZ color space, this color is represented as X: 42.00, Y: 22.36, Z: 70.14. The Yxy representation further refines this as Y: 22.36, x: 0.3123, and y: 0.1662.

In the Hunter Lab color space, this color is represented as L: 54.41, a: 75.52, and b: -68.05. Similarly, in the CIE-Lab color space, it is represented as L: 54.41, a: 75.52, and b: -68.05.

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

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

Analogous Colors of #CD39FB

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

Split Complementary Colors of #CD39FB

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

Tetradic Colors of #CD39FB

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

Monochromatic Colors of #CD39FB

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

Complementary Color of #CD39FB

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

/* Using HEX */
body {
  background-color: #cd39fb;
}
/* Using RGB */
body {
  background-color: rgb(205, 57, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(205, 57, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(286, 96%, 60%);
}
/* Text color */
p {
  color: #cd39fb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cd39fb;
}
/* Border color */
.box {
  border: 4px solid #cd39fb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cd39fb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cd39fb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CD39FB
On Black Background
#CD39FB
On White Background
#CD39FB

HTML Examples of #CD39FB

<!-- Using HEX -->
<div style="background-color: #cd39fb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(205, 57, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(205, 57, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(286, 96%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cd39fb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cd39fb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cd39fb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cd39fb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cd39fb; color: #fff; padding: 16px; border-radius: 8px;">
  #CD39FB
</div>
#CD39FB
On Black Background
#CD39FB
On White Background
#CD39FB

Related Colors of #CD39FB

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