crispedge.com

Color picker

Loading...

#b399e8 hex color - Blue - Cool color - Information

#b399e8 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #b399e8 Color code in RGB color code model is created after adding 70.2% red color, 60% green color and 90.98% blue color. Hex #b399e8 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 34% magenta, 0% yellow and 9% black.

Hex #b399e8 color code is between #bb88ee web safe hex color code and #aaaadd web safe hex color code. #bb88ee is the nearest web safe color code. You can see here many more shades of #b399e8 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb399e8#b399e8
RGB Decimal179, 153, 232rgb(179, 153, 232)
RGB Percent70%, 60%, 91%rgb(70%, 60%, 91%)
CSS RGBa179, 153, 232,1rgba(179,153,232,1)
CMYK Modelcmyk(23%,34%,0%,9%)
HSL Color Space260,63% ,75%hsl(260,63% ,75%)
HSV Color Space260°, 34%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101100111001100111101000
Octal263231350
Decimal179153232
Hexb399e8

Different shades of #b399e8 color code.

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

Light Shade of #b399e8
#d2c3f1
Dark Shade of #b399e8
#946fdf
Saturated Shade of #b399e8
#b193ee
Desaturated Shade of #b399e8
#b59fe2
Grey scale Shade of #b399e8
#c0c0c0
Brighten Shade
#ccb2ff
Most Readable Shade
#000000

Shades of #b399e8 color code

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

#b399e8
#9f88ce
#8b77b4
#77669a
#635580
#4f4467
#3b334d
#272233
#131119
#000000

Similar Color like #b399e8 color

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

#b49ae9
#b59bea
#b69ceb
#b79dec
#b89eed
#b99fee
#baa0ef
#bba1f0
#bca2f1
#bda3f2
#bea4f3
#bfa5f4
#c0a6f5
#c1a7f6
#b298e7
#b197e6
#b096e5
#af95e4
#ae94e3
#ad93e2
#ac92e1
#ab91e0
#aa90df
#a98fde
#a88edd
#a78ddc
#a68cdb
#a58bda

Monochromatic Color with #b399e8

#b399e8
#0f0d13
#30293e
#514568
#716193
#927dbd

Tints of #b399e8 Color

#b399e8
#bba4ea
#c3afed
#ccbbef
#d4c6f2
#ddd1f4
#e5ddf7
#eee8f9
#f6f3fc
#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

#b399e8
#cee899

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

Split Complementary

#b399e8
#e8db99
#a6e899

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

Analogous Color

#999fe8
#a399e8
#b399e8
#c399e8
#d399e8

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

#b399e8
#e8b399
#99e8b3

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

#b399e8
#e899a7
#cee899
#99e8da

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

#b399e8
#cee899
#a6e899
#db99e8

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

#b399e8 Color Code Preview on Black Background Color

This is how #b399e8 Color will look on black background color. Color contrast ratio is 8.64

#b399e8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b399e8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b399e8

#b399e8 color code is use for CSS Background Color

Background color for the above div is #b399e8

HTML with inline CSS

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

#b399e8 color code is use for CSS Border Color

CSS Border color for the above div is #b399e8

HTML with inline CSS

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

CSS Border Left color for the above div is #b399e8

HTML with inline CSS

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

CSS Border Right color for the above div is #b399e8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b399e8

HTML with inline CSS

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

CSS Border Top color for the above div is #b399e8

HTML with inline CSS

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

#b399e8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b399e8 Color code Preview on White Background

This is how #b399e8 Color code will look on white background color. Color contrast ratio is 2.43

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

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,153,232,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(206,232,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,153,232,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.