crispedge.com

Color picker

Loading...

#b093ac hex color - Violet - Warm color - Information

#b093ac hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b093ac Color code in RGB color code model is created after adding 69.02% red color, 57.65% green color and 67.45% blue color. Hex #b093ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 16% magenta, 2% yellow and 31% black.

Hex #b093ac color code is between #aa99aa web safe hex color code and #bb88bb web safe hex color code. #aa99aa is the nearest web safe color code. You can see here many more shades of #b093ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb093ac#b093ac
RGB Decimal176, 147, 172rgb(176, 147, 172)
RGB Percent69%, 58%, 67%rgb(69%, 58%, 67%)
CSS RGBa176, 147, 172,1rgba(176,147,172,1)
CMYK Modelcmyk(0%,16%,2%,31%)
HSL Color Space308,16% ,63%hsl(308,16% ,63%)
HSV Color Space308°, 16%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001001001110101100
Octal260223254
Decimal176147172
Hexb093ac

Different shades of #b093ac color code.

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

Light Shade of #b093ac
#c6b0c3
Dark Shade of #b093ac
#9a7695
Saturated Shade of #b093ac
#b98ab3
Desaturated Shade of #b093ac
#a79ca5
Grey scale Shade of #b093ac
#a1a1a1
Brighten Shade
#c9acc5
Most Readable Shade
#000000

Shades of #b093ac color code

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

#b093ac
#9c8298
#887285
#756272
#61515f
#4e414c
#3a3139
#272026
#131013
#000000

Similar Color like #b093ac color

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

#b194ad
#b295ae
#b396af
#b497b0
#b598b1
#b699b2
#b79ab3
#b89bb4
#b99cb5
#ba9db6
#bb9eb7
#bc9fb8
#bda0b9
#bea1ba
#af92ab
#ae91aa
#ad90a9
#ac8fa8
#ab8ea7
#aa8da6
#a98ca5
#a88ba4
#a78aa3
#a689a2
#a588a1
#a487a0
#a3869f
#a2859e

Monochromatic Color with #b093ac

#b093ac
#dab6d6
#060506
#30282f
#5b4c59
#857082

Tints of #b093ac Color

#b093ac
#b89fb5
#c1abbe
#cab7c7
#d3c3d0
#dbcfda
#e4dbe3
#ede7ec
#f6f3f5
#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

#b093ac
#93b097

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

Split Complementary

#b093ac
#9eb093
#93b0a5

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

Analogous Color

#a893b0
#ae93b0
#b093ac
#b093a6
#b093a0

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

#b093ac
#acb093
#93acb0

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

#b093ac
#b0a593
#93b097
#939db0

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

#b093ac
#93b097
#93b0a5
#b0939e

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

#b093ac Color Code Preview on Black Background Color

This is how #b093ac Color will look on black background color. Color contrast ratio is 7.62

#b093ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b093ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b093ac

#b093ac color code is use for CSS Background Color

Background color for the above div is #b093ac

HTML with inline CSS

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

#b093ac color code is use for CSS Border Color

CSS Border color for the above div is #b093ac

HTML with inline CSS

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

CSS Border Left color for the above div is #b093ac

HTML with inline CSS

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

CSS Border Right color for the above div is #b093ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b093ac

HTML with inline CSS

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

CSS Border Top color for the above div is #b093ac

HTML with inline CSS

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

#b093ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b093ac Color code Preview on White Background

This is how #b093ac Color code will look on white background color. Color contrast ratio is 2.76

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

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(176,147,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(147,176,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,147,172,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.