Color: #CB0FED

#CB0FED Color Information

#CB0FED is a dark color. The closest websafe version is #CB0FED. A complement of this color would be #30EB0F, perceived brightness is 0.38, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 291°,a saturation of 88%, and a lightness of 49%.The HSV representation shows a hue of 291°, a saturation of 94%, and a value of 93%.

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

In the Yxy color space, this color is represented as Y: 18.76, x: 0.3237, and y: 0.1584.

Color Code #CB0FED

#CB0FEDrgb(203, 15, 237)
HEX
#CB0FED
RGB
rgb(203, 15, 237)
HSL
hsl(291, 88%, 49%)
HSV
hsv(291, 94%, 93%)
CMYK
14%, 94%, 0%, 7%
XYZ
X: 38.34, Y: 18.76, Z: 61.36
Lab
L: 50.41, a: 81.43, b: -66.69
Name

Shades of Color #CB0FED

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

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

#CB0FEDrgb(203, 15, 237)

About #CB0FED Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 88%, and a lightness of 49%. The HSV representation shows a hue of 291°, a saturation of 94%, and a value of 93%.

  • HEX: #CB0FED
  • RGB: rgb(203, 15, 237)
  • HSL: hsl(291, 88%, 49%)
  • HSV: hsv(291, 94%, 93%)
  • CMYK: 14.00% cyan, 94.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 38.34, 18.76, 61.36
  • Yxy: 18.76, 0.3237, 0.1584
  • Hunter Lab: 50.41, 81.43, -66.69
  • CIE-Lab: 50.41, 81.43, -66.69

In the XYZ color space, this color is represented as X: 38.34, Y: 18.76, Z: 61.36. The Yxy representation further refines this as Y: 18.76, x: 0.3237, and y: 0.1584.

In the Hunter Lab color space, this color is represented as L: 50.41, a: 81.43, and b: -66.69. Similarly, in the CIE-Lab color space, it is represented as L: 50.41, a: 81.43, and b: -66.69.

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

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

Analogous Colors of #CB0FED

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

Split Complementary Colors of #CB0FED

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

Tetradic Colors of #CB0FED

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

Monochromatic Colors of #CB0FED

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

Complementary Color of #CB0FED

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

/* Using HEX */
body {
  background-color: #cb0fed;
}
/* Using RGB */
body {
  background-color: rgb(203, 15, 237);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 15, 237, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(291, 88%, 49%);
}
/* Text color */
p {
  color: #cb0fed;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb0fed;
}
/* Border color */
.box {
  border: 4px solid #cb0fed;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb0fed;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb0fed;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB0FED
On Black Background
#CB0FED
On White Background
#CB0FED

HTML Examples of #CB0FED

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

Related Colors of #CB0FED

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