crispedge.com

Color picker

Loading...

#b6628e hex color - Red - Warm color - Information

#b6628e hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #b6628e Color code in RGB color code model is created after adding 71.37% red color, 38.43% green color and 55.69% blue color. Hex #b6628e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 22% yellow and 29% black.

Hex #b6628e color code is between #bb6688 web safe hex color code and #aa5599 web safe hex color code. #bb6688 is the nearest web safe color code. You can see here many more shades of #b6628e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb6628e#b6628e
RGB Decimal182, 98, 142rgb(182, 98, 142)
RGB Percent71%, 38%, 56%rgb(71%, 38%, 56%)
CSS RGBa182, 98, 142,1rgba(182,98,142,1)
CMYK Modelcmyk(0%,46%,22%,29%)
HSL Color Space329,37% ,55%hsl(329,37% ,55%)
HSV Color Space329°, 46%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101100110001010001110
Octal266142216
Decimal18298142
Hexb6628e

Different shades of #b6628e color code.

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

Light Shade of #b6628e
#c685a7
Dark Shade of #b6628e
#9c4974
Saturated Shade of #b6628e
#c1568f
Desaturated Shade of #b6628e
#aa6d8d
Grey scale Shade of #b6628e
#8c8c8c
Brighten Shade
#cf7ba7
Most Readable Shade
#FFFFFF

Shades of #b6628e color code

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

#b6628e
#a1577e
#8d4c6e
#79415e
#65364e
#502b3f
#3c202f
#28151f
#140a0f
#000000

Similar Color like #b6628e color

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

#b7638f
#b86490
#b96591
#ba6692
#bb6793
#bc6894
#bd6995
#be6a96
#bf6b97
#c06c98
#c16d99
#c26e9a
#c36f9b
#c4709c
#b5618d
#b4608c
#b35f8b
#b25e8a
#b15d89
#b05c88
#af5b87
#ae5a86
#ad5985
#ac5884
#ab5783
#aa5682
#a95581
#a85480

Monochromatic Color with #b6628e

#b6628e
#e079af
#0c0609
#361d2b
#61344c
#8b4b6d

Tints of #b6628e Color

#b6628e
#be739a
#c684a7
#ce96b3
#d6a7c0
#deb9cc
#e6cad9
#eedce5
#f6edf2
#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

#b6628e
#62b68a

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

Split Complementary

#b6628e
#64b662
#62b6b4

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

Analogous Color

#b662b0
#b6629f
#b6628e
#b6627d
#b6626c

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

#b6628e
#8eb662
#628eb6

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

#b6628e
#b6b462
#62b68a
#6264b6

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

#b6628e
#62b68a
#62b6b4
#b66264

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

#b6628e Color Code Preview on Black Background Color

This is how #b6628e Color will look on black background color. Color contrast ratio is 5.13

#b6628e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6628e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b6628e

#b6628e color code is use for CSS Background Color

Background color for the above div is #b6628e

HTML with inline CSS

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

#b6628e color code is use for CSS Border Color

CSS Border color for the above div is #b6628e

HTML with inline CSS

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

CSS Border Left color for the above div is #b6628e

HTML with inline CSS

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

CSS Border Right color for the above div is #b6628e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b6628e

HTML with inline CSS

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

CSS Border Top color for the above div is #b6628e

HTML with inline CSS

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

#b6628e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b6628e Color code Preview on White Background

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

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(182,98,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(98,182,138,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(182,98,142,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.