Color: #AB1CEF

#AB1CEF Color Information

#AB1CEF is a dark color. The closest websafe version is #AB1CEF. A complement of this color would be #5EEF1A, perceived brightness is 0.37, and the grayscale version is #868686.

In the HSL color space, this color has a hue angle of 281°,a saturation of 87%, and a lightness of 52%.The HSV representation shows a hue of 281°, a saturation of 88%, and a value of 94%.

In a RGB color space, #AB1CEF is composed of 67% red, 11% green and 94% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 88% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 15.13, x: 0.2829, and y: 0.1401.

Color Code #AB1CEF

#AB1CEFrgb(171, 28, 239)
HEX
#AB1CEF
RGB
rgb(171, 28, 239)
HSL
hsl(281, 87%, 52%)
HSV
hsv(281, 88%, 94%)
CMYK
28%, 88%, 0%, 6%
XYZ
X: 30.56, Y: 15.13, Z: 62.32
Lab
L: 45.81, a: 74.48, b: -75.57
Name

Shades of Color #AB1CEF

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

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

#AB1CEFrgb(171, 28, 239)

About #AB1CEF Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 87%, and a lightness of 52%. The HSV representation shows a hue of 281°, a saturation of 88%, and a value of 94%.

  • HEX: #AB1CEF
  • RGB: rgb(171, 28, 239)
  • HSL: hsl(281, 87%, 52%)
  • HSV: hsv(281, 88%, 94%)
  • CMYK: 28.00% cyan, 88.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 30.56, 15.13, 62.32
  • Yxy: 15.13, 0.2829, 0.1401
  • Hunter Lab: 45.81, 74.48, -75.57
  • CIE-Lab: 45.81, 74.48, -75.57

In the XYZ color space, this color is represented as X: 30.56, Y: 15.13, Z: 62.32. The Yxy representation further refines this as Y: 15.13, x: 0.2829, and y: 0.1401.

In the Hunter Lab color space, this color is represented as L: 45.81, a: 74.48, and b: -75.57. Similarly, in the CIE-Lab color space, it is represented as L: 45.81, a: 74.48, and b: -75.57.

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

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

Analogous Colors of #AB1CEF

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

Monochromatic Colors of #AB1CEF

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

Complementary Color of #AB1CEF

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

/* Using HEX */
body {
  background-color: #ab1cef;
}
/* Using RGB */
body {
  background-color: rgb(171, 28, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 28, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 87%, 52%);
}
/* Text color */
p {
  color: #ab1cef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab1cef;
}
/* Border color */
.box {
  border: 4px solid #ab1cef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ab1cef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ab1cef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AB1CEF
On Black Background
#AB1CEF
On White Background
#AB1CEF

HTML Examples of #AB1CEF

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

Related Colors of #AB1CEF

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