crispedge.com

Color picker

Loading...

#ae52f0 hex color - Blue - Warm color - Information

#ae52f0 hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ae52f0 Color code in RGB color code model is created after adding 68.24% red color, 32.16% green color and 94.12% blue color. Hex #ae52f0 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 66% magenta, 0% yellow and 6% black.

Hex #ae52f0 color code is between #aa55ee web safe hex color code and #bb44ff web safe hex color code. #aa55ee is the nearest web safe color code. You can see here many more shades of #ae52f0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae52f0#ae52f0
RGB Decimal174, 82, 240rgb(174, 82, 240)
RGB Percent68%, 32%, 94%rgb(68%, 32%, 94%)
CSS RGBa174, 82, 240,1rgba(174,82,240,1)
CMYK Modelcmyk(28%,66%,0%,6%)
HSL Color Space275,84% ,63%hsl(275,84% ,63%)
HSV Color Space275°, 66%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100101001011110000
Octal256122360
Decimal17482240
Hexae52f0

Different shades of #ae52f0 color code.

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

Light Shade of #ae52f0
#c481f4
Dark Shade of #ae52f0
#9823ec
Saturated Shade of #ae52f0
#b049f9
Desaturated Shade of #ae52f0
#ac5be7
Grey scale Shade of #ae52f0
#a1a1a1
Brighten Shade
#c76bff
Most Readable Shade
#FFFFFF

Shades of #ae52f0 color code

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

#ae52f0
#9a48d5
#873fba
#7436a0
#602d85
#4d246a
#3a1b50
#261235
#13091a
#000000

Similar Color like #ae52f0 color

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

#af53f1
#b054f2
#b155f3
#b256f4
#b357f5
#b458f6
#b559f7
#b65af8
#b75bf9
#b85cfa
#b95dfb
#ba5efc
#bb5ffd
#bc60fe
#ad51ef
#ac50ee
#ab4fed
#aa4eec
#a94deb
#a84cea
#a74be9
#a64ae8
#a549e7
#a448e6
#a347e5
#a246e4
#a145e3
#a044e2

Monochromatic Color with #ae52f0

#ae52f0
#14091b
#331846
#522670
#70359b
#8f43c5

Tints of #ae52f0 Color

#ae52f0
#b765f1
#c078f3
#c98bf5
#d29ef6
#dbb2f8
#e4c5fa
#edd8fb
#f6ebfd
#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

#ae52f0
#94f052

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

Split Complementary

#ae52f0
#e3f052
#52f05f

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

Analogous Color

#6f52f0
#8e52f0
#ae52f0
#ce52f0
#ed52f0

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

#ae52f0
#f0ae52
#52f0ae

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

#ae52f0
#f05f52
#94f052
#52e3f0

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

#ae52f0
#94f052
#52f05f
#f052e3

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

#ae52f0 Color Code Preview on Black Background Color

This is how #ae52f0 Color will look on black background color. Color contrast ratio is 5.26

#ae52f0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae52f0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae52f0

#ae52f0 color code is use for CSS Background Color

Background color for the above div is #ae52f0

HTML with inline CSS

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

#ae52f0 color code is use for CSS Border Color

CSS Border color for the above div is #ae52f0

HTML with inline CSS

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

CSS Border Left color for the above div is #ae52f0

HTML with inline CSS

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

CSS Border Right color for the above div is #ae52f0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae52f0

HTML with inline CSS

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

CSS Border Top color for the above div is #ae52f0

HTML with inline CSS

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

#ae52f0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae52f0 Color code Preview on White Background

This is how #ae52f0 Color code will look on white background color. Color contrast ratio is 3.99

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

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,82,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,240,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,82,240,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.