crispedge.com

Color picker

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

#a48cf5 hex color - Blue - Cool color - Information

#a48cf5 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a48cf5 Color code in RGB color code model is created after adding 64.31% red color, 54.9% green color and 96.08% blue color. Hex #a48cf5 Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 43% magenta, 0% yellow and 4% black.

Hex #a48cf5 color code is between #aa88ee web safe hex color code and #9999ff web safe hex color code. #aa88ee is the nearest web safe color code. You can see here many more shades of #a48cf5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea48cf5#a48cf5
RGB Decimal164, 140, 245rgb(164, 140, 245)
RGB Percent64%, 55%, 96%rgb(64%, 55%, 96%)
CSS RGBa164, 140, 245,1rgba(164,140,245,1)
CMYK Modelcmyk(33%,43%,0%,4%)
HSL Color Space254,84% ,75%hsl(254,84% ,75%)
HSV Color Space254°, 43%, 96%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001000110011110101
Octal244214365
Decimal164140245
Hexa48cf5

Different shades of #a48cf5 color code.

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

Light Shade of #a48cf5
#c9bbf9
Dark Shade of #a48cf5
#7f5df1
Saturated Shade of #a48cf5
#a186fb
Desaturated Shade of #a48cf5
#a792ef
Grey scale Shade of #a48cf5
#c0c0c0
Brighten Shade
#bda5ff
Most Readable Shade
#000000

Shades of #a48cf5 color code

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

#a48cf5
#917cd9
#7f6cbe
#6d5da3
#5b4d88
#483e6c
#362e51
#241f36
#120f1b
#000000

Similar Color like #a48cf5 color

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

#a58df6
#a68ef7
#a78ff8
#a890f9
#a991fa
#aa92fb
#ab93fc
#ac94fd
#ad95fe
#ae96ff
#af97ff
#b098ff
#b199ff
#b29aff
#a38bf4
#a28af3
#a189f2
#a088f1
#9f87f0
#9e86ef
#9d85ee
#9c84ed
#9b83ec
#9a82eb
#9981ea
#9880e9
#977fe8
#967ee7

Monochromatic Color with #a48cf5

#a48cf5
#161320
#322b4b
#4f4375
#6b5ba0
#8874ca

Tints of #a48cf5 Color

#a48cf5
#ae98f6
#b8a5f7
#c2b2f8
#ccbff9
#d6cbfa
#e0d8fb
#eae5fc
#f4f2fd
#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

#a48cf5
#ddf58c

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

Split Complementary

#a48cf5
#f5d98c
#a9f58c

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

Analogous Color

#8c9ef5
#8f8cf5
#a48cf5
#b98cf5
#ce8cf5

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

#a48cf5
#f5a48c
#8cf5a4

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

#a48cf5
#f58ca8
#ddf58c
#8cf5d8

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

#a48cf5
#ddf58c
#a9f58c
#d98cf5

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

#a48cf5 Color Code Preview on Black Background Color

This is how #a48cf5 Color will look on black background color. Color contrast ratio is 7.65

#a48cf5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a48cf5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a48cf5

#a48cf5 color code is use for CSS Background Color

Background color for the above div is #a48cf5

HTML with inline CSS

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

#a48cf5 color code is use for CSS Border Color

CSS Border color for the above div is #a48cf5

HTML with inline CSS

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

CSS Border Left color for the above div is #a48cf5

HTML with inline CSS

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

CSS Border Right color for the above div is #a48cf5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a48cf5

HTML with inline CSS

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

CSS Border Top color for the above div is #a48cf5

HTML with inline CSS

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

#a48cf5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a48cf5 Color code Preview on White Background

This is how #a48cf5 Color code will look on white background color. Color contrast ratio is 2.75

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

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.