crispedge.com

Color picker

Loading...

#b3708c hex color - Red - Warm color - Information

#b3708c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b3708c Color code in RGB color code model is created after adding 70.2% red color, 43.92% green color and 54.9% blue color. Hex #b3708c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 37% magenta, 22% yellow and 30% black.

Hex #b3708c color code is between #bb7788 web safe hex color code and #aa6699 web safe hex color code. #bb7788 is the nearest web safe color code. You can see here many more shades of #b3708c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code b3708c #b3708c
RGB Decimal 179, 112, 140 rgb(179, 112, 140)
RGB Percent 70%, 44%, 55% rgb(70%, 44%, 55%)
CSS RGBa 179, 112, 140,1 rgba(179,112,140,1)
CMYK Model cmyk(0%,37%,22%,30%)
HSL Color Space 335,31% ,57% hsl(335,31% ,57%)
HSV Color Space 335°, 37%, 70%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10110011 01110000 10001100
Octal 263 160 214
Decimal 179 112 140
Hex b3 70 8c

Different shades of #b3708c color code.

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

Light Shade of #b3708c
#c591a7
Dark Shade of #b3708c
#9d5372
Saturated Shade of #b3708c
#be658a
Desaturated Shade of #b3708c
#a87b8e
Grey scale Shade of #b3708c
#919191
Brighten Shade
#cc89a5
Most Readable Shade
#FFFFFF

Shades of #b3708c color code

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

#b3708c
#9f637c
#8b576c
#774a5d
#633e4d
#4f313e
#3b252e
#27181f
#130c0f
#000000

Similar Color like #b3708c color

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

#b4718d
#b5728e
#b6738f
#b77490
#b87591
#b97692
#ba7793
#bb7894
#bc7995
#bd7a96
#be7b97
#bf7c98
#c07d99
#c17e9a
#b26f8b
#b16e8a
#b06d89
#af6c88
#ae6b87
#ad6a86
#ac6985
#ab6884
#aa6783
#a96682
#a86581
#a76480
#a6637f
#a5627e

Monochromatic Color with #b3708c

#b3708c
#dd8bad
#090607
#332028
#5e3b4a
#88556b

Tints of #b3708c Color

#b3708c
#bb7f98
#c38fa5
#cc9fb2
#d4afbf
#ddbfcb
#e5cfd8
#eedfe5
#f6eff2
#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

#b3708c
#70b397

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

Split Complementary

#b3708c
#70b376
#70aeb3

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

Analogous Color

#b370a7
#b37099
#b3708c
#b3707f
#b37071

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

#b3708c
#8cb370
#708cb3

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

#b3708c
#adb370
#70b397
#7570b3

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

#b3708c
#70b397
#70aeb3
#b37570

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

#b3708c Color Code Preview on Black Background Color

This is how #b3708c Color will look on black background color. Color contrast ratio is 5.61

#b3708c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3708c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b3708c

#b3708c color code is use for CSS Background Color

Background color for the above div is #b3708c

HTML with inline CSS

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

#b3708c color code is use for CSS Border Color

CSS Border color for the above div is #b3708c

HTML with inline CSS

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

CSS Border Left color for the above div is #b3708c

HTML with inline CSS

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

CSS Border Right color for the above div is #b3708c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b3708c

HTML with inline CSS

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

CSS Border Top color for the above div is #b3708c

HTML with inline CSS

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

#b3708c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b3708c Color code Preview on White Background

This is how #b3708c Color code will look on white background color. Color contrast ratio is 3.74

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

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,112,140,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(112,179,151,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(179,112,140,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.