Color: #CB15AD

#CB15AD Color Information

#CB15AD is a dark color. The closest websafe version is #CB15AD. A complement of this color would be #15CB34, perceived brightness is 0.36, and the grayscale version is #707070.

In the HSL color space, this color has a hue angle of 310°,a saturation of 81%, and a lightness of 44%.The HSV representation shows a hue of 310°, a saturation of 90%, and a value of 80%.

In a RGB color space, #CB15AD is composed of 80% red, 8% green and 68% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 90% magenta, 15% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 16.36, x: 0.4068, and y: 0.2060.

Color Code #CB15AD

#CB15ADrgb(203, 21, 173)
HEX
#CB15AD
RGB
rgb(203, 21, 173)
HSL
hsl(310, 81%, 44%)
HSV
hsv(310, 90%, 80%)
CMYK
0%, 90%, 15%, 20%
XYZ
X: 32.31, Y: 16.36, Z: 30.75
Lab
L: 47.44, a: 73.83, b: -34.54
Name

Shades of Color #CB15AD

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

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

#CB15ADrgb(203, 21, 173)

About #CB15AD Color Code

In the HSL color space, this color has a hue angle of 310°, a saturation of 81%, and a lightness of 44%. The HSV representation shows a hue of 310°, a saturation of 90%, and a value of 80%.

  • HEX: #CB15AD
  • RGB: rgb(203, 21, 173)
  • HSL: hsl(310, 81%, 44%)
  • HSV: hsv(310, 90%, 80%)
  • CMYK: 0.00% cyan, 90.00% magenta, 15.00% yellow, 20.00% black
  • XYZ: 32.31, 16.36, 30.75
  • Yxy: 16.36, 0.4068, 0.2060
  • Hunter Lab: 47.44, 73.83, -34.54
  • CIE-Lab: 47.44, 73.83, -34.54

In the XYZ color space, this color is represented as X: 32.31, Y: 16.36, Z: 30.75. The Yxy representation further refines this as Y: 16.36, x: 0.4068, and y: 0.2060.

In the Hunter Lab color space, this color is represented as L: 47.44, a: 73.83, and b: -34.54. Similarly, in the CIE-Lab color space, it is represented as L: 47.44, a: 73.83, and b: -34.54.

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

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

Analogous Colors of #CB15AD

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

Split Complementary Colors of #CB15AD

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

Tetradic Colors of #CB15AD

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

Monochromatic Colors of #CB15AD

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

Complementary Color of #CB15AD

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

/* Using HEX */
body {
  background-color: #cb15ad;
}
/* Using RGB */
body {
  background-color: rgb(203, 21, 173);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 21, 173, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(310, 81%, 44%);
}
/* Text color */
p {
  color: #cb15ad;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb15ad;
}
/* Border color */
.box {
  border: 4px solid #cb15ad;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb15ad;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb15ad;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB15AD
On Black Background
#CB15AD
On White Background
#CB15AD

HTML Examples of #CB15AD

<!-- Using HEX -->
<div style="background-color: #cb15ad; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 21, 173); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 21, 173, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(310, 81%, 44%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cb15ad;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cb15ad; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cb15ad; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cb15ad;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cb15ad; color: #fff; padding: 16px; border-radius: 8px;">
  #CB15AD
</div>
#CB15AD
On Black Background
#CB15AD
On White Background
#CB15AD

Related Colors of #CB15AD

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