crispedge.com

Color picker

Loading...

#ab7bf0 hex color - Blue - Cool color - Information

#ab7bf0 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ab7bf0 Color code in RGB color code model is created after adding 67.06% red color, 48.24% green color and 94.12% blue color. Hex #ab7bf0 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 49% magenta, 0% yellow and 6% black.

Hex #ab7bf0 color code is between #aa77ee web safe hex color code and #bb88ff web safe hex color code. #aa77ee is the nearest web safe color code. You can see here many more shades of #ab7bf0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeab7bf0#ab7bf0
RGB Decimal171, 123, 240rgb(171, 123, 240)
RGB Percent67%, 48%, 94%rgb(67%, 48%, 94%)
CSS RGBa171, 123, 240,1rgba(171,123,240,1)
CMYK Modelcmyk(29%,49%,0%,6%)
HSL Color Space265,80% ,71%hsl(265,80% ,71%)
HSV Color Space265°, 49%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010110111101111110000
Octal253173360
Decimal171123240
Hexab7bf0

Different shades of #ab7bf0 color code.

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

Light Shade of #ab7bf0
#c8a9f5
Dark Shade of #ab7bf0
#8e4deb
Saturated Shade of #ab7bf0
#aa74f7
Desaturated Shade of #ab7bf0
#ac82e9
Grey scale Shade of #ab7bf0
#b5b5b5
Brighten Shade
#c494ff
Most Readable Shade
#000000

Shades of #ab7bf0 color code

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

#ab7bf0
#986dd5
#855fba
#7252a0
#5f4485
#4c366a
#392950
#261b35
#130d1a
#000000

Similar Color like #ab7bf0 color

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

#ac7cf1
#ad7df2
#ae7ef3
#af7ff4
#b080f5
#b181f6
#b282f7
#b383f8
#b484f9
#b585fa
#b686fb
#b787fc
#b888fd
#b989fe
#aa7aef
#a979ee
#a878ed
#a777ec
#a676eb
#a575ea
#a474e9
#a373e8
#a272e7
#a171e6
#a070e5
#9f6fe4
#9e6ee3
#9d6de2

Monochromatic Color with #ab7bf0

#ab7bf0
#140e1b
#322446
#503a70
#6e4f9b
#8d65c5

Tints of #ab7bf0 Color

#ab7bf0
#b489f1
#bd98f3
#c7a7f5
#d0b5f6
#d9c4f8
#e3d3fa
#ece1fb
#f5f0fd
#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

#ab7bf0
#c0f07b

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

Split Complementary

#ab7bf0
#f0e57b
#86f07b

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

Analogous Color

#7c7bf0
#947bf0
#ab7bf0
#c27bf0
#da7bf0

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

#ab7bf0
#f0ab7b
#7bf0ab

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

#ab7bf0
#f07b85
#c0f07b
#7bf0e5

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

#ab7bf0
#c0f07b
#86f07b
#e57bf0

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

#ab7bf0 Color Code Preview on Black Background Color

This is how #ab7bf0 Color will look on black background color. Color contrast ratio is 6.82

#ab7bf0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab7bf0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab7bf0

#ab7bf0 color code is use for CSS Background Color

Background color for the above div is #ab7bf0

HTML with inline CSS

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

#ab7bf0 color code is use for CSS Border Color

CSS Border color for the above div is #ab7bf0

HTML with inline CSS

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

CSS Border Left color for the above div is #ab7bf0

HTML with inline CSS

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

CSS Border Right color for the above div is #ab7bf0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab7bf0

HTML with inline CSS

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

CSS Border Top color for the above div is #ab7bf0

HTML with inline CSS

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

#ab7bf0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab7bf0 Color code Preview on White Background

This is how #ab7bf0 Color code will look on white background color. Color contrast ratio is 3.08

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

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,123,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(192,240,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,123,240,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.