Color: #C982BF

#C982BF Color Information

#C982BF is a light color. The closest websafe version is #C982BF. A complement of this color would be #82C98C, perceived brightness is 0.62, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 308°,a saturation of 40%, and a lightness of 65%.The HSV representation shows a hue of 308°, a saturation of 35%, and a value of 79%.

In a RGB color space, #C982BF is composed of 79% red, 51% green and 75% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 35% magenta, 5% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 32.16, x: 0.3646, and y: 0.2824.

Color Code #C982BF

#C982BFrgb(201, 130, 191)
HEX
#C982BF
RGB
rgb(201, 130, 191)
HSL
hsl(308, 40%, 65%)
HSV
hsv(308, 35%, 79%)
CMYK
0%, 35%, 5%, 21%
XYZ
X: 41.52, Y: 32.16, Z: 40.19
Lab
L: 63.47, a: 35.02, b: -20.33
Name

Shades of Color #C982BF

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

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

#C982BFrgb(201, 130, 191)

About #C982BF Color Code

In the HSL color space, this color has a hue angle of 308°, a saturation of 40%, and a lightness of 65%. The HSV representation shows a hue of 308°, a saturation of 35%, and a value of 79%.

  • HEX: #C982BF
  • RGB: rgb(201, 130, 191)
  • HSL: hsl(308, 40%, 65%)
  • HSV: hsv(308, 35%, 79%)
  • CMYK: 0.00% cyan, 35.00% magenta, 5.00% yellow, 21.00% black
  • XYZ: 41.52, 32.16, 40.19
  • Yxy: 32.16, 0.3646, 0.2824
  • Hunter Lab: 63.47, 35.02, -20.33
  • CIE-Lab: 63.47, 35.02, -20.33

In the XYZ color space, this color is represented as X: 41.52, Y: 32.16, Z: 40.19. The Yxy representation further refines this as Y: 32.16, x: 0.3646, and y: 0.2824.

In the Hunter Lab color space, this color is represented as L: 63.47, a: 35.02, and b: -20.33. Similarly, in the CIE-Lab color space, it is represented as L: 63.47, a: 35.02, and b: -20.33.

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

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

Analogous Colors of #C982BF

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

Split Complementary Colors of #C982BF

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

Tetradic Colors of #C982BF

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

Monochromatic Colors of #C982BF

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

Complementary Color of #C982BF

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

/* Using HEX */
body {
  background-color: #c982bf;
}
/* Using RGB */
body {
  background-color: rgb(201, 130, 191);
}
/* Using RGB with opacity */
body {
  background-color: rgba(201, 130, 191, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(308, 40%, 65%);
}
/* Text color */
p {
  color: #c982bf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #c982bf;
}
/* Border color */
.box {
  border: 4px solid #c982bf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #c982bf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #c982bf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#C982BF
On Black Background
#C982BF
On White Background
#C982BF

HTML Examples of #C982BF

<!-- Using HEX -->
<div style="background-color: #c982bf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(201, 130, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(201, 130, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(308, 40%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #c982bf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #c982bf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #c982bf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #c982bf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #c982bf; color: #fff; padding: 16px; border-radius: 8px;">
  #C982BF
</div>
#C982BF
On Black Background
#C982BF
On White Background
#C982BF

Related Colors of #C982BF

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