crispedge.com

Color picker

Loading...

#ab405b hex color - Red - Warm color - Information

#ab405b hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ab405b Color code in RGB color code model is created after adding 67.06% red color, 25.1% green color and 35.69% blue color. Hex #ab405b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 63% magenta, 47% yellow and 33% black.

Hex #ab405b color code is between #aa4455 web safe hex color code and #bb3366 web safe hex color code. #aa4455 is the nearest web safe color code. You can see here many more shades of #ab405b color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeab405b#ab405b
RGB Decimal171, 64, 91rgb(171, 64, 91)
RGB Percent67%, 25%, 36%rgb(67%, 25%, 36%)
CSS RGBa171, 64, 91,1rgba(171,64,91,1)
CMYK Modelcmyk(0%,63%,47%,33%)
HSL Color Space345,46% ,46%hsl(345,46% ,46%)
HSV Color Space345°, 63%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110100000001011011
Octal253100133
Decimal1716491
Hexab405b

Different shades of #ab405b color code.

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

Light Shade of #ab405b
#c25c76
Dark Shade of #ab405b
#863247
Saturated Shade of #ab405b
#b73455
Desaturated Shade of #ab405b
#9f4c61
Grey scale Shade of #ab405b
#757575
Brighten Shade
#c45974
Most Readable Shade
#FFFFFF

Shades of #ab405b color code

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

#ab405b
#983850
#853146
#722a3c
#5f2332
#4c1c28
#39151e
#260e14
#13070a
#000000

Similar Color like #ab405b color

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

#ac415c
#ad425d
#ae435e
#af445f
#b04560
#b14661
#b24762
#b34863
#b44964
#b54a65
#b64b66
#b74c67
#b84d68
#b94e69
#aa3f5a
#a93e59
#a83d58
#a73c57
#a63b56
#a53a55
#a43954
#a33853
#a23752
#a13651
#a03550
#9f344f
#9e334e
#9d324d

Monochromatic Color with #ab405b

#ab405b
#d55072
#010001
#2b1017
#56202e
#803044

Tints of #ab405b Color

#ab405b
#b4556d
#bd6a7f
#c77f91
#d094a3
#d9aab6
#e3bfc8
#ecd4da
#f5e9ec
#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

#ab405b
#40ab90

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

Split Complementary

#ab405b
#40ab5a
#4090ab

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

Analogous Color

#ab4086
#ab4070
#ab405b
#ab4046
#ab5040

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

#ab405b
#5bab40
#405bab

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

#ab405b
#90ab40
#40ab90
#5a40ab

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

#ab405b
#40ab90
#4090ab
#ab5a40

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

#ab405b Color Code Preview on Black Background Color

This is how #ab405b Color will look on black background color. Color contrast ratio is 3.62

#ab405b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab405b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab405b

#ab405b color code is use for CSS Background Color

Background color for the above div is #ab405b

HTML with inline CSS

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

#ab405b color code is use for CSS Border Color

CSS Border color for the above div is #ab405b

HTML with inline CSS

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

CSS Border Left color for the above div is #ab405b

HTML with inline CSS

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

CSS Border Right color for the above div is #ab405b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab405b

HTML with inline CSS

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

CSS Border Top color for the above div is #ab405b

HTML with inline CSS

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

#ab405b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab405b Color code Preview on White Background

This is how #ab405b Color code will look on white background color. Color contrast ratio is 5.81

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

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(171,64,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(64,171,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,64,91,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.