crispedge.com

Color picker

Loading...

#ae79ef hex color - Blue - Cool color - Information

#ae79ef hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ae79ef Color code in RGB color code model is created after adding 68.24% red color, 47.45% green color and 93.73% blue color. Hex #ae79ef Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 49% magenta, 0% yellow and 6% black.

Hex #ae79ef color code is between #aa77ee web safe hex color code and #bb88ff web safe hex color code. #aa77ee is the nearest web safe color code. You can see here many more shades of #ae79ef color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae79ef#ae79ef
RGB Decimal174, 121, 239rgb(174, 121, 239)
RGB Percent68%, 47%, 94%rgb(68%, 47%, 94%)
CSS RGBa174, 121, 239,1rgba(174,121,239,1)
CMYK Modelcmyk(27%,49%,0%,6%)
HSL Color Space267,79% ,71%hsl(267,79% ,71%)
HSV Color Space267°, 49%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011100111100111101111
Octal256171357
Decimal174121239
Hexae79ef

Different shades of #ae79ef color code.

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

Light Shade of #ae79ef
#caa7f4
Dark Shade of #ae79ef
#924bea
Saturated Shade of #ae79ef
#ad71f6
Desaturated Shade of #ae79ef
#af80e7
Grey scale Shade of #ae79ef
#b4b4b4
Brighten Shade
#c792ff
Most Readable Shade
#000000

Shades of #ae79ef color code

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

#ae79ef
#9a6bd4
#875eb9
#74509f
#604384
#4d356a
#3a284f
#261a35
#130d1a
#000000

Similar Color like #ae79ef color

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

#af7af0
#b07bf1
#b17cf2
#b27df3
#b37ef4
#b47ff5
#b580f6
#b681f7
#b782f8
#b883f9
#b984fa
#ba85fb
#bb86fc
#bc87fd
#ad78ee
#ac77ed
#ab76ec
#aa75eb
#a974ea
#a873e9
#a772e8
#a671e7
#a570e6
#a46fe5
#a36ee4
#a26de3
#a16ce2
#a06be1

Monochromatic Color with #ae79ef

#ae79ef
#130d1a
#322345
#51386f
#704e9a
#8f63c4

Tints of #ae79ef Color

#ae79ef
#b787f0
#c096f2
#c9a5f4
#d2b4f6
#dbc3f7
#e4d2f9
#ede1fb
#f6f0fd
#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

#ae79ef
#baef79

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

Split Complementary

#ae79ef
#efe979
#7fef79

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

Analogous Color

#7f79ef
#9679ef
#ae79ef
#c679ef
#dd79ef

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

#ae79ef
#efae79
#79efae

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

#ae79ef
#ef797f
#baef79
#79efe9

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

#ae79ef
#baef79
#7fef79
#e979ef

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 #ae79ef 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.

#ae79ef Color Code Preview on Black Background Color

This is how #ae79ef Color will look on black background color. Color contrast ratio is 6.78

#ae79ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae79ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae79ef

#ae79ef color code is use for CSS Background Color

Background color for the above div is #ae79ef

HTML with inline CSS

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

#ae79ef color code is use for CSS Border Color

CSS Border color for the above div is #ae79ef

HTML with inline CSS

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

CSS Border Left color for the above div is #ae79ef

HTML with inline CSS

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

CSS Border Right color for the above div is #ae79ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae79ef

HTML with inline CSS

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

CSS Border Top color for the above div is #ae79ef

HTML with inline CSS

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

#ae79ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae79ef Color code Preview on White Background

This is how #ae79ef Color code will look on white background color. Color contrast ratio is 3.10

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 #ae79ef; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ae79ef; }

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,121,239,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(186,239,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,121,239,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.