crispedge.com

Color picker

Loading...

#b43d77 hex color - Red - Warm color - Information

#b43d77 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b43d77 Color code in RGB color code model is created after adding 70.59% red color, 23.92% green color and 46.67% blue color. Hex #b43d77 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 66% magenta, 34% yellow and 29% black.

Hex #b43d77 color code is between #bb4466 web safe hex color code and #aa3388 web safe hex color code. #bb4466 is the nearest web safe color code. You can see here many more shades of #b43d77 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeb43d77#b43d77
RGB Decimal180, 61, 119rgb(180, 61, 119)
RGB Percent71%, 24%, 47%rgb(71%, 24%, 47%)
CSS RGBa180, 61, 119,1rgba(180,61,119,1)
CMYK Modelcmyk(0%,66%,34%,29%)
HSL Color Space331,49% ,47%hsl(331,49% ,47%)
HSV Color Space331°, 66%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101000011110101110111
Octal26475167
Decimal18061119
Hexb43d77

Different shades of #b43d77 color code.

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

Light Shade of #b43d77
#c85c91
Dark Shade of #b43d77
#8e305e
Saturated Shade of #b43d77
#c03177
Desaturated Shade of #b43d77
#a84977
Grey scale Shade of #b43d77
#787878
Brighten Shade
#cd5690
Most Readable Shade
#FFFFFF

Shades of #b43d77 color code

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

#b43d77
#a03669
#8c2f5c
#78284f
#642142
#501b34
#3c1427
#280d1a
#14060d
#000000

Similar Color like #b43d77 color

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

#b53e78
#b63f79
#b7407a
#b8417b
#b9427c
#ba437d
#bb447e
#bc457f
#bd4680
#be4781
#bf4882
#c04983
#c14a84
#c24b85
#b33c76
#b23b75
#b13a74
#b03973
#af3872
#ae3771
#ad3670
#ac356f
#ab346e
#aa336d
#a9326c
#a8316b
#a7306a
#a62f69

Monochromatic Color with #b43d77

#b43d77
#de4b93
#0a0307
#341223
#5f203f
#892f5b

Tints of #b43d77 Color

#b43d77
#bc5286
#c46895
#cd7da4
#d593b3
#dda8c2
#e6bed1
#eed3e0
#f6e9ef
#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

#b43d77
#3db47a

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

Split Complementary

#b43d77
#3db43f
#3db3b4

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

Analogous Color

#b43da7
#b43d8f
#b43d77
#b43d5f
#b43d47

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

#b43d77
#77b43d
#3d77b4

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

#b43d77
#b2b43d
#3db47a
#3f3db4

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

#b43d77
#3db47a
#3db2b4
#b43f3d

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

#b43d77 Color Code Preview on Black Background Color

This is how #b43d77 Color will look on black background color. Color contrast ratio is 3.87

#b43d77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b43d77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b43d77

#b43d77 color code is use for CSS Background Color

Background color for the above div is #b43d77

HTML with inline CSS

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

#b43d77 color code is use for CSS Border Color

CSS Border color for the above div is #b43d77

HTML with inline CSS

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

CSS Border Left color for the above div is #b43d77

HTML with inline CSS

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

CSS Border Right color for the above div is #b43d77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b43d77

HTML with inline CSS

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

CSS Border Top color for the above div is #b43d77

HTML with inline CSS

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

#b43d77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b43d77 Color code Preview on White Background

This is how #b43d77 Color code will look on white background color. Color contrast ratio is 5.42

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

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(180,61,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(61,180,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,61,119,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.