crispedge.com

Color picker

Loading...

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

#8775ad hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8775ad Color code in RGB color code model is created after adding 52.94% red color, 45.88% green color and 67.84% blue color. Hex #8775ad Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 32% magenta, 0% yellow and 32% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8775ad#8775ad
RGB Decimal135, 117, 173rgb(135, 117, 173)
RGB Percent53%, 46%, 68%rgb(53%, 46%, 68%)
CSS RGBa135, 117, 173,1rgba(135,117,173,1)
CMYK Modelcmyk(22%,32%,0%,32%)
HSL Color Space259,25% ,57%hsl(259,25% ,57%)
HSV Color Space259°, 32%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100001110111010110101101
Octal207165255
Decimal135117173
Hex8775ad

Different shades of #8775ad color code.

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

Light Shade of #8775ad
#a395c0
Dark Shade of #8775ad
#6d5996
Saturated Shade of #8775ad
#836ab8
Desaturated Shade of #8775ad
#8b80a2
Grey scale Shade of #8775ad
#919191
Brighten Shade
#a08ec6
Most Readable Shade
#FFFFFF

Shades of #8775ad color code

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

#8775ad
#786899
#695b86
#5a4e73
#4b4160
#3c344c
#2d2739
#1e1a26
#0f0d13
#000000

Similar Color like #8775ad color

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

#8876ae
#8977af
#8a78b0
#8b79b1
#8c7ab2
#8d7bb3
#8e7cb4
#8f7db5
#907eb6
#917fb7
#9280b8
#9381b9
#9482ba
#9583bb
#8674ac
#8573ab
#8472aa
#8371a9
#8270a8
#816fa7
#806ea6
#7f6da5
#7e6ca4
#7d6ba3
#7c6aa2
#7b69a1
#7a68a0
#79679f

Monochromatic Color with #8775ad

#8775ad
#a892d7
#020203
#241f2d
#453c58
#665882

Tints of #8775ad Color

#8775ad
#9484b6
#a193bf
#afa3c8
#bcb2d1
#c9c1da
#d7d1e3
#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

#8775ad
#9bad75

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

Split Complementary

#8775ad
#ada375
#7fad75

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

Analogous Color

#7579ad
#7c75ad
#8775ad
#9275ad
#9d75ad

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

#8775ad
#ad8775
#75ad87

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

#8775ad
#ad757f
#9bad75
#75ada3

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

#8775ad
#9bad75
#7fad75
#a375ad

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

#8775ad Color Code Preview on Black Background Color

This is how #8775ad Color will look on black background color. Color contrast ratio is 5.18

#8775ad in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#8775ad color code is use for CSS Background Color

Background color for the above div is #8775ad

HTML with inline CSS

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

#8775ad color code is use for CSS Border Color

CSS Border color for the above div is #8775ad

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#8775ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8775ad Color code Preview on White Background

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

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

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(135,117,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(155,173,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(135,117,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.