Color: #CE27AA

#CE27AA Color Information

#CE27AA is a dark color. The closest websafe version is #CE27AA. A complement of this color would be #27CE4B, perceived brightness is 0.41, and the grayscale version is #7B7B7B.

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

In a RGB color space, #CE27AA is composed of 81% red, 15% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 81% magenta, 17% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 17.62, x: 0.4138, and y: 0.2180.

Color Code #CE27AA

#CE27AArgb(206, 39, 170)
HEX
#CE27AA
RGB
rgb(206, 39, 170)
HSL
hsl(313, 68%, 48%)
HSV
hsv(313, 81%, 81%)
CMYK
0%, 81%, 17%, 19%
XYZ
X: 33.45, Y: 17.62, Z: 29.77
Lab
L: 49.04, a: 70.98, b: -30.23
Name

Shades of Color #CE27AA

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

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

#CE27AArgb(206, 39, 170)

About #CE27AA Color Code

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

  • HEX: #CE27AA
  • RGB: rgb(206, 39, 170)
  • HSL: hsl(313, 68%, 48%)
  • HSV: hsv(313, 81%, 81%)
  • CMYK: 0.00% cyan, 81.00% magenta, 17.00% yellow, 19.00% black
  • XYZ: 33.45, 17.62, 29.77
  • Yxy: 17.62, 0.4138, 0.2180
  • Hunter Lab: 49.04, 70.98, -30.23
  • CIE-Lab: 49.04, 70.98, -30.23

In the XYZ color space, this color is represented as X: 33.45, Y: 17.62, Z: 29.77. The Yxy representation further refines this as Y: 17.62, x: 0.4138, and y: 0.2180.

In the Hunter Lab color space, this color is represented as L: 49.04, a: 70.98, and b: -30.23. Similarly, in the CIE-Lab color space, it is represented as L: 49.04, a: 70.98, and b: -30.23.

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

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

Analogous Colors of #CE27AA

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

Split Complementary Colors of #CE27AA

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

Tetradic Colors of #CE27AA

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

Monochromatic Colors of #CE27AA

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

Complementary Color of #CE27AA

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

/* Using HEX */
body {
  background-color: #ce27aa;
}
/* Using RGB */
body {
  background-color: rgb(206, 39, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 39, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(313, 68%, 48%);
}
/* Text color */
p {
  color: #ce27aa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ce27aa;
}
/* Border color */
.box {
  border: 4px solid #ce27aa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ce27aa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ce27aa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CE27AA
On Black Background
#CE27AA
On White Background
#CE27AA

HTML Examples of #CE27AA

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

Related Colors of #CE27AA

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