crispedge.com

Color picker

Loading...

#ba005d hex color - Violet - Warm color - Information

#ba005d hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ba005d Color code in RGB color code model is created after adding 72.94% red color, 0% green color and 36.47% blue color. Hex #ba005d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 100% magenta, 50% yellow and 27% black.

Hex #ba005d color code is between #bb0055 web safe hex color code and #aa0066 web safe hex color code. #bb0055 is the nearest web safe color code. You can see here many more shades of #ba005d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeba005d#ba005d
RGB Decimal186, 0, 93rgb(186, 0, 93)
RGB Percent73%, 0%, 36%rgb(73%, 0%, 36%)
CSS RGBa186, 0, 93,1rgba(186,0,93,1)
CMYK Modelcmyk(0%,100%,50%,27%)
HSL Color Space330,100% ,36%hsl(330,100% ,36%)
HSV Color Space330°, 100%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110100000000001011101
Octal2720135
Decimal186093
Hexba005d

Different shades of #ba005d color code.

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

Light Shade of #ba005d
#ed0076
Dark Shade of #ba005d
#870043
Saturated Shade of #ba005d
#ba005d
Desaturated Shade of #ba005d
#b1095d
Grey scale Shade of #ba005d
#5d5d5d
Brighten Shade
#d31976
Most Readable Shade
#FFFFFF

Shades of #ba005d color code

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

#ba005d
#a50052
#900048
#7c003e
#670033
#520029
#3e001f
#290014
#14000a
#000000

Similar Color like #ba005d color

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

#bb015e
#bc025f
#bd0360
#be0461
#bf0562
#c00663
#c10764
#c20865
#c30966
#c40a67
#c50b68
#c60c69
#c70d6a
#c80e6b
#b9005c
#b8005b
#b7005a
#b60059
#b50058
#b40057
#b30056
#b20055
#b10054
#b00053
#af0052
#ae0051
#ad0050
#ac004f

Monochromatic Color with #ba005d

#ba005d
#e40072
#100008
#3a001d
#650032
#8f0048

Tints of #ba005d Color

#ba005d
#c11c6f
#c93881
#d15593
#d871a5
#e08db7
#e8aac9
#efc6db
#f7e2ed
#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

#ba005d
#00ba5d

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

Split Complementary

#ba005d
#00ba00
#00baba

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

Analogous Color

#ba00a7
#ba0082
#ba005d
#ba0038
#ba0013

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

#ba005d
#5dba00
#005dba

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

#ba005d
#baba00
#00ba5d
#0000ba

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

#ba005d
#00ba5d
#00baba
#ba0000

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

#ba005d Color Code Preview on Black Background Color

This is how #ba005d Color will look on black background color. Color contrast ratio is 3.25

#ba005d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba005d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ba005d

#ba005d color code is use for CSS Background Color

Background color for the above div is #ba005d

HTML with inline CSS

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

#ba005d color code is use for CSS Border Color

CSS Border color for the above div is #ba005d

HTML with inline CSS

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

CSS Border Left color for the above div is #ba005d

HTML with inline CSS

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

CSS Border Right color for the above div is #ba005d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ba005d

HTML with inline CSS

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

CSS Border Top color for the above div is #ba005d

HTML with inline CSS

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

#ba005d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ba005d Color code Preview on White Background

This is how #ba005d Color code will look on white background color. Color contrast ratio is 6.47

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

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