crispedge.com

#ad20da hex color - Violet - Warm color - Information

#ad20da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ad20da Color code in RGB color code model is created after adding 67.84% red color, 12.55% green color and 85.49% blue color. Hex #ad20da Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 85% magenta, 0% yellow and 15% black.

Hex #ad20da color code is between #aa22dd web safe hex color code and #bb11cc web safe hex color code. #aa22dd is the nearest web safe color code. You can see here many more shades of #ad20da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead20da#ad20da
RGB Decimal173, 32, 218rgb(173, 32, 218)
RGB Percent68%, 13%, 85%rgb(68%, 13%, 85%)
CSS RGBa173, 32, 218,1rgba(173,32,218,1)
CMYK Modelcmyk(21%,85%,0%,15%)
HSL Color Space285,74% ,49%hsl(285,74% ,49%)
HSV Color Space285°, 85%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010010000011011010
Octal25540332
Decimal17332218
Hexad20da

Different shades of #ad20da color code.

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

Light Shade of #ad20da
#bf49e4
Dark Shade of #ad20da
#8a19ad
Saturated Shade of #ad20da
#b313e6
Desaturated Shade of #ad20da
#a72ccd
Grey scale Shade of #ad20da
#7d7d7d
Brighten Shade
#c639f3
Most Readable Shade
#FFFFFF

Shades of #ad20da color code

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

#ad20da
#991cc1
#8618a9
#731591
#601179
#4c0e60
#390a48
#260730
#130318
#000000

Similar Color like #ad20da color

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

#ae21db
#af22dc
#b023dd
#b124de
#b225df
#b326e0
#b427e1
#b528e2
#b629e3
#b72ae4
#b82be5
#b92ce6
#ba2de7
#bb2ee8
#ac1fd9
#ab1ed8
#aa1dd7
#a91cd6
#a81bd5
#a71ad4
#a619d3
#a518d2
#a417d1
#a316d0
#a215cf
#a114ce
#a013cd
#9f12cc

Monochromatic Color with #ad20da

#ad20da
#040105
#260730
#480d5a
#6a1485
#8b1aaf

Tints of #ad20da Color

#ad20da
#b638de
#bf51e2
#c86ae6
#d183ea
#da9bee
#e3b4f2
#eccdf6
#f5e6fa
#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

#ad20da
#4dda20

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

Split Complementary

#ad20da
#aada20
#20da50

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

Analogous Color

#6320da
#8820da
#ad20da
#d220da
#da20bd

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

#ad20da
#daad20
#20daad

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

#ad20da
#da5020
#4dda20
#20aada

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

#ad20da
#4dda20
#20da50
#da20aa

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

#ad20da Color Code Preview on Black Background Color

This is how #ad20da Color will look on black background color. Color contrast ratio is 4.00

#ad20da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad20da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad20da

#ad20da color code is use for CSS Background Color

Background color for the above div is #ad20da

HTML with inline CSS

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

#ad20da color code is use for CSS Border Color

CSS Border color for the above div is #ad20da

HTML with inline CSS

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

CSS Border Left color for the above div is #ad20da

HTML with inline CSS

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

CSS Border Right color for the above div is #ad20da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad20da

HTML with inline CSS

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

CSS Border Top color for the above div is #ad20da

HTML with inline CSS

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

#ad20da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad20da Color code Preview on White Background

This is how #ad20da Color code will look on white background color. Color contrast ratio is 5.26

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

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(173,32,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(77,218,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,32,218,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.

< /html>