Skip to main content Skip to docs navigation

#82487b hex color | Download Dark Red BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Visiona Red and its hex is #83477D Nearest Color Name

Color Hue/Base color: Red

Hex #82487b Color code in RGB color code model is created after adding 50.98% red color, 28.24% green color and 48.24% blue color. Hex #82487b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 5% yellow and 49.02% black.

Hex #82487b color code is between #884477 web safe hex color code and #775588 web safe hex color code. #884477 is the nearest web safe color code. You can see here many more shades of #82487b color code.

RGB Chart

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

Color Table

Hex Color Code 82487b #82487b
RGB Decimal 130, 72, 123 130, 72, 123
RGB Percent 51%, 28%, 48% rgb(51%, 28%, 48%)
CSS RGBa 130, 72, 123,1 rgba(130,72,123,1)
CMYK Model cmyk(0%,45%,5%,49.02%)
HSL Color Space 307,29% ,40% hsl(307,29% ,40%)
HSV Color Space 307°, 45%, 51%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10000010 01001000 01111011
Octal 202 110 173
Decimal 130 72 123
Hex 82 48 7b

Different shades of #82487b color code.

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

Darkest of #82487b
#20111e
Darker of #82487b
#40243d
Dark of #82487b
#61365c
Base of #82487b
#82487b
Light of #82487b
#a35a9a
Lighter
#b67aae
Lightest
#c89bc2

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

#82487b
#48824f

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

Split Complementary

#82487b
#5e8248
#48826c

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

Analogous Color

#674882
#714882
#82487b
#824868
#824850

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

#82487b
#487b82
#7b8248

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

#82487b
#7b8248
#48824f
#4f4882

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#82487b
#826c48
#48824f
#485e82

Square 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).

Monochromatic Color with #82487b

#000000
#20111e
#40243d
#61365c
#82487b
#a35a9a
#b67aae
#c89bc2
#dabcd6

Tints of #82487b Color

#82487b
#8f5c89
#9d7098
#ab85a7
#b999b5
#c7adc4
#d5c2d3
#e3d6e1
#f1eaf0
#ffffff

Shades of #82487b color code

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

#82487b
#73406d
#65385f
#563052
#482844
#392036
#2b1829
#1c101b
#0e080d
#000000

Tones

#82487b
#6e5c6c
#656565
#656565
#656565

Tones

Similar Color like #82487b color

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

#83497c
#844a7d
#854b7e
#864c7f
#874d80
#884e81
#894f82
#8a5083
#8b5184
#8c5285
#8d5386
#8e5487
#8f5588
#905689
#81477a
#804679
#7f4578
#7e4477
#7d4376
#7c4275
#7b4174
#7a4073
#793f72
#783e71
#773d70
#763c6f
#753b6e
#743a6d

Download this Dark Red

Hex #82487b 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.

#82487b Color Code Preview on Black Background Color

This is how #82487b Color will look on black background color. Color contrast ratio is 3.16

#82487b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82487b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #82487b

#82487b color code is use for CSS Background Color

Background color for the above div is #82487b

HTML with inline CSS

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

#82487b color code is use for CSS Border Color

CSS Border color for the above div is #82487b

HTML with inline CSS

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

CSS Border Left color for the above div is #82487b

HTML with inline CSS

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

CSS Border Right color for the above div is #82487b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #82487b

HTML with inline CSS

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

CSS Border Top color for the above div is #82487b

HTML with inline CSS

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

#82487b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#82487b Color code Preview on White Background

This is how #82487b Color code will look on white background color. Color contrast ratio is 6.64

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(130,72,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,130,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(130,72,123,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }