@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ae7efc hex color - Blue - Cool color - Information

#ae7efc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ae7efc Color code in RGB color code model is created after adding 68.24% red color, 49.41% green color and 98.82% blue color. Hex #ae7efc Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 50% magenta, 0% yellow and 1.18% black.

Hex #ae7efc color code is between #aa77ff web safe hex color code and #bb88ee web safe hex color code. #aa77ff is the nearest web safe color code. You can see here many more shades of #ae7efc color code.

0 Likes 0 Comments | 2 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code ae7efc #ae7efc
RGB Decimal 174, 126, 252 rgb(174, 126, 252)
RGB Percent 68%, 49%, 99% rgb(68%, 49%, 99%)
CSS RGBa 174, 126, 252,1 rgba(174,126,252,1)
CMYK Model cmyk(31%,50%,0%,1.18%)
HSL Color Space 263,95% ,74% hsl(263,95% ,74%)
HSV Color Space 263°, 50%, 99%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101110 01111110 11111100
Octal 256 176 374
Decimal 174 126 252
Hex ae 7e fc

Different shades of #ae7efc color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #ae7efc
#cdb0fd
Dark Shade of #ae7efc
#8f4cfb
Saturated Shade of #ae7efc
#ad7bff
Desaturated Shade of #ae7efc
#b085f5
Grey scale Shade of #ae7efc
#bdbdbd
Brighten Shade
#c797ff
Most Readable Shade
#000000

Shades of #ae7efc color code

Generate more color scales with scales (color stack) generator.

#ae7efc
#9a70e0
#8762c4
#7454a8
#60468c
#4d3870
#3a2a54
#261c38
#130e1c
#000000

Similar Color like #ae7efc color

Find visually similar hex color codes nearing to #ae7efc hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#af7ffd
#b080fe
#b181ff
#b282ff
#b383ff
#b484ff
#b585ff
#b686ff
#b787ff
#b888ff
#b989ff
#ba8aff
#bb8bff
#bc8cff
#ad7dfb
#ac7cfa
#ab7bf9
#aa7af8
#a979f7
#a878f6
#a777f5
#a676f4
#a575f3
#a474f2
#a373f1
#a272f0
#a171ef
#a070ee

Monochromatic Color with #ae7efc

#ae7efc
#1b1427
#392952
#563e7c
#7353a7
#9169d1

Tints of #ae7efc Color

#ae7efc
#b78cfc
#c09afc
#c9a9fd
#d2b7fd
#dbc5fd
#e4d4fe
#ede2fe
#f6f0fe
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#ae7efc
#ccfc7e

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#ae7efc
#fced7e
#8dfc7e

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#7e80fc
#957efc
#ae7efc
#c77efc
#e07efc

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#ae7efc
#fcae7e
#7efcae

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#ae7efc
#fc7e8d
#ccfc7e
#7efced

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ae7efc
#ccfc7e
#8dfc7e
#ed7efc

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #ae7efc Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#ae7efc Color Code Preview on Black Background Color

This is how #ae7efc Color will look on black background color. Color contrast ratio is 7.19

#ae7efc in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#ae7efc">Your Example Paragraph content text in with font color #ae7efc </p>

Your Example Paragraph content text in with font color #ae7efc

HTML with inline CSS

<div style="color:#ae7efc">Your Paragraph text in with font color #ae7efc </div>

Your Example Paragraph content text in with font color #ae7efc

#ae7efc color code is use for CSS Background Color

Background color for the above div is #ae7efc

HTML with inline CSS

<div style="background-color:#ae7efc;"></div>

#ae7efc color code is use for CSS Border Color

CSS Border color for the above div is #ae7efc

HTML with inline CSS

<div style="border:5px solid #ae7efc;"></div>

CSS Border Left color for the above div is #ae7efc

HTML with inline CSS

<div style="border-left:5px solid #ae7efc;"></div>

CSS Border Right color for the above div is #ae7efc

HTML with inline CSS

<div style="border-right:5px solid #ae7efc;"></div>

CSS Border Bottom color for the above div is #ae7efc

HTML with inline CSS

<div style="border-bottom:5px solid #ae7efc;"></div>

CSS Border Top color for the above div is #ae7efc

HTML with inline CSS

<div style="border-top:5px solid #ae7efc;"></div>

#ae7efc hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#ae7efc; } .examplecolorclass {color:#ae7efc; } .examplebordercolor {border:3px solid #ae7efc; }

#ae7efc Color code Preview on White Background

This is how #ae7efc Color code will look on white background color. Color contrast ratio is 2.92

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #ae7efc; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ae7efc; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(174,126,252,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(204,252,126,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,126,252,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.