Color: #CC4EEF

#CC4EEF Color Information

#CC4EEF is a light color. The closest websafe version is #CC4EEF. A complement of this color would be #71EF4E, perceived brightness is 0.53, and the grayscale version is #9E9E9E.

In the HSL color space, this color has a hue angle of 287°,a saturation of 83%, and a lightness of 62%.The HSV representation shows a hue of 287°, a saturation of 67%, and a value of 94%.

In a RGB color space, #CC4EEF is composed of 80% red, 31% green and 94% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 67% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 24.13, x: 0.3227, and y: 0.1871.

Color Code #CC4EEF

#CC4EEFrgb(204, 78, 239)
HEX
#CC4EEF
RGB
rgb(204, 78, 239)
HSL
hsl(287, 83%, 62%)
HSV
hsv(287, 67%, 94%)
CMYK
15%, 67%, 0%, 6%
XYZ
X: 41.62, Y: 24.13, Z: 63.23
Lab
L: 56.22, a: 66.58, b: -58.50
Name

Shades of Color #CC4EEF

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

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

#CC4EEFrgb(204, 78, 239)

About #CC4EEF Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 83%, and a lightness of 62%. The HSV representation shows a hue of 287°, a saturation of 67%, and a value of 94%.

  • HEX: #CC4EEF
  • RGB: rgb(204, 78, 239)
  • HSL: hsl(287, 83%, 62%)
  • HSV: hsv(287, 67%, 94%)
  • CMYK: 15.00% cyan, 67.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 41.62, 24.13, 63.23
  • Yxy: 24.13, 0.3227, 0.1871
  • Hunter Lab: 56.22, 66.58, -58.50
  • CIE-Lab: 56.22, 66.58, -58.50

In the XYZ color space, this color is represented as X: 41.62, Y: 24.13, Z: 63.23. The Yxy representation further refines this as Y: 24.13, x: 0.3227, and y: 0.1871.

In the Hunter Lab color space, this color is represented as L: 56.22, a: 66.58, and b: -58.50. Similarly, in the CIE-Lab color space, it is represented as L: 56.22, a: 66.58, and b: -58.50.

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

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

Analogous Colors of #CC4EEF

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

Split Complementary Colors of #CC4EEF

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

Tetradic Colors of #CC4EEF

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

Monochromatic Colors of #CC4EEF

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

Complementary Color of #CC4EEF

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

/* Using HEX */
body {
  background-color: #cc4eef;
}
/* Using RGB */
body {
  background-color: rgb(204, 78, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(204, 78, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 83%, 62%);
}
/* Text color */
p {
  color: #cc4eef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #cc4eef;
}
/* Border color */
.box {
  border: 4px solid #cc4eef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #cc4eef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #cc4eef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CC4EEF
On Black Background
#CC4EEF
On White Background
#CC4EEF

HTML Examples of #CC4EEF

<!-- Using HEX -->
<div style="background-color: #cc4eef; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(204, 78, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(204, 78, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(287, 83%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #cc4eef;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #cc4eef; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #cc4eef; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #cc4eef;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #cc4eef; color: #fff; padding: 16px; border-radius: 8px;">
  #CC4EEF
</div>
#CC4EEF
On Black Background
#CC4EEF
On White Background
#CC4EEF

Related Colors of #CC4EEF

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