crispedge.com

Color picker

Loading...

#a88dce hex color - Violet - Cool color - Information

#a88dce hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a88dce Color code in RGB color code model is created after adding 65.88% red color, 55.29% green color and 80.78% blue color. Hex #a88dce Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 32% magenta, 0% yellow and 19% black.

Hex #a88dce color code is between #aa88cc web safe hex color code and #9999dd web safe hex color code. #aa88cc is the nearest web safe color code. You can see here many more shades of #a88dce color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea88dce#a88dce
RGB Decimal168, 141, 206rgb(168, 141, 206)
RGB Percent66%, 55%, 81%rgb(66%, 55%, 81%)
CSS RGBa168, 141, 206,1rgba(168,141,206,1)
CMYK Modelcmyk(18%,32%,0%,19%)
HSL Color Space265,40% ,68%hsl(265,40% ,68%)
HSV Color Space265°, 32%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010001000110111001110
Octal250215316
Decimal168141206
Hexa88dce

Different shades of #a88dce color code.

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

Light Shade of #a88dce
#c3b1dd
Dark Shade of #a88dce
#8d69bf
Saturated Shade of #a88dce
#a785d6
Desaturated Shade of #a88dce
#a995c6
Grey scale Shade of #a88dce
#adadad
Brighten Shade
#c1a6e7
Most Readable Shade
#000000

Shades of #a88dce color code

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

#a88dce
#957db7
#826da0
#705e89
#5d4e72
#4a3e5b
#382f44
#251f2d
#120f16
#000000

Similar Color like #a88dce color

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

#a98ecf
#aa8fd0
#ab90d1
#ac91d2
#ad92d3
#ae93d4
#af94d5
#b095d6
#b196d7
#b297d8
#b398d9
#b499da
#b59adb
#b69bdc
#a78ccd
#a68bcc
#a58acb
#a489ca
#a388c9
#a287c8
#a186c7
#a085c6
#9f84c5
#9e83c4
#9d82c3
#9c81c2
#9b80c1
#9a7fc0

Monochromatic Color with #a88dce

#a88dce
#cbaaf8
#1d1924
#40364e
#635379
#8570a3

Tints of #a88dce Color

#a88dce
#b199d3
#bba6d8
#c5b3de
#cebfe3
#d8cce9
#e2d9ee
#ebe5f4
#f5f2f9
#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

#a88dce
#b3ce8d

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

Split Complementary

#a88dce
#cec98d
#93ce8d

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

Analogous Color

#8e8dce
#9b8dce
#a88dce
#b58dce
#c28dce

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

#a88dce
#cea88d
#8dcea8

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

#a88dce
#ce8d92
#b3ce8d
#8dcec8

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

#a88dce
#b3ce8d
#93ce8d
#c98dce

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

#a88dce Color Code Preview on Black Background Color

This is how #a88dce Color will look on black background color. Color contrast ratio is 7.37

#a88dce in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a88dce

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a88dce

#a88dce color code is use for CSS Background Color

Background color for the above div is #a88dce

HTML with inline CSS

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

#a88dce color code is use for CSS Border Color

CSS Border color for the above div is #a88dce

HTML with inline CSS

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

CSS Border Left color for the above div is #a88dce

HTML with inline CSS

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

CSS Border Right color for the above div is #a88dce

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a88dce

HTML with inline CSS

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

CSS Border Top color for the above div is #a88dce

HTML with inline CSS

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

#a88dce hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a88dce Color code Preview on White Background

This is how #a88dce Color code will look on white background color. Color contrast ratio is 2.85

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

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(168,141,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(179,206,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,141,206,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.