crispedge.com

Color picker

Loading...

#b85ab5 hex color - Violet - Warm color - Information

#b85ab5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b85ab5 Color code in RGB color code model is created after adding 72.16% red color, 35.29% green color and 70.98% blue color. Hex #b85ab5 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 2% yellow and 28% black.

Hex #b85ab5 color code is between #bb55bb web safe hex color code and #aa66aa web safe hex color code. #bb55bb is the nearest web safe color code. You can see here many more shades of #b85ab5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb85ab5#b85ab5
RGB Decimal184, 90, 181rgb(184, 90, 181)
RGB Percent72%, 35%, 71%rgb(72%, 35%, 71%)
CSS RGBa184, 90, 181,1rgba(184,90,181,1)
CMYK Modelcmyk(0%,51%,2%,28%)
HSL Color Space302,40% ,54%hsl(302,40% ,54%)
HSV Color Space302°, 51%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101110000101101010110101
Octal270132265
Decimal18490181
Hexb85ab5

Different shades of #b85ab5 color code.

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

Light Shade of #b85ab5
#c77ec5
Dark Shade of #b85ab5
#9c4399
Saturated Shade of #b85ab5
#c44ec0
Desaturated Shade of #b85ab5
#ac66aa
Grey scale Shade of #b85ab5
#898989
Brighten Shade
#d173ce
Most Readable Shade
#FFFFFF

Shades of #b85ab5 color code

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

#b85ab5
#a350a0
#8f468c
#7a3c78
#663264
#512850
#3d1e3c
#281428
#140a14
#000000

Similar Color like #b85ab5 color

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

#b95bb6
#ba5cb7
#bb5db8
#bc5eb9
#bd5fba
#be60bb
#bf61bc
#c062bd
#c163be
#c264bf
#c365c0
#c466c1
#c567c2
#c668c3
#b759b4
#b658b3
#b557b2
#b456b1
#b355b0
#b254af
#b153ae
#b052ad
#af51ac
#ae50ab
#ad4faa
#ac4ea9
#ab4da8
#aa4ca7

Monochromatic Color with #b85ab5

#b85ab5
#e26fdf
#0e070e
#381c38
#633061
#8d458b

Tints of #b85ab5 Color

#b85ab5
#bf6cbd
#c77ec5
#cf91cd
#d7a3d5
#dfb5de
#e7c8e6
#efdaee
#f7ecf6
#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

#b85ab5
#5ab85d

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

Split Complementary

#b85ab5
#86b85a
#5ab88c

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

Analogous Color

#955ab8
#a85ab8
#b85ab5
#b85aa2
#b85a8f

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

#b85ab5
#b5b85a
#5ab5b8

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

#b85ab5
#b88c5a
#5ab85d
#5a86b8

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

#b85ab5
#5ab85d
#5ab88c
#b85a86

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

#b85ab5 Color Code Preview on Black Background Color

This is how #b85ab5 Color will look on black background color. Color contrast ratio is 5.17

#b85ab5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b85ab5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b85ab5

#b85ab5 color code is use for CSS Background Color

Background color for the above div is #b85ab5

HTML with inline CSS

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

#b85ab5 color code is use for CSS Border Color

CSS Border color for the above div is #b85ab5

HTML with inline CSS

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

CSS Border Left color for the above div is #b85ab5

HTML with inline CSS

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

CSS Border Right color for the above div is #b85ab5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b85ab5

HTML with inline CSS

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

CSS Border Top color for the above div is #b85ab5

HTML with inline CSS

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

#b85ab5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b85ab5 Color code Preview on White Background

This is how #b85ab5 Color code will look on white background color. Color contrast ratio is 4.06

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

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