crispedge.com

Color picker

Loading...

#b082bd hex color - Violet - Warm color - Information

#b082bd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b082bd Color code in RGB color code model is created after adding 69.02% red color, 50.98% green color and 74.12% blue color. Hex #b082bd Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 31% magenta, 0% yellow and 26% black.

Hex #b082bd color code is between #aa88bb web safe hex color code and #bb77cc web safe hex color code. #aa88bb is the nearest web safe color code. You can see here many more shades of #b082bd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb082bd#b082bd
RGB Decimal176, 130, 189rgb(176, 130, 189)
RGB Percent69%, 51%, 74%rgb(69%, 51%, 74%)
CSS RGBa176, 130, 189,1rgba(176,130,189,1)
CMYK Modelcmyk(7%,31%,0%,26%)
HSL Color Space287,31% ,63%hsl(287,31% ,63%)
HSV Color Space287°, 31%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100001000001010111101
Octal260202275
Decimal176130189
Hexb082bd

Different shades of #b082bd color code.

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

Light Shade of #b082bd
#c5a3cf
Dark Shade of #b082bd
#9b61ab
Saturated Shade of #b082bd
#b578c7
Desaturated Shade of #b082bd
#ab8cb3
Grey scale Shade of #b082bd
#9f9f9f
Brighten Shade
#c99bd6
Most Readable Shade
#000000

Shades of #b082bd color code

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

#b082bd
#9c73a8
#886593
#75567e
#614869
#4e3954
#3a2b3f
#271c2a
#130e15
#000000

Similar Color like #b082bd color

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

#b183be
#b284bf
#b385c0
#b486c1
#b587c2
#b688c3
#b789c4
#b88ac5
#b98bc6
#ba8cc7
#bb8dc8
#bc8ec9
#bd8fca
#be90cb
#af81bc
#ae80bb
#ad7fba
#ac7eb9
#ab7db8
#aa7cb7
#a97bb6
#a87ab5
#a779b4
#a678b3
#a577b2
#a476b1
#a375b0
#a274af

Monochromatic Color with #b082bd

#b082bd
#d89fe7
#120d13
#392a3d
#614868
#886592

Tints of #b082bd Color

#b082bd
#b88fc4
#c19dcb
#caabd3
#d3b9da
#dbc7e1
#e4d5e9
#ede3f0
#f6f1f7
#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

#b082bd
#8fbd82

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

Split Complementary

#b082bd
#adbd82
#82bd93

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

Analogous Color

#9882bd
#a482bd
#b082bd
#bc82bd
#bd82b2

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

#b082bd
#bdb082
#82bdb0

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

#b082bd
#bd9282
#8fbd82
#82acbd

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

#b082bd
#8fbd82
#82bd93
#bd82ad

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

#b082bd Color Code Preview on Black Background Color

This is how #b082bd Color will look on black background color. Color contrast ratio is 6.77

#b082bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b082bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b082bd

#b082bd color code is use for CSS Background Color

Background color for the above div is #b082bd

HTML with inline CSS

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

#b082bd color code is use for CSS Border Color

CSS Border color for the above div is #b082bd

HTML with inline CSS

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

CSS Border Left color for the above div is #b082bd

HTML with inline CSS

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

CSS Border Right color for the above div is #b082bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b082bd

HTML with inline CSS

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

CSS Border Top color for the above div is #b082bd

HTML with inline CSS

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

#b082bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b082bd Color code Preview on White Background

This is how #b082bd Color code will look on white background color. Color contrast ratio is 3.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 #b082bd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #b082bd; }

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,130,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,189,130,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(176,130,189,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.