crispedge.com

Color picker

Loading...

#ad385d hex color - Red - Warm color - Information

#ad385d hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ad385d Color code in RGB color code model is created after adding 67.84% red color, 21.96% green color and 36.47% blue color. Hex #ad385d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 46% yellow and 32% black.

Hex #ad385d color code is between #aa3355 web safe hex color code and #bb4466 web safe hex color code. #aa3355 is the nearest web safe color code. You can see here many more shades of #ad385d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead385d#ad385d
RGB Decimal173, 56, 93rgb(173, 56, 93)
RGB Percent68%, 22%, 36%rgb(68%, 22%, 36%)
CSS RGBa173, 56, 93,1rgba(173,56,93,1)
CMYK Modelcmyk(0%,68%,46%,32%)
HSL Color Space341,51% ,45%hsl(341,51% ,45%)
HSV Color Space341°, 68%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010011100001011101
Octal25570135
Decimal1735693
Hexad385d

Different shades of #ad385d color code.

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

Light Shade of #ad385d
#c75176
Dark Shade of #ad385d
#862c48
Saturated Shade of #ad385d
#b82d59
Desaturated Shade of #ad385d
#a24361
Grey scale Shade of #ad385d
#727272
Brighten Shade
#c65176
Most Readable Shade
#FFFFFF

Shades of #ad385d color code

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

#ad385d
#993152
#862b48
#73253e
#601f33
#4c1829
#39121f
#260c14
#13060a
#000000

Similar Color like #ad385d color

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

#ae395e
#af3a5f
#b03b60
#b13c61
#b23d62
#b33e63
#b43f64
#b54065
#b64166
#b74267
#b84368
#b94469
#ba456a
#bb466b
#ac375c
#ab365b
#aa355a
#a93459
#a83358
#a73257
#a63156
#a53055
#a42f54
#a32e53
#a22d52
#a12c51
#a02b50
#9f2a4f

Monochromatic Color with #ad385d

#ad385d
#d74674
#030102
#2d0f18
#581c2f
#822a46

Tints of #ad385d Color

#ad385d
#b64e6f
#bf6481
#c87a93
#d190a5
#daa6b7
#e3bcc9
#ecd2db
#f5e8ed
#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

#ad385d
#38ad88

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

Split Complementary

#ad385d
#38ad4e
#3897ad

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

Analogous Color

#ad388c
#ad3874
#ad385d
#ad3846
#ad4238

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

#ad385d
#5dad38
#385dad

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

#ad385d
#97ad38
#38ad88
#4d38ad

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

#ad385d
#38ad88
#3897ad
#ad4e38

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

#ad385d Color Code Preview on Black Background Color

This is how #ad385d Color will look on black background color. Color contrast ratio is 3.50

#ad385d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad385d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad385d

#ad385d color code is use for CSS Background Color

Background color for the above div is #ad385d

HTML with inline CSS

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

#ad385d color code is use for CSS Border Color

CSS Border color for the above div is #ad385d

HTML with inline CSS

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

CSS Border Left color for the above div is #ad385d

HTML with inline CSS

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

CSS Border Right color for the above div is #ad385d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad385d

HTML with inline CSS

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

CSS Border Top color for the above div is #ad385d

HTML with inline CSS

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

#ad385d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad385d Color code Preview on White Background

This is how #ad385d Color code will look on white background color. Color contrast ratio is 6.00

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

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,56,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(56,173,136,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,56,93,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.