crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#af94e8 hex color - Blue - Cool color - Information

#af94e8 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #af94e8 Color code in RGB color code model is created after adding 68.63% red color, 58.04% green color and 90.98% blue color. Hex #af94e8 Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 36% magenta, 0% yellow and 9% black.

Hex #af94e8 color code is between #aa99ee web safe hex color code and #bb88dd web safe hex color code. #aa99ee is the nearest web safe color code. You can see here many more shades of #af94e8 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf94e8#af94e8
RGB Decimal175, 148, 232rgb(175, 148, 232)
RGB Percent69%, 58%, 91%rgb(69%, 58%, 91%)
CSS RGBa175, 148, 232,1rgba(175,148,232,1)
CMYK Modelcmyk(25%,36%,0%,9%)
HSL Color Space259,65% ,75%hsl(259,65% ,75%)
HSV Color Space259°, 36%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111001010011101000
Octal257224350
Decimal175148232
Hexaf94e8

Different shades of #af94e8 color code.

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

Light Shade of #af94e8
#cebef1
Dark Shade of #af94e8
#906adf
Saturated Shade of #af94e8
#ad8dee
Desaturated Shade of #af94e8
#b19ae1
Grey scale Shade of #af94e8
#bebebe
Brighten Shade
#c8adff
Most Readable Shade
#000000

Shades of #af94e8 color code

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

#af94e8
#9b83ce
#8873b4
#74629a
#615280
#4d4167
#3a314d
#262033
#131019
#000000

Similar Color like #af94e8 color

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

#b095e9
#b196ea
#b297eb
#b398ec
#b499ed
#b59aee
#b69bef
#b79cf0
#b89df1
#b99ef2
#ba9ff3
#bba0f4
#bca1f5
#bda2f6
#ae93e7
#ad92e6
#ac91e5
#ab90e4
#aa8fe3
#a98ee2
#a88de1
#a78ce0
#a68bdf
#a58ade
#a489dd
#a388dc
#a287db
#a186da

Monochromatic Color with #af94e8

#af94e8
#0f0c13
#2f283e
#4f4368
#6f5e93
#8f79bd

Tints of #af94e8 Color

#af94e8
#b79fea
#c0abed
#c9b7ef
#d2c3f2
#dbcff4
#e4dbf7
#ede7f9
#f6f3fc
#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

#af94e8
#cde894

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

Split Complementary

#af94e8
#e8d994
#a3e894

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

Analogous Color

#949be8
#9e94e8
#af94e8
#c094e8
#d194e8

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

#af94e8
#e8af94
#94e8af

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

#af94e8
#e894a3
#cde894
#94e8d9

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

#af94e8
#cde894
#a3e894
#d994e8

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

#af94e8 Color Code Preview on Black Background Color

This is how #af94e8 Color will look on black background color. Color contrast ratio is 8.22

#af94e8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af94e8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af94e8

#af94e8 color code is use for CSS Background Color

Background color for the above div is #af94e8

HTML with inline CSS

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

#af94e8 color code is use for CSS Border Color

CSS Border color for the above div is #af94e8

HTML with inline CSS

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

CSS Border Left color for the above div is #af94e8

HTML with inline CSS

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

CSS Border Right color for the above div is #af94e8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af94e8

HTML with inline CSS

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

CSS Border Top color for the above div is #af94e8

HTML with inline CSS

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

#af94e8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af94e8 Color code Preview on White Background

This is how #af94e8 Color code will look on white background color. Color contrast ratio is 2.55

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.