Color: #706EAF
#706EAF Color Information
#706EAF is a dark color. The closest websafe version is #706EAF. A complement of this color would be #ADAF6E, perceived brightness is 0.46, and the grayscale version is #8F8F8F.
In the HSL color space, this color has a hue angle of 242°,a saturation of 29%, and a lightness of 56%.The HSV representation shows a hue of 242°, a saturation of 37%, and a value of 69%.
In a RGB color space, #706EAF is composed of 44% red, 43% green and 69% blue. Whereas in a CMYK color space, it is composed of 36% cyan, 37% magenta, 0% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 17.38, x: 0.2785, and y: 0.2521.
Color Code #706EAF
Shades of Color #706EAF
Shades are created by darkening the original color #706EAF 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 #706EAF
Tints are created by lightening the original color #706EAF 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 #706EAF Color Code
In the HSL color space, this color has a hue angle of 242°, a saturation of 29%, and a lightness of 56%. The HSV representation shows a hue of 242°, a saturation of 37%, and a value of 69%.
- HEX: #706EAF
- RGB: rgb(112, 110, 175)
- HSL: hsl(242, 29%, 56%)
- HSV: hsv(242, 37%, 69%)
- CMYK: 36.00% cyan, 37.00% magenta, 0.00% yellow, 31.00% black
- XYZ: 19.20, 17.38, 32.36
- Yxy: 17.38, 0.2785, 0.2521
- Hunter Lab: 48.74, 12.95, -34.77
- CIE-Lab: 48.74, 12.95, -34.77
In the XYZ color space, this color is represented as X: 19.20, Y: 17.38, Z: 32.36. The Yxy representation further refines this as Y: 17.38, x: 0.2785, and y: 0.2521.
In the Hunter Lab color space, this color is represented as L: 48.74, a: 12.95, and b: -34.77. Similarly, in the CIE-Lab color space, it is represented as L: 48.74, a: 12.95, and b: -34.77.
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 #706EAF
Triadic colors are three colors evenly spaced around the color wheel, including #706EAF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #706EAF
Split complementary colors are two colors adjacent to the complementary color of #706EAF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #706EAF
Monochromatic colors are variations of #706EAF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #706EAF
The complementary color of #706EAF 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 #706EAF
/* Using HEX */ body { background-color: #706eaf; }
/* Using RGB */ body { background-color: rgb(112, 110, 175); }
/* Using RGB with opacity */ body { background-color: rgba(112, 110, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(242, 29%, 56%); }
/* Text color */ p { color: #706eaf; }
/* Box shadow */ div { box-shadow: 4px 4px #706eaf; }
/* Border color */ .box { border: 4px solid #706eaf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #706eaf; }
/* Background with text */ div { background: #706eaf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #706EAF
<!-- Using HEX --> <div style="background-color: #706eaf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(112, 110, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(112, 110, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(242, 29%, 56%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #706eaf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #706eaf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #706eaf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #706eaf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #706eaf; color: #fff; padding: 16px; border-radius: 8px;"> #706EAF </div>
Related Colors of #706EAF
These colors are similar to #706EAF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.