crispedge.com

#b429e0 hex color - Violet - Warm color - Information

#b429e0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b429e0 Color code in RGB color code model is created after adding 70.59% red color, 16.08% green color and 87.84% blue color. Hex #b429e0 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 82% magenta, 0% yellow and 12% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb429e0#b429e0
RGB Decimal180, 41, 224rgb(180, 41, 224)
RGB Percent71%, 16%, 88%rgb(71%, 16%, 88%)
CSS RGBa180, 41, 224,1rgba(180,41,224,1)
CMYK Modelcmyk(20%,82%,0%,12%)
HSL Color Space286,75% ,52%hsl(286,75% ,52%)
HSV Color Space286°, 82%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101000010100111100000
Octal26451340
Decimal18041224
Hexb429e0

Different shades of #b429e0 color code.

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

Light Shade of #b429e0
#c456e6
Dark Shade of #b429e0
#941bbb
Saturated Shade of #b429e0
#ba1dec
Desaturated Shade of #b429e0
#ae35d4
Grey scale Shade of #b429e0
#848484
Brighten Shade
#cd42f9
Most Readable Shade
#FFFFFF

Shades of #b429e0 color code

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

#b429e0
#a024c7
#8c1fae
#781b95
#64167c
#501263
#3c0d4a
#280931
#140418
#000000

Similar Color like #b429e0 color

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

#b52ae1
#b62be2
#b72ce3
#b82de4
#b92ee5
#ba2fe6
#bb30e7
#bc31e8
#bd32e9
#be33ea
#bf34eb
#c035ec
#c136ed
#c237ee
#b328df
#b227de
#b126dd
#b025dc
#af24db
#ae23da
#ad22d9
#ac21d8
#ab20d7
#aa1fd6
#a91ed5
#a81dd4
#a71cd3
#a61bd2

Monochromatic Color with #b429e0

#b429e0
#09020b
#2b0a36
#4e1260
#70198b
#9221b5

Tints of #b429e0 Color

#b429e0
#bc40e3
#c458e6
#cd70ea
#d588ed
#dd9ff1
#e6b7f4
#eecff8
#f6e7fb
#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

#b429e0
#55e029

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

Split Complementary

#b429e0
#b1e029
#29e058

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

Analogous Color

#6b29e0
#8f29e0
#b429e0
#d929e0
#e029c3

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

#b429e0
#e0b429
#29e0b4

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

#b429e0
#e05829
#55e029
#29b0e0

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

#b429e0
#55e029
#29e058
#e029b1

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

#b429e0 Color Code Preview on Black Background Color

This is how #b429e0 Color will look on black background color. Color contrast ratio is 4.33

#b429e0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b429e0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b429e0

#b429e0 color code is use for CSS Background Color

Background color for the above div is #b429e0

HTML with inline CSS

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

#b429e0 color code is use for CSS Border Color

CSS Border color for the above div is #b429e0

HTML with inline CSS

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

CSS Border Left color for the above div is #b429e0

HTML with inline CSS

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

CSS Border Right color for the above div is #b429e0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b429e0

HTML with inline CSS

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

CSS Border Top color for the above div is #b429e0

HTML with inline CSS

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

#b429e0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b429e0 Color code Preview on White Background

This is how #b429e0 Color code will look on white background color. Color contrast ratio is 4.85

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

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(180,41,224,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,224,41,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,41,224,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.

< /html>