crispedge.com

Color picker

Loading...

#8870cd hex color - Violet - Cool color - Information

#8870cd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8870cd Color code in RGB color code model is created after adding 53.33% red color, 43.92% green color and 80.39% blue color. Hex #8870cd Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 45% magenta, 0% yellow and 20% black.

Hex #8870cd color code is between #7777cc web safe hex color code and #9966dd web safe hex color code. #7777cc is the nearest web safe color code. You can see here many more shades of #8870cd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8870cd#8870cd
RGB Decimal136, 112, 205rgb(136, 112, 205)
RGB Percent53%, 44%, 80%rgb(53%, 44%, 80%)
CSS RGBa136, 112, 205,1rgba(136,112,205,1)
CMYK Modelcmyk(34%,45%,0%,20%)
HSL Color Space255,48% ,62%hsl(255,48% ,62%)
HSV Color Space255°, 45%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010000111000011001101
Octal210160315
Decimal136112205
Hex8870cd

Different shades of #8870cd color code.

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

Light Shade of #8870cd
#a796da
Dark Shade of #8870cd
#694ac0
Saturated Shade of #8870cd
#8366d7
Desaturated Shade of #8870cd
#8d7ac3
Grey scale Shade of #8870cd
#9e9e9e
Brighten Shade
#a189e6
Most Readable Shade
#FFFFFF

Shades of #8870cd color code

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

#8870cd
#7863b6
#69579f
#5a4a88
#4b3e71
#3c315b
#2d2544
#1e182d
#0f0c16
#000000

Similar Color like #8870cd color

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

#8971ce
#8a72cf
#8b73d0
#8c74d1
#8d75d2
#8e76d3
#8f77d4
#9078d5
#9179d6
#927ad7
#937bd8
#947cd9
#957dda
#967edb
#876fcc
#866ecb
#856dca
#846cc9
#836bc8
#826ac7
#8169c6
#8068c5
#7f67c4
#7e66c3
#7d65c2
#7c64c1
#7b63c0
#7a62bf

Monochromatic Color with #8870cd

#8870cd
#a487f7
#171323
#332a4d
#504278
#6c59a2

Tints of #8870cd Color

#8870cd
#957fd2
#a28fd8
#af9fdd
#bcafe3
#cabfe8
#d7cfee
#e4dff3
#f1eff9
#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

#8870cd
#b5cd70

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

Split Complementary

#8870cd
#cdb770
#86cd70

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

Analogous Color

#707dcd
#7570cd
#8870cd
#9b70cd
#ad70cd

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

#8870cd
#cd8870
#70cd88

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

#8870cd
#cd7086
#b5cd70
#70cdb6

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

#8870cd
#b5cd70
#86cd70
#b770cd

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 #8870cd 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.

#8870cd Color Code Preview on Black Background Color

This is how #8870cd Color will look on black background color. Color contrast ratio is 5.25

#8870cd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8870cd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8870cd

#8870cd color code is use for CSS Background Color

Background color for the above div is #8870cd

HTML with inline CSS

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

#8870cd color code is use for CSS Border Color

CSS Border color for the above div is #8870cd

HTML with inline CSS

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

CSS Border Left color for the above div is #8870cd

HTML with inline CSS

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

CSS Border Right color for the above div is #8870cd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8870cd

HTML with inline CSS

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

CSS Border Top color for the above div is #8870cd

HTML with inline CSS

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

#8870cd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8870cd Color code Preview on White Background

This is how #8870cd Color code will look on white background color. Color contrast ratio is 4.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 #8870cd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #8870cd; }

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(136,112,205,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(181,205,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(136,112,205,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.