crispedge.com

Color picker

Loading...

#bd4b77 hex color - Red - Warm color - Information

#bd4b77 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #bd4b77 Color code in RGB color code model is created after adding 74.12% red color, 29.41% green color and 46.67% blue color. Hex #bd4b77 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 60% magenta, 37% yellow and 26% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd4b77#bd4b77
RGB Decimal189, 75, 119rgb(189, 75, 119)
RGB Percent74%, 29%, 47%rgb(74%, 29%, 47%)
CSS RGBa189, 75, 119,1rgba(189,75,119,1)
CMYK Modelcmyk(0%,60%,37%,26%)
HSL Color Space337,46% ,52%hsl(337,46% ,52%)
HSV Color Space337°, 60%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010100101101110111
Octal275113167
Decimal18975119
Hexbd4b77

Different shades of #bd4b77 color code.

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

Light Shade of #bd4b77
#cb7093
Dark Shade of #bd4b77
#9c395f
Saturated Shade of #bd4b77
#c93f74
Desaturated Shade of #bd4b77
#b1577a
Grey scale Shade of #bd4b77
#848484
Brighten Shade
#d66490
Most Readable Shade
#FFFFFF

Shades of #bd4b77 color code

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

#bd4b77
#a84269
#933a5c
#7e324f
#692942
#542134
#3f1927
#2a101a
#15080d
#000000

Similar Color like #bd4b77 color

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

#be4c78
#bf4d79
#c04e7a
#c14f7b
#c2507c
#c3517d
#c4527e
#c5537f
#c65480
#c75581
#c85682
#c95783
#ca5884
#cb5985
#bc4a76
#bb4975
#ba4874
#b94773
#b84672
#b74571
#b64470
#b5436f
#b4426e
#b3416d
#b2406c
#b13f6b
#b03e6a
#af3d69

Monochromatic Color with #bd4b77

#bd4b77
#e75c92
#13080c
#3d1827
#682941
#923a5c

Tints of #bd4b77 Color

#bd4b77
#c45f86
#cb7395
#d387a4
#da9bb3
#e1afc2
#e9c3d1
#f0d7e0
#f7ebef
#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

#bd4b77
#4bbd91

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

Split Complementary

#bd4b77
#4bbd58
#4bb0bd

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

Analogous Color

#bd4ba5
#bd4b8e
#bd4b77
#bd4b60
#bd4d4b

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

#bd4b77
#77bd4b
#4b77bd

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

#bd4b77
#b0bd4b
#4bbd91
#584bbd

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

#bd4b77
#4bbd91
#4bb0bd
#bd584b

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

#bd4b77 Color Code Preview on Black Background Color

This is how #bd4b77 Color will look on black background color. Color contrast ratio is 4.44

#bd4b77 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd4b77

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd4b77

#bd4b77 color code is use for CSS Background Color

Background color for the above div is #bd4b77

HTML with inline CSS

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

#bd4b77 color code is use for CSS Border Color

CSS Border color for the above div is #bd4b77

HTML with inline CSS

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

CSS Border Left color for the above div is #bd4b77

HTML with inline CSS

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

CSS Border Right color for the above div is #bd4b77

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd4b77

HTML with inline CSS

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

CSS Border Top color for the above div is #bd4b77

HTML with inline CSS

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

#bd4b77 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd4b77 Color code Preview on White Background

This is how #bd4b77 Color code will look on white background color. Color contrast ratio is 4.73

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

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(189,75,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(75,189,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,75,119,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.