crispedge.com

Color picker

Loading...

#ba66bd hex color - Violet - Warm color - Information

#ba66bd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ba66bd Color code in RGB color code model is created after adding 72.94% red color, 40% green color and 74.12% blue color. Hex #ba66bd Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 46% magenta, 0% yellow and 26% black.

Hex #ba66bd color code is between #bb55bb web safe hex color code and #aa77cc web safe hex color code. #bb55bb is the nearest web safe color code. You can see here many more shades of #ba66bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba66bd#ba66bd
RGB Decimal186, 102, 189rgb(186, 102, 189)
RGB Percent73%, 40%, 74%rgb(73%, 40%, 74%)
CSS RGBa186, 102, 189,1rgba(186,102,189,1)
CMYK Modelcmyk(2%,46%,0%,26%)
HSL Color Space298,40% ,57%hsl(298,40% ,57%)
HSV Color Space298°, 46%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100110011010111101
Octal272146275
Decimal186102189
Hexba66bd

Different shades of #ba66bd color code.

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

Light Shade of #ba66bd
#ca8acc
Dark Shade of #ba66bd
#a448a8
Saturated Shade of #ba66bd
#c45bc8
Desaturated Shade of #ba66bd
#b071b2
Grey scale Shade of #ba66bd
#919191
Brighten Shade
#d37fd6
Most Readable Shade
#FFFFFF

Shades of #ba66bd color code

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

#ba66bd
#a55aa8
#904f93
#7c447e
#673869
#522d54
#3e223f
#29162a
#140b15
#000000

Similar Color like #ba66bd color

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

#bb67be
#bc68bf
#bd69c0
#be6ac1
#bf6bc2
#c06cc3
#c16dc4
#c26ec5
#c36fc6
#c470c7
#c571c8
#c672c9
#c773ca
#c874cb
#b965bc
#b864bb
#b763ba
#b662b9
#b561b8
#b460b7
#b35fb6
#b25eb5
#b15db4
#b05cb3
#af5bb2
#ae5ab1
#ad59b0
#ac58af

Monochromatic Color with #ba66bd

#ba66bd
#e47de7
#130a13
#3d213d
#663868
#904f92

Tints of #ba66bd Color

#ba66bd
#c177c4
#c988cb
#d199d3
#d8aada
#e0bbe1
#e8cce9
#efddf0
#f7eef7
#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

#ba66bd
#69bd66

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

Split Complementary

#ba66bd
#95bd66
#66bd8f

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

Analogous Color

#9766bd
#a966bd
#ba66bd
#bd66af
#bd669d

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

#ba66bd
#bdba66
#66bdba

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

#ba66bd
#bd8e66
#69bd66
#6694bd

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

#ba66bd
#69bd66
#66bd8f
#bd6695

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

#ba66bd Color Code Preview on Black Background Color

This is how #ba66bd Color will look on black background color. Color contrast ratio is 5.72

#ba66bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba66bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba66bd

#ba66bd color code is use for CSS Background Color

Background color for the above div is #ba66bd

HTML with inline CSS

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

#ba66bd color code is use for CSS Border Color

CSS Border color for the above div is #ba66bd

HTML with inline CSS

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

CSS Border Left color for the above div is #ba66bd

HTML with inline CSS

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

CSS Border Right color for the above div is #ba66bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba66bd

HTML with inline CSS

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

CSS Border Top color for the above div is #ba66bd

HTML with inline CSS

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

#ba66bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba66bd Color code Preview on White Background

This is how #ba66bd Color code will look on white background color. Color contrast ratio is 3.67

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

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,102,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,189,102,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(186,102,189,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.