@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ad024e hex color - Violet - Warm color - Information

#ad024e hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ad024e Color code in RGB color code model is created after adding 67.84% red color, 0.78% green color and 30.59% blue color. Hex #ad024e Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 55% yellow and 32.16% black.

Hex #ad024e color code is between #aa0055 web safe hex color code and #bb0044 web safe hex color code. #aa0055 is the nearest web safe color code. You can see here many more shades of #ad024e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead024e#ad024e
RGB Decimal173, 2, 78rgb(173, 2, 78)
RGB Percent68%, 1%, 31%rgb(68%, 1%, 31%)
CSS RGBa173, 2, 78,1rgba(173,2,78,1)
CMYK Modelcmyk(0%,99%,55%,32.16%)
HSL Color Space333,98% ,34%hsl(333,98% ,34%)
HSV Color Space333°, 99%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010000001001001110
Octal2552116
Decimal173278
Hexad024e

Different shades of #ad024e color code.

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

Light Shade of #ad024e
#df0365
Dark Shade of #ad024e
#7b0137
Saturated Shade of #ad024e
#af004e
Desaturated Shade of #ad024e
#a40b4f
Grey scale Shade of #ad024e
#575757
Brighten Shade
#c61b67
Most Readable Shade
#FFFFFF

Shades of #ad024e color code

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

#ad024e
#990145
#86013c
#730134
#60012b
#4c0022
#39001a
#260011
#130008
#000000

Similar Color like #ad024e color

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

#ae034f
#af0450
#b00551
#b10652
#b20753
#b30854
#b40955
#b50a56
#b60b57
#b70c58
#b80d59
#b90e5a
#ba0f5b
#bb105c
#ac014d
#ab004c
#aa004b
#a9004a
#a80049
#a70048
#a60047
#a50046
#a40045
#a30044
#a20043
#a10042
#a00041
#9f0040

Monochromatic Color with #ad024e

#ad024e
#d70261
#030001
#2d0115
#580128
#82023b

Tints of #ad024e Color

#ad024e
#b61e61
#bf3a75
#c85689
#d1729c
#da8eb0
#e3aac4
#ecc6d7
#f5e2eb
#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

#ad024e
#02ad61

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

Split Complementary

#ad024e
#02ad0b
#02a4ad

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

Analogous Color

#ad0292
#ad0270
#ad024e
#ad022c
#ad020a

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

#ad024e
#4ead02
#024ead

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

#ad024e
#a3ad02
#02ad61
#0c02ad

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

#ad024e
#02ad61
#02a4ad
#ad0b02

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

#ad024e Color Code Preview on Black Background Color

This is how #ad024e Color will look on black background color. Color contrast ratio is 2.90

#ad024e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad024e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad024e

#ad024e color code is use for CSS Background Color

Background color for the above div is #ad024e

HTML with inline CSS

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

#ad024e color code is use for CSS Border Color

CSS Border color for the above div is #ad024e

HTML with inline CSS

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

CSS Border Left color for the above div is #ad024e

HTML with inline CSS

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

CSS Border Right color for the above div is #ad024e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad024e

HTML with inline CSS

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

CSS Border Top color for the above div is #ad024e

HTML with inline CSS

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

#ad024e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad024e Color code Preview on White Background

This is how #ad024e Color code will look on white background color. Color contrast ratio is 7.25

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

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,2,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(2,173,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,2,78,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.