Color: #CB0FFF

#CB0FFF Color Information

#CB0FFF is a dark color. The closest websafe version is #CB0FFF. A complement of this color would be #43FF0F, perceived brightness is 0.39, and the grayscale version is #878787.

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

In a RGB color space, #CB0FFF is composed of 80% red, 6% green and 100% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 94% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 19.69, x: 0.3058, and y: 0.1486.

Color Code #CB0FFF

HEX
#CB0FFF
RGB
rgb(203, 15, 255)
HSL
hsl(287, 100%, 53%)
HSV
hsv(287, 94%, 100%)
CMYK
20%, 94%, 0%, 0%
XYZ
X: 40.53, Y: 19.69, Z: 72.30
Lab
L: 51.49, a: 83.66, b: -75.01
Name

Shades of Color #CB0FFF

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

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

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

  • HEX: #CB0FFF
  • RGB: rgb(203, 15, 255)
  • HSL: hsl(287, 100%, 53%)
  • HSV: hsv(287, 94%, 100%)
  • CMYK: 20.00% cyan, 94.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 40.53, 19.69, 72.30
  • Yxy: 19.69, 0.3058, 0.1486
  • Hunter Lab: 51.49, 83.66, -75.01
  • CIE-Lab: 51.49, 83.66, -75.01

In the XYZ color space, this color is represented as X: 40.53, Y: 19.69, Z: 72.30. The Yxy representation further refines this as Y: 19.69, x: 0.3058, and y: 0.1486.

In the Hunter Lab color space, this color is represented as L: 51.49, a: 83.66, and b: -75.01. Similarly, in the CIE-Lab color space, it is represented as L: 51.49, a: 83.66, and b: -75.01.

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

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

Analogous Colors of #CB0FFF

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

Monochromatic Colors of #CB0FFF

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

Complementary Color of #CB0FFF

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

/* Using HEX */
body {
  background-color: #cb0fff;
}
/* Using RGB */
body {
  background-color: rgb(203, 15, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 15, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 100%, 53%);
}
/* Text color */
p {
  color: #cb0fff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb0fff;
}

HTML Examples of #CB0FFF

<!-- Using HEX -->
<div style="background-color: #cb0fff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(203, 15, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(203, 15, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(287, 100%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cb0fff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cb0fff; width: 100px; height: 100px;"></div>

Related Colors of #CB0FFF

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