Color: #886CEC
#886CEC Color Information
#886CEC is a light color. The closest websafe version is #886CEC. A complement of this color would be #D0EC6A, perceived brightness is 0.51, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 253°,a saturation of 77%, and a lightness of 67%.The HSV representation shows a hue of 253°, a saturation of 100%, and a value of 100%.
In a RGB color space, #886CEC is composed of 53% red, 42% green and 93% blue. Whereas in a CMYK color space, it is composed of 42% cyan, 54% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 21.31, x: 0.2556, and y: 0.1911.
Color Code #886CEC
Shades of Color #886CEC
Shades are created by darkening the original color #886CEC 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 #886CEC
Tints are created by lightening the original color #886CEC 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 #886CEC Color Code
In the HSL color space, this color has a hue angle of 253°, a saturation of 77%, and a lightness of 67%. The HSV representation shows a hue of 253°, a saturation of 54%, and a value of 93%.
- HEX: #886CEC
- RGB: rgb(136, 108, 236)
- HSL: hsl(253, 77%, 67%)
- HSV: hsv(253, 54%, 93%)
- CMYK: 42.00% cyan, 54.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 28.51, 21.31, 61.70
- Yxy: 21.31, 0.2556, 0.1911
- Hunter Lab: 53.29, 34.45, -62.06
- CIE-Lab: 53.29, 34.45, -62.06
In the XYZ color space, this color is represented as X: 28.51, Y: 21.31, Z: 61.70. The Yxy representation further refines this as Y: 21.31, x: 0.2556, and y: 0.1911.
In the Hunter Lab color space, this color is represented as L: 53.29, a: 34.45, and b: -62.06. Similarly, in the CIE-Lab color space, it is represented as L: 53.29, a: 34.45, and b: -62.06.
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 #886CEC
Triadic colors are three colors evenly spaced around the color wheel, including #886CEC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #886CEC
Monochromatic colors are variations of #886CEC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #886CEC
The complementary color of #886CEC 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 #886CEC
/* Using HEX */ body { background-color: #886cec; }
/* Using RGB */ body { background-color: rgb(136, 108, 236); }
/* Using RGB with opacity */ body { background-color: rgba(136, 108, 236, 0.5); }
/* Using HSL */ body { background-color: hsl(253, 77%, 67%); }
/* Text color */ p { color: #886cec; }
/* Box shadow */ div { box-shadow: 4px 4px #886cec; }
HTML Examples of #886CEC
<!-- Using HEX --> <div style="background-color: #886cec; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(136, 108, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(136, 108, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(253, 77%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #886cec;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #886cec; width: 100px; height: 100px;"></div>
Related Colors of #886CEC
These colors are similar to #886CEC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.