Color: #CB489D

#CB489D Color Information

#CB489D is a dark color. The closest websafe version is #CB489D. A complement of this color would be #48CB76, perceived brightness is 0.47, and the grayscale version is #8A8A8A.

In the HSL color space, this color has a hue angle of 321°,a saturation of 56%, and a lightness of 54%.The HSV representation shows a hue of 321°, a saturation of 65%, and a value of 80%.

In a RGB color space, #CB489D is composed of 80% red, 28% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 65% magenta, 23% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 19.98, x: 0.4229, and y: 0.2533.

Color Code #CB489D

#CB489Drgb(203, 72, 157)
HEX
#CB489D
RGB
rgb(203, 72, 157)
HSL
hsl(321, 56%, 54%)
HSV
hsv(321, 65%, 80%)
CMYK
0%, 65%, 23%, 20%
XYZ
X: 33.36, Y: 19.98, Z: 25.54
Lab
L: 51.81, a: 58.73, b: -18.37
Name

Shades of Color #CB489D

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

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

#CB489Drgb(203, 72, 157)

About #CB489D Color Code

In the HSL color space, this color has a hue angle of 321°, a saturation of 56%, and a lightness of 54%. The HSV representation shows a hue of 321°, a saturation of 65%, and a value of 80%.

  • HEX: #CB489D
  • RGB: rgb(203, 72, 157)
  • HSL: hsl(321, 56%, 54%)
  • HSV: hsv(321, 65%, 80%)
  • CMYK: 0.00% cyan, 65.00% magenta, 23.00% yellow, 20.00% black
  • XYZ: 33.36, 19.98, 25.54
  • Yxy: 19.98, 0.4229, 0.2533
  • Hunter Lab: 51.81, 58.73, -18.37
  • CIE-Lab: 51.81, 58.73, -18.37

In the XYZ color space, this color is represented as X: 33.36, Y: 19.98, Z: 25.54. The Yxy representation further refines this as Y: 19.98, x: 0.4229, and y: 0.2533.

In the Hunter Lab color space, this color is represented as L: 51.81, a: 58.73, and b: -18.37. Similarly, in the CIE-Lab color space, it is represented as L: 51.81, a: 58.73, and b: -18.37.

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

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

Analogous Colors of #CB489D

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

Split Complementary Colors of #CB489D

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

Tetradic Colors of #CB489D

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

Monochromatic Colors of #CB489D

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

Complementary Color of #CB489D

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

/* Using HEX */
body {
  background-color: #cb489d;
}
/* Using RGB */
body {
  background-color: rgb(203, 72, 157);
}
/* Using RGB with opacity */
body {
  background-color: rgba(203, 72, 157, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(321, 56%, 54%);
}
/* Text color */
p {
  color: #cb489d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cb489d;
}
/* Border color */
.box {
  border: 4px solid #cb489d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cb489d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cb489d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CB489D
On Black Background
#CB489D
On White Background
#CB489D

HTML Examples of #CB489D

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

Related Colors of #CB489D

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