Color: #E0BAFC

#E0BAFC Color Information

#E0BAFC is a light color. The closest websafe version is #E0BAFC. A complement of this color would be #D6FCBA, perceived brightness is 0.80, and the grayscale version is #DBDBDB.

In the HSL color space, this color has a hue angle of 275°,a saturation of 92%, and a lightness of 86%.The HSV representation shows a hue of 275°, a saturation of 26%, and a value of 99%.

In a RGB color space, #E0BAFC is composed of 88% red, 73% green and 99% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 26% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 57.69, x: 0.3294, and y: 0.2908.

Color Code #E0BAFC

#E0BAFCrgb(224, 186, 252)
HEX
#E0BAFC
RGB
rgb(224, 186, 252)
HSL
hsl(275, 92%, 86%)
HSV
hsv(275, 26%, 99%)
CMYK
11%, 26%, 0%, 1%
XYZ
X: 65.34, Y: 57.69, Z: 75.33
Lab
L: 80.56, a: 22.95, b: -27.52
Name

Shades of Color #E0BAFC

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

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

#E0BAFCrgb(224, 186, 252)

About #E0BAFC Color Code

In the HSL color space, this color has a hue angle of 275°, a saturation of 92%, and a lightness of 86%. The HSV representation shows a hue of 275°, a saturation of 26%, and a value of 99%.

  • HEX: #E0BAFC
  • RGB: rgb(224, 186, 252)
  • HSL: hsl(275, 92%, 86%)
  • HSV: hsv(275, 26%, 99%)
  • CMYK: 11.00% cyan, 26.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 65.34, 57.69, 75.33
  • Yxy: 57.69, 0.3294, 0.2908
  • Hunter Lab: 80.56, 22.95, -27.52
  • CIE-Lab: 80.56, 22.95, -27.52

In the XYZ color space, this color is represented as X: 65.34, Y: 57.69, Z: 75.33. The Yxy representation further refines this as Y: 57.69, x: 0.3294, and y: 0.2908.

In the Hunter Lab color space, this color is represented as L: 80.56, a: 22.95, and b: -27.52. Similarly, in the CIE-Lab color space, it is represented as L: 80.56, a: 22.95, and b: -27.52.

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

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

Analogous Colors of #E0BAFC

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

Split Complementary Colors of #E0BAFC

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

Tetradic Colors of #E0BAFC

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

Monochromatic Colors of #E0BAFC

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

Complementary Color of #E0BAFC

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

/* Using HEX */
body {
  background-color: #e0bafc;
}
/* Using RGB */
body {
  background-color: rgb(224, 186, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(224, 186, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(275, 92%, 86%);
}
/* Text color */
p {
  color: #e0bafc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #e0bafc;
}
/* Border color */
.box {
  border: 4px solid #e0bafc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #e0bafc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #e0bafc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#E0BAFC
On Black Background
#E0BAFC
On White Background
#E0BAFC

HTML Examples of #E0BAFC

<!-- Using HEX -->
<div style="background-color: #e0bafc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(224, 186, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(224, 186, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(275, 92%, 86%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #e0bafc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #e0bafc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #e0bafc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #e0bafc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #e0bafc; color: #fff; padding: 16px; border-radius: 8px;">
  #E0BAFC
</div>
#E0BAFC
On Black Background
#E0BAFC
On White Background
#E0BAFC

Related Colors of #E0BAFC

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