crispedge.com

#ad11db hex color - Violet - Warm color - Information

#ad11db hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ad11db Color code in RGB color code model is created after adding 67.84% red color, 6.67% green color and 85.88% blue color. Hex #ad11db Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 92% magenta, 0% yellow and 14% black.

Hex #ad11db color code is between #aa00dd web safe hex color code and #bb00cc web safe hex color code. #aa00dd is the nearest web safe color code. You can see here many more shades of #ad11db color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead11db#ad11db
RGB Decimal173, 17, 219rgb(173, 17, 219)
RGB Percent68%, 7%, 86%rgb(68%, 7%, 86%)
CSS RGBa173, 17, 219,1rgba(173,17,219,1)
CMYK Modelcmyk(21%,92%,0%,14%)
HSL Color Space286,86% ,46%hsl(286,86% ,46%)
HSV Color Space286°, 92%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010001000111011011
Octal25521333
Decimal17317219
Hexad11db

Different shades of #ad11db color code.

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

Light Shade of #ad11db
#c330ef
Dark Shade of #ad11db
#880dac
Saturated Shade of #ad11db
#b305e7
Desaturated Shade of #ad11db
#a71dcf
Grey scale Shade of #ad11db
#767676
Brighten Shade
#c62af4
Most Readable Shade
#FFFFFF

Shades of #ad11db color code

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

#ad11db
#990fc2
#860daa
#730b92
#600979
#4c0761
#390549
#260330
#130118
#000000

Similar Color like #ad11db color

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

#ae12dc
#af13dd
#b014de
#b115df
#b216e0
#b317e1
#b418e2
#b519e3
#b61ae4
#b71be5
#b81ce6
#b91de7
#ba1ee8
#bb1fe9
#ac10da
#ab0fd9
#aa0ed8
#a90dd7
#a80cd6
#a70bd5
#a60ad4
#a509d3
#a408d2
#a307d1
#a206d0
#a105cf
#a004ce
#9f03cd

Monochromatic Color with #ad11db

#ad11db
#050106
#270431
#48075b
#6a0a86
#8b0eb0

Tints of #ad11db Color

#ad11db
#b62bdf
#bf45e3
#c860e7
#d17aeb
#da95ef
#e3aff3
#eccaf7
#f5e4fb
#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

#ad11db
#3fdb11

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

Split Complementary

#ad11db
#a4db11
#11db48

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

Analogous Color

#5c11db
#8511db
#ad11db
#d511db
#db11b8

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

#ad11db
#dbad11
#11dbad

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

#ad11db
#db4811
#3fdb11
#11a4db

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

#ad11db
#3fdb11
#11db48
#db11a4

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

#ad11db Color Code Preview on Black Background Color

This is how #ad11db Color will look on black background color. Color contrast ratio is 3.88

#ad11db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad11db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad11db

#ad11db color code is use for CSS Background Color

Background color for the above div is #ad11db

HTML with inline CSS

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

#ad11db color code is use for CSS Border Color

CSS Border color for the above div is #ad11db

HTML with inline CSS

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

CSS Border Left color for the above div is #ad11db

HTML with inline CSS

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

CSS Border Right color for the above div is #ad11db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad11db

HTML with inline CSS

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

CSS Border Top color for the above div is #ad11db

HTML with inline CSS

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

#ad11db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad11db Color code Preview on White Background

This is how #ad11db Color code will look on white background color. Color contrast ratio is 5.41

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

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,17,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,219,17,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,17,219,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>