crispedge.com

Color picker

Loading...

#ba56e1 hex color - Violet - Warm color - Information

#ba56e1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ba56e1 Color code in RGB color code model is created after adding 72.94% red color, 33.73% green color and 88.24% blue color. Hex #ba56e1 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 62% magenta, 0% yellow and 12% black.

Hex #ba56e1 color code is between #bb55dd web safe hex color code and #aa66ee web safe hex color code. #bb55dd is the nearest web safe color code. You can see here many more shades of #ba56e1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba56e1#ba56e1
RGB Decimal186, 86, 225rgb(186, 86, 225)
RGB Percent73%, 34%, 88%rgb(73%, 34%, 88%)
CSS RGBa186, 86, 225,1rgba(186,86,225,1)
CMYK Modelcmyk(17%,62%,0%,12%)
HSL Color Space283,70% ,61%hsl(283,70% ,61%)
HSV Color Space283°, 62%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100101011011100001
Octal272126341
Decimal18686225
Hexba56e1

Different shades of #ba56e1 color code.

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

Light Shade of #ba56e1
#cc81e9
Dark Shade of #ba56e1
#a82bd9
Saturated Shade of #ba56e1
#be4ceb
Desaturated Shade of #ba56e1
#b660d7
Grey scale Shade of #ba56e1
#9b9b9b
Brighten Shade
#d36ffa
Most Readable Shade
#FFFFFF

Shades of #ba56e1 color code

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

#ba56e1
#a54cc8
#9042af
#7c3996
#672f7d
#522664
#3e1c4b
#291332
#140919
#000000

Similar Color like #ba56e1 color

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

#bb57e2
#bc58e3
#bd59e4
#be5ae5
#bf5be6
#c05ce7
#c15de8
#c25ee9
#c35fea
#c460eb
#c561ec
#c662ed
#c763ee
#c864ef
#b955e0
#b854df
#b753de
#b652dd
#b551dc
#b450db
#b34fda
#b24ed9
#b14dd8
#b04cd7
#af4bd6
#ae4ad5
#ad49d4
#ac48d3

Monochromatic Color with #ba56e1

#ba56e1
#0a050c
#2d1537
#512561
#74368c
#9746b6

Tints of #ba56e1 Color

#ba56e1
#c168e4
#c97be7
#d18eeb
#d8a1ee
#e0b3f1
#e8c6f5
#efd9f8
#f7ecfb
#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

#ba56e1
#7de156

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

Split Complementary

#ba56e1
#c3e156
#56e175

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

Analogous Color

#8256e1
#9e56e1
#ba56e1
#d656e1
#e156d0

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

#ba56e1
#e1ba56
#56e1ba

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

#ba56e1
#e17556
#7de156
#56c2e1

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

#ba56e1
#7de156
#56e175
#e156c3

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

#ba56e1 Color Code Preview on Black Background Color

This is how #ba56e1 Color will look on black background color. Color contrast ratio is 5.51

#ba56e1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba56e1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba56e1

#ba56e1 color code is use for CSS Background Color

Background color for the above div is #ba56e1

HTML with inline CSS

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

#ba56e1 color code is use for CSS Border Color

CSS Border color for the above div is #ba56e1

HTML with inline CSS

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

CSS Border Left color for the above div is #ba56e1

HTML with inline CSS

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

CSS Border Right color for the above div is #ba56e1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba56e1

HTML with inline CSS

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

CSS Border Top color for the above div is #ba56e1

HTML with inline CSS

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

#ba56e1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba56e1 Color code Preview on White Background

This is how #ba56e1 Color code will look on white background color. Color contrast ratio is 3.81

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

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(186,86,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,225,86,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,86,225,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.