crispedge.com

Color picker

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

#ba5af1 hex color - Blue - Warm color - Information

#ba5af1 hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ba5af1 Color code in RGB color code model is created after adding 72.94% red color, 35.29% green color and 94.51% blue color. Hex #ba5af1 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 63% magenta, 0% yellow and 5% black.

Hex #ba5af1 color code is between #bb55ee web safe hex color code and #aa66ff web safe hex color code. #bb55ee is the nearest web safe color code. You can see here many more shades of #ba5af1 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeba5af1#ba5af1
RGB Decimal186, 90, 241rgb(186, 90, 241)
RGB Percent73%, 35%, 95%rgb(73%, 35%, 95%)
CSS RGBa186, 90, 241,1rgba(186,90,241,1)
CMYK Modelcmyk(23%,63%,0%,5%)
HSL Color Space278,84% ,65%hsl(278,84% ,65%)
HSV Color Space278°, 63%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100101101011110001
Octal272132361
Decimal18690241
Hexba5af1

Different shades of #ba5af1 color code.

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

Light Shade of #ba5af1
#ce89f5
Dark Shade of #ba5af1
#a62bed
Saturated Shade of #ba5af1
#bc51fa
Desaturated Shade of #ba5af1
#b863e8
Grey scale Shade of #ba5af1
#a5a5a5
Brighten Shade
#d373ff
Most Readable Shade
#FFFFFF

Shades of #ba5af1 color code

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

#ba5af1
#a550d6
#9046bb
#7c3ca0
#673285
#52286b
#3e1e50
#291435
#140a1a
#000000

Similar Color like #ba5af1 color

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

#bb5bf2
#bc5cf3
#bd5df4
#be5ef5
#bf5ff6
#c060f7
#c161f8
#c262f9
#c363fa
#c464fb
#c565fc
#c666fd
#c767fe
#c868ff
#b959f0
#b858ef
#b757ee
#b656ed
#b555ec
#b454eb
#b353ea
#b252e9
#b151e8
#b050e7
#af4fe6
#ae4ee5
#ad4de4
#ac4ce3

Monochromatic Color with #ba5af1

#ba5af1
#160b1c
#371b47
#582a71
#783a9c
#994ac6

Tints of #ba5af1 Color

#ba5af1
#c16cf2
#c97ef4
#d191f5
#d8a3f7
#e0b5f8
#e8c8fa
#efdafb
#f7ecfd
#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

#ba5af1
#91f15a

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

Split Complementary

#ba5af1
#ddf15a
#5af16e

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

Analogous Color

#7e5af1
#9c5af1
#ba5af1
#d85af1
#f15aec

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

#ba5af1
#f1ba5a
#5af1ba

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

#ba5af1
#f16e5a
#91f15a
#5adcf1

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

#ba5af1
#91f15a
#5af16e
#f15add

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

#ba5af1 Color Code Preview on Black Background Color

This is how #ba5af1 Color will look on black background color. Color contrast ratio is 5.82

#ba5af1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba5af1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba5af1

#ba5af1 color code is use for CSS Background Color

Background color for the above div is #ba5af1

HTML with inline CSS

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

#ba5af1 color code is use for CSS Border Color

CSS Border color for the above div is #ba5af1

HTML with inline CSS

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

CSS Border Left color for the above div is #ba5af1

HTML with inline CSS

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

CSS Border Right color for the above div is #ba5af1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba5af1

HTML with inline CSS

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

CSS Border Top color for the above div is #ba5af1

HTML with inline CSS

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

#ba5af1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba5af1 Color code Preview on White Background

This is how #ba5af1 Color code will look on white background color. Color contrast ratio is 3.61

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.