Color: #CA2694

#CA2694 Color Information

#CA2694 is a dark color. The closest websafe version is #CA2694. A complement of this color would be #26C95D, perceived brightness is 0.39, and the grayscale version is #787878.

In the HSL color space, this color has a hue angle of 320°,a saturation of 68%, and a lightness of 47%.The HSV representation shows a hue of 320°, a saturation of 81%, and a value of 79%.

In a RGB color space, #CA2694 is composed of 79% red, 15% green and 58% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 27% yellow and 21% black.

In the Yxy color space, this color is represented as Y: 16.33, x: 0.4440, and y: 0.2359.

Color Code #CA2694

#CA2694rgb(202, 38, 148)
HEX
#CA2694
RGB
rgb(202, 38, 148)
HSL
hsl(320, 68%, 47%)
HSV
hsv(320, 81%, 79%)
CMYK
0%, 81%, 27%, 21%
XYZ
X: 30.74, Y: 16.33, Z: 22.16
Lab
L: 47.40, a: 68.29, b: -19.72
Name

Shades of Color #CA2694

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

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

#CA2694rgb(202, 38, 148)

About #CA2694 Color Code

In the HSL color space, this color has a hue angle of 320°, a saturation of 68%, and a lightness of 47%. The HSV representation shows a hue of 320°, a saturation of 81%, and a value of 79%.

  • HEX: #CA2694
  • RGB: rgb(202, 38, 148)
  • HSL: hsl(320, 68%, 47%)
  • HSV: hsv(320, 81%, 79%)
  • CMYK: 0.00% cyan, 81.00% magenta, 27.00% yellow, 21.00% black
  • XYZ: 30.74, 16.33, 22.16
  • Yxy: 16.33, 0.4440, 0.2359
  • Hunter Lab: 47.40, 68.29, -19.72
  • CIE-Lab: 47.40, 68.29, -19.72

In the XYZ color space, this color is represented as X: 30.74, Y: 16.33, Z: 22.16. The Yxy representation further refines this as Y: 16.33, x: 0.4440, and y: 0.2359.

In the Hunter Lab color space, this color is represented as L: 47.40, a: 68.29, and b: -19.72. Similarly, in the CIE-Lab color space, it is represented as L: 47.40, a: 68.29, and b: -19.72.

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

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

Analogous Colors of #CA2694

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

Split Complementary Colors of #CA2694

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

Tetradic Colors of #CA2694

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

Monochromatic Colors of #CA2694

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

Complementary Color of #CA2694

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

/* Using HEX */
body {
  background-color: #ca2694;
}
/* Using RGB */
body {
  background-color: rgb(202, 38, 148);
}
/* Using RGB with opacity */
body {
  background-color: rgba(202, 38, 148, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(320, 68%, 47%);
}
/* Text color */
p {
  color: #ca2694;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ca2694;
}
/* Border color */
.box {
  border: 4px solid #ca2694;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ca2694;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ca2694;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CA2694
On Black Background
#CA2694
On White Background
#CA2694

HTML Examples of #CA2694

<!-- Using HEX -->
<div style="background-color: #ca2694; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(202, 38, 148); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(202, 38, 148, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(320, 68%, 47%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #ca2694;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #ca2694; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #ca2694; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #ca2694;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #ca2694; color: #fff; padding: 16px; border-radius: 8px;">
  #CA2694
</div>
#CA2694
On Black Background
#CA2694
On White Background
#CA2694

Related Colors of #CA2694

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