crispedge.com

Color picker

Loading...

#b5adde hex color - Violet - Cool color - Information

#b5adde hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b5adde Color code in RGB color code model is created after adding 70.98% red color, 67.84% green color and 87.06% blue color. Hex #b5adde Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 22% magenta, 0% yellow and 13% black.

Hex #b5adde color code is between #bbaadd web safe hex color code and #aabbee web safe hex color code. #bbaadd is the nearest web safe color code. You can see here many more shades of #b5adde color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb5adde#b5adde
RGB Decimal181, 173, 222rgb(181, 173, 222)
RGB Percent71%, 68%, 87%rgb(71%, 68%, 87%)
CSS RGBa181, 173, 222,1rgba(181,173,222,1)
CMYK Modelcmyk(18%,22%,0%,13%)
HSL Color Space250,43% ,77%hsl(250,43% ,77%)
HSV Color Space250°, 22%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101101011010110111011110
Octal265255336
Decimal181173222
Hexb5adde

Different shades of #b5adde color code.

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

Light Shade of #b5adde
#d6d1ed
Dark Shade of #b5adde
#9489cf
Saturated Shade of #b5adde
#b1a7e4
Desaturated Shade of #b5adde
#b9b3d8
Grey scale Shade of #b5adde
#c5c5c5
Brighten Shade
#cec6f7
Most Readable Shade
#000000

Shades of #b5adde color code

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

#b5adde
#a099c5
#8c86ac
#787394
#64607b
#504c62
#3c394a
#282631
#141318
#000000

Similar Color like #b5adde color

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

#b6aedf
#b7afe0
#b8b0e1
#b9b1e2
#bab2e3
#bbb3e4
#bcb4e5
#bdb5e6
#beb6e7
#bfb7e8
#c0b8e9
#c1b9ea
#c2baeb
#c3bbec
#b4acdd
#b3abdc
#b2aadb
#b1a9da
#b0a8d9
#afa7d8
#aea6d7
#ada5d6
#aca4d5
#aba3d4
#aaa2d3
#a9a1d2
#a8a0d1
#a79fd0

Monochromatic Color with #b5adde

#b5adde
#080709
#2a2934
#4d4a5e
#706b89
#928cb3

Tints of #b5adde Color

#b5adde
#bdb6e1
#c5bfe5
#cdc8e9
#d5d1ec
#dedaf0
#e6e3f4
#eeecf7
#f6f5fb
#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

#b5adde
#d6dead

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

Split Complementary

#b5adde
#decead
#bedead

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

Analogous Color

#adb9de
#adafde
#b5adde
#bfadde
#c9adde

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

#b5adde
#deb5ad
#addeb5

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

#b5adde
#deadbd
#d6dead
#addecd

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

#b5adde
#d6dead
#bedead
#ceadde

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

#b5adde Color Code Preview on Black Background Color

This is how #b5adde Color will look on black background color. Color contrast ratio is 10.00

#b5adde in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5adde

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b5adde

#b5adde color code is use for CSS Background Color

Background color for the above div is #b5adde

HTML with inline CSS

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

#b5adde color code is use for CSS Border Color

CSS Border color for the above div is #b5adde

HTML with inline CSS

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

CSS Border Left color for the above div is #b5adde

HTML with inline CSS

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

CSS Border Right color for the above div is #b5adde

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b5adde

HTML with inline CSS

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

CSS Border Top color for the above div is #b5adde

HTML with inline CSS

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

#b5adde hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b5adde Color code Preview on White Background

This is how #b5adde Color code will look on white background color. Color contrast ratio is 2.10

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

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(181,173,222,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(214,222,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(181,173,222,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.