crispedge.com

Color picker

Loading...

#b377ae hex color - Violet - Warm color - Information

#b377ae hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b377ae Color code in RGB color code model is created after adding 70.2% red color, 46.67% green color and 68.24% blue color. Hex #b377ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 34% magenta, 3% yellow and 30% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb377ae#b377ae
RGB Decimal179, 119, 174rgb(179, 119, 174)
RGB Percent70%, 47%, 68%rgb(70%, 47%, 68%)
CSS RGBa179, 119, 174,1rgba(179,119,174,1)
CMYK Modelcmyk(0%,34%,3%,30%)
HSL Color Space305,28% ,58%hsl(305,28% ,58%)
HSV Color Space305°, 34%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100110111011110101110
Octal263167256
Decimal179119174
Hexb377ae

Different shades of #b377ae color code.

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

Light Shade of #b377ae
#c598c1
Dark Shade of #b377ae
#9e5999
Saturated Shade of #b377ae
#be6cb7
Desaturated Shade of #b377ae
#a882a5
Grey scale Shade of #b377ae
#959595
Brighten Shade
#cc90c7
Most Readable Shade
#000000

Shades of #b377ae color code

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

#b377ae
#9f699a
#8b5c87
#774f74
#634260
#4f344d
#3b273a
#271a26
#130d13
#000000

Similar Color like #b377ae color

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

#b478af
#b579b0
#b67ab1
#b77bb2
#b87cb3
#b97db4
#ba7eb5
#bb7fb6
#bc80b7
#bd81b8
#be82b9
#bf83ba
#c084bb
#c185bc
#b276ad
#b175ac
#b074ab
#af73aa
#ae72a9
#ad71a8
#ac70a7
#ab6fa6
#aa6ea5
#a96da4
#a86ca3
#a76ba2
#a66aa1
#a569a0

Monochromatic Color with #b377ae

#b377ae
#dd93d7
#090609
#332232
#5e3e5b
#885b85

Tints of #b377ae Color

#b377ae
#bb86b7
#c395c0
#cca4c9
#d4b3d2
#ddc2db
#e5d1e4
#eee0ed
#f6eff6
#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

#b377ae
#77b37c

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

Split Complementary

#b377ae
#90b377
#77b39a

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

Analogous Color

#a077b3
#ac77b3
#b377ae
#b377a2
#b37796

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

#b377ae
#aeb377
#77aeb3

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

#b377ae
#b39a77
#77b37c
#7790b3

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

#b377ae
#77b37c
#77b39a
#b37790

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

#b377ae Color Code Preview on Black Background Color

This is how #b377ae Color will look on black background color. Color contrast ratio is 6.17

#b377ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b377ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b377ae

#b377ae color code is use for CSS Background Color

Background color for the above div is #b377ae

HTML with inline CSS

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

#b377ae color code is use for CSS Border Color

CSS Border color for the above div is #b377ae

HTML with inline CSS

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

CSS Border Left color for the above div is #b377ae

HTML with inline CSS

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

CSS Border Right color for the above div is #b377ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b377ae

HTML with inline CSS

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

CSS Border Top color for the above div is #b377ae

HTML with inline CSS

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

#b377ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b377ae Color code Preview on White Background

This is how #b377ae Color code will look on white background color. Color contrast ratio is 3.41

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

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,119,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,179,124,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,119,174,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.