crispedge.com

Color picker

Loading...

#85415c hex color - Red - Warm color - Information

#85415c hex color - Red - Warm color

Color Hue/Base color: Red

Hex #85415c Color code in RGB color code model is created after adding 52.16% red color, 25.49% green color and 36.08% blue color. Hex #85415c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 31% yellow and 48% black.

Hex #85415c color code is between #884455 web safe hex color code and #773366 web safe hex color code. #884455 is the nearest web safe color code. You can see here many more shades of #85415c color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code85415c#85415c
RGB Decimal133, 65, 92rgb(133, 65, 92)
RGB Percent52%, 25%, 36%rgb(52%, 25%, 36%)
CSS RGBa133, 65, 92,1rgba(133,65,92,1)
CMYK Modelcmyk(0%,51%,31%,48%)
HSL Color Space336,34% ,39%hsl(336,34% ,39%)
HSV Color Space336°, 51%, 52%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001010100000101011100
Octal205101134
Decimal1336592
Hex85415c

Different shades of #85415c color code.

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

Light Shade of #85415c
#a75274
Dark Shade of #85415c
#633044
Saturated Shade of #85415c
#8f375a
Desaturated Shade of #85415c
#7b4b5e
Grey scale Shade of #85415c
#636363
Brighten Shade
#9e5a75
Most Readable Shade
#FFFFFF

Shades of #85415c color code

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

#85415c
#763951
#673247
#582b3d
#492433
#3b1c28
#2c151e
#1d0e14
#0e070a
#000000

Similar Color like #85415c color

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

#86425d
#87435e
#88445f
#894560
#8a4661
#8b4762
#8c4863
#8d4964
#8e4a65
#8f4b66
#904c67
#914d68
#924e69
#934f6a
#84405b
#833f5a
#823e59
#813d58
#803c57
#7f3b56
#7e3a55
#7d3954
#7c3853
#7b3752
#7a3651
#793550
#78344f
#77334e

Monochromatic Color with #85415c

#85415c
#af5679
#da6b97
#050304
#301721
#5a2c3f

Tints of #85415c Color

#85415c
#92566e
#a06b80
#ad8092
#bb95a4
#c8aab6
#d6bfc8
#e3d4da
#f1e9ec
#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

#85415c
#41856a

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

Split Complementary

#85415c
#418548
#417e85

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

Analogous Color

#854177
#85416a
#85415c
#85414e
#854141

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

#85415c
#5c8541
#415c85

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

#85415c
#7e8541
#41856a
#484185

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

#85415c
#41856a
#417e85
#854841

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 #85415c 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.

#85415c Color Code Preview on Black Background Color

This is how #85415c Color will look on black background color. Color contrast ratio is 2.91

#85415c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85415c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #85415c

#85415c color code is use for CSS Background Color

Background color for the above div is #85415c

HTML with inline CSS

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

#85415c color code is use for CSS Border Color

CSS Border color for the above div is #85415c

HTML with inline CSS

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

CSS Border Left color for the above div is #85415c

HTML with inline CSS

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

CSS Border Right color for the above div is #85415c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #85415c

HTML with inline CSS

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

CSS Border Top color for the above div is #85415c

HTML with inline CSS

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

#85415c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#85415c Color code Preview on White Background

This is how #85415c Color code will look on white background color. Color contrast ratio is 7.22

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

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(133,65,92,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,133,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,65,92,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.