Color: #CB1086

#CB1086 Color Information

#CB1086 is a dark color. The closest websafe version is #CB1086. A complement of this color would be #10CB55, perceived brightness is 0.33, and the grayscale version is #6E6E6E.

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

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

In the Yxy color space, this color is represented as Y: 15.10, x: 0.4732, and y: 0.2410.

Color Code #CB1086

HEX
#CB1086
RGB
rgb(203, 16, 134)
HSL
hsl(322, 85%, 43%)
HSV
hsv(322, 92%, 80%)
CMYK
0%, 92%, 34%, 20%
XYZ
X: 29.65, Y: 15.10, Z: 17.91
Lab
L: 45.78, a: 71.21, b: -13.67
Name

Shades of Color #CB1086

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

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

In the HSL color space, this color has a hue angle of 322°, a saturation of 85%, and a lightness of 43%. The HSV representation shows a hue of 322°, a saturation of 92%, and a value of 80%.

  • HEX: #CB1086
  • RGB: rgb(203, 16, 134)
  • HSL: hsl(322, 85%, 43%)
  • HSV: hsv(322, 92%, 80%)
  • CMYK: 0.00% cyan, 92.00% magenta, 34.00% yellow, 20.00% black
  • XYZ: 29.65, 15.10, 17.91
  • Yxy: 15.10, 0.4732, 0.2410
  • Hunter Lab: 45.78, 71.21, -13.67
  • CIE-Lab: 45.78, 71.21, -13.67

In the XYZ color space, this color is represented as X: 29.65, Y: 15.10, Z: 17.91. The Yxy representation further refines this as Y: 15.10, x: 0.4732, and y: 0.2410.

In the Hunter Lab color space, this color is represented as L: 45.78, a: 71.21, and b: -13.67. Similarly, in the CIE-Lab color space, it is represented as L: 45.78, a: 71.21, and b: -13.67.

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

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

Analogous Colors of #CB1086

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

Monochromatic Colors of #CB1086

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

Complementary Color of #CB1086

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

/* Using HEX */
body {
  background-color: #cb1086;
}
/* Using RGB */
body {
  background-color: rgb(203, 16, 134);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 16, 134, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(322, 85%, 43%);
}
/* Text color */
p {
  color: #cb1086;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb1086;
}

HTML Examples of #CB1086

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

Related Colors of #CB1086

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