crispedge.com

Color picker

Loading...

#8874ad hex color - Violet - Cool color - Information

#8874ad hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8874ad Color code in RGB color code model is created after adding 53.33% red color, 45.49% green color and 67.84% blue color. Hex #8874ad Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 33% magenta, 0% yellow and 32% black.

Hex #8874ad color code is between #7777aa web safe hex color code and #9966bb web safe hex color code. #7777aa is the nearest web safe color code. You can see here many more shades of #8874ad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8874ad#8874ad
RGB Decimal136, 116, 173rgb(136, 116, 173)
RGB Percent53%, 45%, 68%rgb(53%, 45%, 68%)
CSS RGBa136, 116, 173,1rgba(136,116,173,1)
CMYK Modelcmyk(21%,33%,0%,32%)
HSL Color Space261,26% ,57%hsl(261,26% ,57%)
HSV Color Space261°, 33%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100010000111010010101101
Octal210164255
Decimal136116173
Hex8874ad

Different shades of #8874ad color code.

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

Light Shade of #8874ad
#a394c0
Dark Shade of #8874ad
#6e5896
Saturated Shade of #8874ad
#8569b8
Desaturated Shade of #8874ad
#8b7fa2
Grey scale Shade of #8874ad
#909090
Brighten Shade
#a18dc6
Most Readable Shade
#FFFFFF

Shades of #8874ad color code

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

#8874ad
#786799
#695a86
#5a4d73
#4b4060
#3c334c
#2d2639
#1e1926
#0f0c13
#000000

Similar Color like #8874ad color

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

#8975ae
#8a76af
#8b77b0
#8c78b1
#8d79b2
#8e7ab3
#8f7bb4
#907cb5
#917db6
#927eb7
#937fb8
#9480b9
#9581ba
#9682bb
#8773ac
#8672ab
#8571aa
#8470a9
#836fa8
#826ea7
#816da6
#806ca5
#7f6ba4
#7e6aa3
#7d69a2
#7c68a1
#7b67a0
#7a669f

Monochromatic Color with #8874ad

#8874ad
#a990d7
#020203
#241f2d
#453b58
#675882

Tints of #8874ad Color

#8874ad
#9583b6
#a292bf
#afa2c8
#bcb1d1
#cac1da
#d7d0e3
#e4e0ec
#f1eff5
#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

#8874ad
#99ad74

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

Split Complementary

#8874ad
#ada474
#7dad74

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

Analogous Color

#7477ad
#7d74ad
#8874ad
#9374ad
#9f74ad

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

#8874ad
#ad8874
#74ad88

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

#8874ad
#ad747c
#99ad74
#74ada4

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

#8874ad
#99ad74
#7dad74
#a474ad

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 #8874ad 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.

#8874ad Color Code Preview on Black Background Color

This is how #8874ad Color will look on black background color. Color contrast ratio is 5.15

#8874ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8874ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8874ad

#8874ad color code is use for CSS Background Color

Background color for the above div is #8874ad

HTML with inline CSS

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

#8874ad color code is use for CSS Border Color

CSS Border color for the above div is #8874ad

HTML with inline CSS

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

CSS Border Left color for the above div is #8874ad

HTML with inline CSS

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

CSS Border Right color for the above div is #8874ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8874ad

HTML with inline CSS

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

CSS Border Top color for the above div is #8874ad

HTML with inline CSS

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

#8874ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8874ad Color code Preview on White Background

This is how #8874ad Color code will look on white background color. Color contrast ratio is 4.08

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

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