crispedge.com

Color picker

Loading...

#82185d hex color - Violet - Warm color - Information

#82185d hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #82185d Color code in RGB color code model is created after adding 50.98% red color, 9.41% green color and 36.47% blue color. Hex #82185d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 28% yellow and 49% black.

Hex #82185d color code is between #881155 web safe hex color code and #772266 web safe hex color code. #881155 is the nearest web safe color code. You can see here many more shades of #82185d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code82185d#82185d
RGB Decimal130, 24, 93rgb(130, 24, 93)
RGB Percent51%, 9%, 36%rgb(51%, 9%, 36%)
CSS RGBa130, 24, 93,1rgba(130,24,93,1)
CMYK Modelcmyk(0%,82%,28%,49%)
HSL Color Space321,69% ,30%hsl(321,69% ,30%)
HSV Color Space321°, 82%, 51%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100000100001100001011101
Octal20230135
Decimal1302493
Hex82185d

Different shades of #82185d color code.

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

Light Shade of #82185d
#ad207c
Dark Shade of #82185d
#57103e
Saturated Shade of #82185d
#8a105f
Desaturated Shade of #82185d
#7a205b
Grey scale Shade of #82185d
#4d4d4d
Brighten Shade
#9b3176
Most Readable Shade
#FFFFFF

Shades of #82185d color code

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

#82185d
#731552
#651248
#56103e
#480d33
#390a29
#2b081f
#1c0514
#0e020a
#000000

Similar Color like #82185d color

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

#83195e
#841a5f
#851b60
#861c61
#871d62
#881e63
#891f64
#8a2065
#8b2166
#8c2267
#8d2368
#8e2469
#8f256a
#90266b
#81175c
#80165b
#7f155a
#7e1459
#7d1358
#7c1257
#7b1156
#7a1055
#790f54
#780e53
#770d52
#760c51
#750b50
#740a4f

Monochromatic Color with #82185d

#82185d
#ac207b
#d7289a
#020002
#2d0820
#57103f

Tints of #82185d Color

#82185d
#8f316f
#9d4b81
#ab6593
#b97ea5
#c798b7
#d5b2c9
#e3cbdb
#f1e5ed
#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

#82185d
#18823d

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

Split Complementary

#82185d
#288218
#188272

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

Analogous Color

#7d1882
#821872
#82185d
#821848
#821833

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

#82185d
#5d8218
#185d82

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

#82185d
#827218
#18823d
#182882

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

#82185d
#18823d
#188272
#821828

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 #82185d 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.

#82185d Color Code Preview on Black Background Color

This is how #82185d Color will look on black background color. Color contrast ratio is 2.24

#82185d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82185d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82185d

#82185d color code is use for CSS Background Color

Background color for the above div is #82185d

HTML with inline CSS

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

#82185d color code is use for CSS Border Color

CSS Border color for the above div is #82185d

HTML with inline CSS

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

CSS Border Left color for the above div is #82185d

HTML with inline CSS

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

CSS Border Right color for the above div is #82185d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82185d

HTML with inline CSS

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

CSS Border Top color for the above div is #82185d

HTML with inline CSS

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

#82185d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82185d Color code Preview on White Background

This is how #82185d Color code will look on white background color. Color contrast ratio is 9.38

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

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(130,24,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(24,130,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,24,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.