crispedge.com

Color picker

Loading...

#ad2058 hex color - Red - Warm color - Information

#ad2058 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ad2058 Color code in RGB color code model is created after adding 67.84% red color, 12.55% green color and 34.51% blue color. Hex #ad2058 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 49% yellow and 32% black.

Hex #ad2058 color code is between #aa2255 web safe hex color code and #bb1166 web safe hex color code. #aa2255 is the nearest web safe color code. You can see here many more shades of #ad2058 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead2058#ad2058
RGB Decimal173, 32, 88rgb(173, 32, 88)
RGB Percent68%, 13%, 35%rgb(68%, 13%, 35%)
CSS RGBa173, 32, 88,1rgba(173,32,88,1)
CMYK Modelcmyk(0%,82%,49%,32%)
HSL Color Space336,69% ,40%hsl(336,69% ,40%)
HSV Color Space336°, 82%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010010000001011000
Octal25540130
Decimal1733288
Hexad2058

Different shades of #ad2058 color code.

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

Light Shade of #ad2058
#d7296e
Dark Shade of #ad2058
#821842
Saturated Shade of #ad2058
#b71656
Desaturated Shade of #ad2058
#a32a5a
Grey scale Shade of #ad2058
#666666
Brighten Shade
#c63971
Most Readable Shade
#FFFFFF

Shades of #ad2058 color code

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

#ad2058
#991c4e
#861844
#73153a
#601130
#4c0e27
#390a1d
#260713
#130309
#000000

Similar Color like #ad2058 color

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

#ae2159
#af225a
#b0235b
#b1245c
#b2255d
#b3265e
#b4275f
#b52860
#b62961
#b72a62
#b82b63
#b92c64
#ba2d65
#bb2e66
#ac1f57
#ab1e56
#aa1d55
#a91c54
#a81b53
#a71a52
#a61951
#a51850
#a4174f
#a3164e
#a2154d
#a1144c
#a0134b
#9f124a

Monochromatic Color with #ad2058

#ad2058
#d7286e
#030102
#2d0817
#58102d
#821842

Tints of #ad2058 Color

#ad2058
#b6386a
#bf517d
#c86a8f
#d183a2
#da9bb4
#e3b4c7
#eccdd9
#f5e6ec
#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

#ad2058
#20ad75

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

Split Complementary

#ad2058
#20ad2e
#209fad

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

Analogous Color

#ad2090
#ad2074
#ad2058
#ad203c
#ad2020

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

#ad2058
#58ad20
#2058ad

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

#ad2058
#9ead20
#20ad75
#2e20ad

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

#ad2058
#20ad75
#209fad
#ad2e20

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

#ad2058 Color Code Preview on Black Background Color

This is how #ad2058 Color will look on black background color. Color contrast ratio is 3.12

#ad2058 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad2058

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad2058

#ad2058 color code is use for CSS Background Color

Background color for the above div is #ad2058

HTML with inline CSS

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

#ad2058 color code is use for CSS Border Color

CSS Border color for the above div is #ad2058

HTML with inline CSS

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

CSS Border Left color for the above div is #ad2058

HTML with inline CSS

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

CSS Border Right color for the above div is #ad2058

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad2058

HTML with inline CSS

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

CSS Border Top color for the above div is #ad2058

HTML with inline CSS

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

#ad2058 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad2058 Color code Preview on White Background

This is how #ad2058 Color code will look on white background color. Color contrast ratio is 6.72

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

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