crispedge.com

Color picker

Loading...

#8335ff hex color - Violet - Cool color - Information

#8335ff hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #8335ff Color code in RGB color code model is created after adding 51.37% red color, 20.78% green color and 100% blue color. Hex #8335ff Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 79% magenta, 0% yellow and 0% black.

Hex #8335ff color code is between #8833ee web safe hex color code and #7744dd web safe hex color code. #8833ee is the nearest web safe color code. You can see here many more shades of #8335ff color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8335ff#8335ff
RGB Decimal131, 53, 255rgb(131, 53, 255)
RGB Percent51%, 21%, 100%rgb(51%, 21%, 100%)
CSS RGBa131, 53, 255,1rgba(131,53,255,1)
CMYK Modelcmyk(49%,79%,0%,0%)
HSL Color Space263,100% ,60%hsl(263,100% ,60%)
HSV Color Space263°, 79%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000110011010111111111
Octal20365377
Decimal13153255
Hex8335ff

Different shades of #8335ff color code.

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

Light Shade of #8335ff
#a268ff
Dark Shade of #8335ff
#6402ff
Saturated Shade of #8335ff
#8335ff
Desaturated Shade of #8335ff
#853ff5
Grey scale Shade of #8335ff
#9a9a9a
Brighten Shade
#9c4eff
Most Readable Shade
#FFFFFF

Shades of #8335ff color code

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

#8335ff
#742fe2
#6529c6
#5723aa
#481d8d
#3a1771
#2b1155
#1d0b38
#0e051c
#000000

Similar Color like #8335ff color

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

#8436ff
#8537ff
#8638ff
#8739ff
#883aff
#893bff
#8a3cff
#8b3dff
#8c3eff
#8d3fff
#8e40ff
#8f41ff
#9042ff
#9143ff
#8234fe
#8133fd
#8032fc
#7f31fb
#7e30fa
#7d2ff9
#7c2ef8
#7b2df7
#7a2cf6
#792bf5
#782af4
#7729f3
#7628f2
#7527f1

Monochromatic Color with #8335ff

#8335ff
#16092a
#2c1255
#421b80
#5723aa
#6d2cd4

Tints of #8335ff Color

#8335ff
#904bff
#9e61ff
#ac78ff
#ba8eff
#c7a5ff
#d5bbff
#e3d2ff
#f1e8ff
#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

#8335ff
#b1ff35

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

Split Complementary

#8335ff
#ffe835
#4cff35

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

Analogous Color

#3538ff
#5b35ff
#8335ff
#ab35ff
#d435ff

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

#8335ff
#ff8335
#35ff83

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

#8335ff
#ff354c
#b1ff35
#35ffe8

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

#8335ff
#b1ff35
#4cff35
#e835ff

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 #8335ff 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.

#8335ff Color Code Preview on Black Background Color

This is how #8335ff Color will look on black background color. Color contrast ratio is 3.92

#8335ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8335ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8335ff

#8335ff color code is use for CSS Background Color

Background color for the above div is #8335ff

HTML with inline CSS

<div style="background-color:#8335ff;"></div>

#8335ff color code is use for CSS Border Color

CSS Border color for the above div is #8335ff

HTML with inline CSS

<div style="border:5px solid #8335ff;"></div>

CSS Border Left color for the above div is #8335ff

HTML with inline CSS

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

CSS Border Right color for the above div is #8335ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8335ff

HTML with inline CSS

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

CSS Border Top color for the above div is #8335ff

HTML with inline CSS

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

#8335ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8335ff Color code Preview on White Background

This is how #8335ff Color code will look on white background color. Color contrast ratio is 5.36

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

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(131,53,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(177,255,53,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(131,53,255,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.