Color: #CE2EBC

#CE2EBC Color Information

#CE2EBC is a dark color. The closest websafe version is #CE2EBC. A complement of this color would be #2ECC41, perceived brightness is 0.43, and the grayscale version is #7E7E7E.

In the HSL color space, this color has a hue angle of 307°,a saturation of 63%, and a lightness of 49%.The HSV representation shows a hue of 307°, a saturation of 78%, and a value of 81%.

In a RGB color space, #CE2EBC is composed of 81% red, 18% green and 74% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 78% magenta, 9% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 18.74, x: 0.3866, and y: 0.2061.

Color Code #CE2EBC

#CE2EBCrgb(206, 46, 188)
HEX
#CE2EBC
RGB
rgb(206, 46, 188)
HSL
hsl(307, 63%, 49%)
HSV
hsv(307, 78%, 81%)
CMYK
0%, 78%, 9%, 19%
XYZ
X: 35.16, Y: 18.74, Z: 37.04
Lab
L: 50.38, a: 71.09, b: -38.68
Name

Shades of Color #CE2EBC

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

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

#CE2EBCrgb(206, 46, 188)

About #CE2EBC Color Code

In the HSL color space, this color has a hue angle of 307°, a saturation of 63%, and a lightness of 49%. The HSV representation shows a hue of 307°, a saturation of 78%, and a value of 81%.

  • HEX: #CE2EBC
  • RGB: rgb(206, 46, 188)
  • HSL: hsl(307, 63%, 49%)
  • HSV: hsv(307, 78%, 81%)
  • CMYK: 0.00% cyan, 78.00% magenta, 9.00% yellow, 19.00% black
  • XYZ: 35.16, 18.74, 37.04
  • Yxy: 18.74, 0.3866, 0.2061
  • Hunter Lab: 50.38, 71.09, -38.68
  • CIE-Lab: 50.38, 71.09, -38.68

In the XYZ color space, this color is represented as X: 35.16, Y: 18.74, Z: 37.04. The Yxy representation further refines this as Y: 18.74, x: 0.3866, and y: 0.2061.

In the Hunter Lab color space, this color is represented as L: 50.38, a: 71.09, and b: -38.68. Similarly, in the CIE-Lab color space, it is represented as L: 50.38, a: 71.09, and b: -38.68.

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

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

Analogous Colors of #CE2EBC

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

Split Complementary Colors of #CE2EBC

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

Tetradic Colors of #CE2EBC

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

Monochromatic Colors of #CE2EBC

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

Complementary Color of #CE2EBC

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

/* Using HEX */
body {
  background-color: #ce2ebc;
}
/* Using RGB */
body {
  background-color: rgb(206, 46, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(206, 46, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(307, 63%, 49%);
}
/* Text color */
p {
  color: #ce2ebc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ce2ebc;
}
/* Border color */
.box {
  border: 4px solid #ce2ebc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ce2ebc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ce2ebc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#CE2EBC
On Black Background
#CE2EBC
On White Background
#CE2EBC

HTML Examples of #CE2EBC

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

Related Colors of #CE2EBC

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