Color: #E8BEFE

#E8BEFE Color Information

#E8BEFE is a light color. The closest websafe version is #E8BEFE. A complement of this color would be #D4FEBE, perceived brightness is 0.82, and the grayscale version is #DEDEDE.

In the HSL color space, this color has a hue angle of 279°,a saturation of 97%, and a lightness of 87%.The HSV representation shows a hue of 279°, a saturation of 100%, and a value of 100%.

In a RGB color space, #E8BEFE is composed of 91% red, 75% green and 100% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 25% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 60.88, x: 0.3343, and y: 0.2941.

Color Code #E8BEFE

HEX
#E8BEFE
RGB
rgb(232, 190, 254)
HSL
hsl(279, 97%, 87%)
HSV
hsv(279, 25%, 100%)
CMYK
9%, 25%, 0%, 0%
XYZ
X: 69.20, Y: 60.88, Z: 76.91
Lab
L: 82.31, a: 23.89, b: -25.85
Name

Shades of Color #E8BEFE

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

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

About #E8BEFE Color Code

In the HSL color space, this color has a hue angle of 279°, a saturation of 97%, and a lightness of 87%. The HSV representation shows a hue of 279°, a saturation of 25%, and a value of 100%.

  • HEX: #E8BEFE
  • RGB: rgb(232, 190, 254)
  • HSL: hsl(279, 97%, 87%)
  • HSV: hsv(279, 25%, 100%)
  • CMYK: 9.00% cyan, 25.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 69.20, 60.88, 76.91
  • Yxy: 60.88, 0.3343, 0.2941
  • Hunter Lab: 82.31, 23.89, -25.85
  • CIE-Lab: 82.31, 23.89, -25.85

In the XYZ color space, this color is represented as X: 69.20, Y: 60.88, Z: 76.91. The Yxy representation further refines this as Y: 60.88, x: 0.3343, and y: 0.2941.

In the Hunter Lab color space, this color is represented as L: 82.31, a: 23.89, and b: -25.85. Similarly, in the CIE-Lab color space, it is represented as L: 82.31, a: 23.89, and b: -25.85.

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

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

Analogous Colors of #E8BEFE

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

Monochromatic Colors of #E8BEFE

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

Complementary Color of #E8BEFE

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

/* Using HEX */
body {
  background-color: #e8befe;
}
/* Using RGB */
body {
  background-color: rgb(232, 190, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(232, 190, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(279, 97%, 87%);
}
/* Text color */
p {
  color: #e8befe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e8befe;
}

HTML Examples of #E8BEFE

<!-- Using HEX -->
<div style="background-color: #e8befe; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(232, 190, 254); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(232, 190, 254, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(279, 97%, 87%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e8befe;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e8befe; width: 100px; height: 100px;"></div>

Related Colors of #E8BEFE

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