Color: #CB85EF

#CB85EF Color Information

#CB85EF is a light color. The closest websafe version is #CB85EF. A complement of this color would be #A8EF85, perceived brightness is 0.65, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 280°,a saturation of 77%, and a lightness of 73%.The HSV representation shows a hue of 280°, a saturation of 44%, and a value of 94%.

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

In the Yxy color space, this color is represented as Y: 35.33, x: 0.3215, and y: 0.2395.

Color Code #CB85EF

#CB85EFrgb(203, 133, 239)
HEX
#CB85EF
RGB
rgb(203, 133, 239)
HSL
hsl(280, 77%, 73%)
HSV
hsv(280, 44%, 94%)
CMYK
15%, 44%, 0%, 6%
XYZ
X: 47.42, Y: 35.33, Z: 64.75
Lab
L: 66.01, a: 41.20, b: -43.08
Name

Shades of Color #CB85EF

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

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

#CB85EFrgb(203, 133, 239)

About #CB85EF Color Code

In the HSL color space, this color has a hue angle of 280°, a saturation of 77%, and a lightness of 73%. The HSV representation shows a hue of 280°, a saturation of 44%, and a value of 94%.

  • HEX: #CB85EF
  • RGB: rgb(203, 133, 239)
  • HSL: hsl(280, 77%, 73%)
  • HSV: hsv(280, 44%, 94%)
  • CMYK: 15.00% cyan, 44.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 47.42, 35.33, 64.75
  • Yxy: 35.33, 0.3215, 0.2395
  • Hunter Lab: 66.01, 41.20, -43.08
  • CIE-Lab: 66.01, 41.20, -43.08

In the XYZ color space, this color is represented as X: 47.42, Y: 35.33, Z: 64.75. The Yxy representation further refines this as Y: 35.33, x: 0.3215, and y: 0.2395.

In the Hunter Lab color space, this color is represented as L: 66.01, a: 41.20, and b: -43.08. Similarly, in the CIE-Lab color space, it is represented as L: 66.01, a: 41.20, and b: -43.08.

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

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

Analogous Colors of #CB85EF

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

Split Complementary Colors of #CB85EF

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

Tetradic Colors of #CB85EF

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

Monochromatic Colors of #CB85EF

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

Complementary Color of #CB85EF

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

/* Using HEX */
body {
  background-color: #cb85ef;
}
/* Using RGB */
body {
  background-color: rgb(203, 133, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 133, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(280, 77%, 73%);
}
/* Text color */
p {
  color: #cb85ef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb85ef;
}
/* Border color */
.box {
  border: 4px solid #cb85ef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb85ef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb85ef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB85EF
On Black Background
#CB85EF
On White Background
#CB85EF

HTML Examples of #CB85EF

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

Related Colors of #CB85EF

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