crispedge.com

Color picker

Loading...

#b77fa1 hex color - Red - Warm color - Information

#b77fa1 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #b77fa1 Color code in RGB color code model is created after adding 71.76% red color, 49.8% green color and 63.14% blue color. Hex #b77fa1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 31% magenta, 12% yellow and 28% black.

Hex #b77fa1 color code is between #bb7799 web safe hex color code and #aa88aa web safe hex color code. #bb7799 is the nearest web safe color code. You can see here many more shades of #b77fa1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb77fa1#b77fa1
RGB Decimal183, 127, 161rgb(183, 127, 161)
RGB Percent72%, 50%, 63%rgb(72%, 50%, 63%)
CSS RGBa183, 127, 161,1rgba(183,127,161,1)
CMYK Modelcmyk(0%,31%,12%,28%)
HSL Color Space324,28% ,61%hsl(324,28% ,61%)
HSV Color Space324°, 31%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101110111111110100001
Octal267177241
Decimal183127161
Hexb77fa1

Different shades of #b77fa1 color code.

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

Light Shade of #b77fa1
#c9a0b9
Dark Shade of #b77fa1
#a55e89
Saturated Shade of #b77fa1
#c175a3
Desaturated Shade of #b77fa1
#ad899f
Grey scale Shade of #b77fa1
#9b9b9b
Brighten Shade
#d098ba
Most Readable Shade
#000000

Shades of #b77fa1 color code

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

#b77fa1
#a2708f
#8e627d
#7a546b
#654659
#513847
#3d2a35
#281c23
#140e11
#000000

Similar Color like #b77fa1 color

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

#b880a2
#b981a3
#ba82a4
#bb83a5
#bc84a6
#bd85a7
#be86a8
#bf87a9
#c088aa
#c189ab
#c28aac
#c38bad
#c48cae
#c58daf
#b67ea0
#b57d9f
#b47c9e
#b37b9d
#b27a9c
#b1799b
#b0789a
#af7799
#ae7698
#ad7597
#ac7496
#ab7395
#aa7294
#a97193

Monochromatic Color with #b77fa1

#b77fa1
#e19cc6
#0d090b
#372731
#624456
#8c617c

Tints of #b77fa1 Color

#b77fa1
#bf8dab
#c79bb5
#cfa9c0
#d7b7ca
#dfc6d5
#e7d4df
#efe2ea
#f7f0f4
#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

#b77fa1
#7fb795

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

Split Complementary

#b77fa1
#85b77f
#7fb7b1

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

Analogous Color

#b77fb7
#b77fac
#b77fa1
#b77f96
#b77f8b

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

#b77fa1
#a1b77f
#7fa1b7

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

#b77fa1
#b7b17f
#7fb795
#7f85b7

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

#b77fa1
#7fb795
#7fb7b1
#b77f85

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

#b77fa1 Color Code Preview on Black Background Color

This is how #b77fa1 Color will look on black background color. Color contrast ratio is 6.56

#b77fa1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b77fa1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b77fa1

#b77fa1 color code is use for CSS Background Color

Background color for the above div is #b77fa1

HTML with inline CSS

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

#b77fa1 color code is use for CSS Border Color

CSS Border color for the above div is #b77fa1

HTML with inline CSS

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

CSS Border Left color for the above div is #b77fa1

HTML with inline CSS

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

CSS Border Right color for the above div is #b77fa1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b77fa1

HTML with inline CSS

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

CSS Border Top color for the above div is #b77fa1

HTML with inline CSS

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

#b77fa1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b77fa1 Color code Preview on White Background

This is how #b77fa1 Color code will look on white background color. Color contrast ratio is 3.20

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

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(183,127,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,183,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(183,127,161,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.