crispedge.com

Color picker

Loading...

#8505c2 hex color - Violet - Warm color - Information

#8505c2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #8505c2 Color code in RGB color code model is created after adding 52.16% red color, 1.96% green color and 76.08% blue color. Hex #8505c2 Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 97% magenta, 0% yellow and 24% black.

Hex #8505c2 color code is between #8800bb web safe hex color code and #7700cc web safe hex color code. #8800bb is the nearest web safe color code. You can see here many more shades of #8505c2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8505c2#8505c2
RGB Decimal133, 5, 194rgb(133, 5, 194)
RGB Percent52%, 2%, 76%rgb(52%, 2%, 76%)
CSS RGBa133, 5, 194,1rgba(133,5,194,1)
CMYK Modelcmyk(31%,97%,0%,24%)
HSL Color Space281,95% ,39%hsl(281,95% ,39%)
HSV Color Space281°, 97%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100001010000010111000010
Octal2055302
Decimal1335194
Hex8505c2

Different shades of #8505c2 color code.

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

Light Shade of #8505c2
#a706f4
Dark Shade of #8505c2
#630490
Saturated Shade of #8505c2
#8700c7
Desaturated Shade of #8505c2
#810fb8
Grey scale Shade of #8505c2
#636363
Brighten Shade
#9e1edb
Most Readable Shade
#FFFFFF

Shades of #8505c2 color code

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

#8505c2
#7604ac
#670396
#580381
#49026b
#3b0256
#2c0140
#1d012b
#0e0015
#000000

Similar Color like #8505c2 color

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

#8606c3
#8707c4
#8808c5
#8909c6
#8a0ac7
#8b0bc8
#8c0cc9
#8d0dca
#8e0ecb
#8f0fcc
#9010cd
#9111ce
#9212cf
#9313d0
#8404c1
#8303c0
#8202bf
#8101be
#8000bd
#7f00bc
#7e00bb
#7d00ba
#7c00b9
#7b00b8
#7a00b7
#7900b6
#7800b5
#7700b4

Monochromatic Color with #8505c2

#8505c2
#a206ec
#100118
#2e0242
#4b036d
#680497

Tints of #8505c2 Color

#8505c2
#9220c8
#a03ccf
#ad58d6
#bb74dd
#c88fe3
#d6abea
#e3c7f1
#f1e3f8
#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

#8505c2
#42c205

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

Split Complementary

#8505c2
#a0c205
#05c227

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

Analogous Color

#3905c2
#5f05c2
#8505c2
#ab05c2
#c205b3

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

#8505c2
#c28505
#05c285

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

#8505c2
#c22605
#42c205
#05a0c2

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

#8505c2
#42c205
#05c227
#c205a0

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 #8505c2 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.

#8505c2 Color Code Preview on Black Background Color

This is how #8505c2 Color will look on black background color. Color contrast ratio is 2.80

#8505c2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8505c2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8505c2

#8505c2 color code is use for CSS Background Color

Background color for the above div is #8505c2

HTML with inline CSS

<div style="background-color:#8505c2;"></div>

#8505c2 color code is use for CSS Border Color

CSS Border color for the above div is #8505c2

HTML with inline CSS

<div style="border:5px solid #8505c2;"></div>

CSS Border Left color for the above div is #8505c2

HTML with inline CSS

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

CSS Border Right color for the above div is #8505c2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8505c2

HTML with inline CSS

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

CSS Border Top color for the above div is #8505c2

HTML with inline CSS

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

#8505c2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8505c2 Color code Preview on White Background

This is how #8505c2 Color code will look on white background color. Color contrast ratio is 7.51

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

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(133,5,194,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(66,194,5,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(133,5,194,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.