crispedge.com

Color picker

Loading...

#ba1ce1 hex color - Violet - Warm color - Information

#ba1ce1 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #ba1ce1 color code is between #bb22dd web safe hex color code and #aa11ee web safe hex color code. #bb22dd is the nearest web safe color code. You can see here many more shades of #ba1ce1 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeba1ce1#ba1ce1
RGB Decimal186, 28, 225rgb(186, 28, 225)
RGB Percent73%, 11%, 88%rgb(73%, 11%, 88%)
CSS RGBa186, 28, 225,1rgba(186,28,225,1)
CMYK Modelcmyk(17%,88%,0%,12%)
HSL Color Space288,78% ,50%hsl(288,78% ,50%)
HSV Color Space288°, 88%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100001110011100001
Octal27234341
Decimal18628225
Hexba1ce1

Different shades of #ba1ce1 color code.

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

Light Shade of #ba1ce1
#c848e8
Dark Shade of #ba1ce1
#9416b4
Saturated Shade of #ba1ce1
#c20fee
Desaturated Shade of #ba1ce1
#b229d4
Grey scale Shade of #ba1ce1
#7e7e7e
Brighten Shade
#d335fa
Most Readable Shade
#FFFFFF

Shades of #ba1ce1 color code

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

#ba1ce1
#a518c8
#9015af
#7c1296
#670f7d
#520c64
#3e094b
#290632
#140319
#000000

Similar Color like #ba1ce1 color

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

#bb1de2
#bc1ee3
#bd1fe4
#be20e5
#bf21e6
#c022e7
#c123e8
#c224e9
#c325ea
#c426eb
#c527ec
#c628ed
#c729ee
#c82aef
#b91be0
#b81adf
#b719de
#b618dd
#b517dc
#b416db
#b315da
#b214d9
#b113d8
#b012d7
#af11d6
#ae10d5
#ad0fd4
#ac0ed3

Monochromatic Color with #ba1ce1

#ba1ce1
#0a020c
#2d0737
#510c61
#74118c
#9717b6

Tints of #ba1ce1 Color

#ba1ce1
#c135e4
#c94ee7
#d167eb
#d880ee
#e09af1
#e8b3f5
#efccf8
#f7e5fb
#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

#ba1ce1
#43e11c

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

Split Complementary

#ba1ce1
#a6e11c
#1ce157

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

Analogous Color

#6b1ce1
#931ce1
#ba1ce1
#e11ce1
#e11cb9

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

#ba1ce1
#e1ba1c
#1ce1ba

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

#ba1ce1
#e1571c
#43e11c
#1ca5e1

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

#ba1ce1
#43e11c
#1ce157
#e11ca6

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

#ba1ce1 Color Code Preview on Black Background Color

This is how #ba1ce1 Color will look on black background color. Color contrast ratio is 4.34

#ba1ce1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba1ce1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba1ce1

#ba1ce1 color code is use for CSS Background Color

Background color for the above div is #ba1ce1

HTML with inline CSS

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

#ba1ce1 color code is use for CSS Border Color

CSS Border color for the above div is #ba1ce1

HTML with inline CSS

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

CSS Border Left color for the above div is #ba1ce1

HTML with inline CSS

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

CSS Border Right color for the above div is #ba1ce1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba1ce1

HTML with inline CSS

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

CSS Border Top color for the above div is #ba1ce1

HTML with inline CSS

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

#ba1ce1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba1ce1 Color code Preview on White Background

This is how #ba1ce1 Color code will look on white background color. Color contrast ratio is 4.84

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

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,28,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(67,225,28,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,28,225,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.