crispedge.com

Color picker

Loading...

#ae88ee hex color - Blue - Cool color - Information

#ae88ee hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ae88ee Color code in RGB color code model is created after adding 68.24% red color, 53.33% green color and 93.33% blue color. Hex #ae88ee Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 43% magenta, 0% yellow and 7% black.

Hex #ae88ee color code is between #aa77dd web safe hex color code and #bb99ff web safe hex color code. #aa77dd is the nearest web safe color code. You can see here many more shades of #ae88ee color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeae88ee#ae88ee
RGB Decimal174, 136, 238rgb(174, 136, 238)
RGB Percent68%, 53%, 93%rgb(68%, 53%, 93%)
CSS RGBa174, 136, 238,1rgba(174,136,238,1)
CMYK Modelcmyk(27%,43%,0%,7%)
HSL Color Space262,75% ,73%hsl(262,75% ,73%)
HSV Color Space262°, 43%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101000100011101110
Octal256210356
Decimal174136238
Hexae88ee

Different shades of #ae88ee color code.

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

Light Shade of #ae88ee
#ccb5f4
Dark Shade of #ae88ee
#905be8
Saturated Shade of #ae88ee
#ac81f5
Desaturated Shade of #ae88ee
#b08fe7
Grey scale Shade of #ae88ee
#bbbbbb
Brighten Shade
#c7a1ff
Most Readable Shade
#000000

Shades of #ae88ee color code

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

#ae88ee
#9a78d3
#8769b9
#745a9e
#604b84
#4d3c69
#3a2d4f
#261e34
#130f1a
#000000

Similar Color like #ae88ee color

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

#af89ef
#b08af0
#b18bf1
#b28cf2
#b38df3
#b48ef4
#b58ff5
#b690f6
#b791f7
#b892f8
#b993f9
#ba94fa
#bb95fb
#bc96fc
#ad87ed
#ac86ec
#ab85eb
#aa84ea
#a983e9
#a882e8
#a781e7
#a680e6
#a57fe5
#a47ee4
#a37de3
#a27ce2
#a17be1
#a07ae0

Monochromatic Color with #ae88ee

#ae88ee
#130f1a
#322744
#513f6e
#705799
#8f70c3

Tints of #ae88ee Color

#ae88ee
#b795ef
#c0a2f1
#c9aff3
#d2bcf5
#dbcaf7
#e4d7f9
#ede4fb
#f6f1fd
#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

#ae88ee
#c8ee88

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

Split Complementary

#ae88ee
#eee188
#95ee88

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

Analogous Color

#888bee
#9a88ee
#ae88ee
#c288ee
#d788ee

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

#ae88ee
#eeae88
#88eeae

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

#ae88ee
#ee8895
#c8ee88
#88eee1

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

#ae88ee
#c8ee88
#95ee88
#e188ee

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

#ae88ee Color Code Preview on Black Background Color

This is how #ae88ee Color will look on black background color. Color contrast ratio is 7.56

#ae88ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae88ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae88ee

#ae88ee color code is use for CSS Background Color

Background color for the above div is #ae88ee

HTML with inline CSS

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

#ae88ee color code is use for CSS Border Color

CSS Border color for the above div is #ae88ee

HTML with inline CSS

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

CSS Border Left color for the above div is #ae88ee

HTML with inline CSS

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

CSS Border Right color for the above div is #ae88ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae88ee

HTML with inline CSS

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

CSS Border Top color for the above div is #ae88ee

HTML with inline CSS

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

#ae88ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae88ee Color code Preview on White Background

This is how #ae88ee Color code will look on white background color. Color contrast ratio is 2.78

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.