crispedge.com

Color picker

Loading...

#b35ad3 hex color - Violet - Warm color - Information

#b35ad3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b35ad3 Color code in RGB color code model is created after adding 70.2% red color, 35.29% green color and 82.75% blue color. Hex #b35ad3 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 57% magenta, 0% yellow and 17% black.

Hex #b35ad3 color code is between #bb55cc web safe hex color code and #aa66dd web safe hex color code. #bb55cc is the nearest web safe color code. You can see here many more shades of #b35ad3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb35ad3#b35ad3
RGB Decimal179, 90, 211rgb(179, 90, 211)
RGB Percent70%, 35%, 83%rgb(70%, 35%, 83%)
CSS RGBa179, 90, 211,1rgba(179,90,211,1)
CMYK Modelcmyk(15%,57%,0%,17%)
HSL Color Space284,58% ,59%hsl(284,58% ,59%)
HSV Color Space284°, 57%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110101101011010011
Octal263132323
Decimal17990211
Hexb35ad3

Different shades of #b35ad3 color code.

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

Light Shade of #b35ad3
#c682de
Dark Shade of #b35ad3
#9f35c5
Saturated Shade of #b35ad3
#b850dd
Desaturated Shade of #b35ad3
#ae64c9
Grey scale Shade of #b35ad3
#969696
Brighten Shade
#cc73ec
Most Readable Shade
#FFFFFF

Shades of #b35ad3 color code

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

#b35ad3
#9f50bb
#8b46a4
#773c8c
#633275
#4f285d
#3b1e46
#27142e
#130a17
#000000

Similar Color like #b35ad3 color

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

#b45bd4
#b55cd5
#b65dd6
#b75ed7
#b85fd8
#b960d9
#ba61da
#bb62db
#bc63dc
#bd64dd
#be65de
#bf66df
#c067e0
#c168e1
#b259d2
#b158d1
#b057d0
#af56cf
#ae55ce
#ad54cd
#ac53cc
#ab52cb
#aa51ca
#a950c9
#a84fc8
#a74ec7
#a64dc6
#a54cc5

Monochromatic Color with #b35ad3

#b35ad3
#d76cfd
#231129
#472453
#6b367e
#8f48a8

Tints of #b35ad3 Color

#b35ad3
#bb6cd7
#c37edc
#cc91e1
#d4a3e6
#ddb5eb
#e5c8f0
#eedaf5
#f6ecfa
#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

#b35ad3
#7ad35a

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

Split Complementary

#b35ad3
#b6d35a
#5ad377

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

Analogous Color

#835ad3
#9b5ad3
#b35ad3
#cb5ad3
#d35ac3

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

#b35ad3
#d3b35a
#5ad3b3

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

#b35ad3
#d3765a
#7ad35a
#5ab6d3

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

#b35ad3
#7ad35a
#5ad377
#d35ab6

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

#b35ad3 Color Code Preview on Black Background Color

This is how #b35ad3 Color will look on black background color. Color contrast ratio is 5.32

#b35ad3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b35ad3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b35ad3

#b35ad3 color code is use for CSS Background Color

Background color for the above div is #b35ad3

HTML with inline CSS

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

#b35ad3 color code is use for CSS Border Color

CSS Border color for the above div is #b35ad3

HTML with inline CSS

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

CSS Border Left color for the above div is #b35ad3

HTML with inline CSS

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

CSS Border Right color for the above div is #b35ad3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b35ad3

HTML with inline CSS

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

CSS Border Top color for the above div is #b35ad3

HTML with inline CSS

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

#b35ad3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b35ad3 Color code Preview on White Background

This is how #b35ad3 Color code will look on white background color. Color contrast ratio is 3.95

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

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(179,90,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(122,211,90,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,90,211,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.