crispedge.com

Color picker

Loading...

#8359eb hex color - Blue - Cool color - Information

#8359eb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #8359eb Color code in RGB color code model is created after adding 51.37% red color, 34.9% green color and 92.16% blue color. Hex #8359eb Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 62% magenta, 0% yellow and 8% black.

Hex #8359eb color code is between #8855ee web safe hex color code and #7766dd web safe hex color code. #8855ee is the nearest web safe color code. You can see here many more shades of #8359eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8359eb#8359eb
RGB Decimal131, 89, 235rgb(131, 89, 235)
RGB Percent51%, 35%, 92%rgb(51%, 35%, 92%)
CSS RGBa131, 89, 235,1rgba(131,89,235,1)
CMYK Modelcmyk(44%,62%,0%,8%)
HSL Color Space257,78% ,64%hsl(257,78% ,64%)
HSV Color Space257°, 62%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000110101100111101011
Octal203131353
Decimal13189235
Hex8359eb

Different shades of #8359eb color code.

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

Light Shade of #8359eb
#a586f0
Dark Shade of #8359eb
#612be6
Saturated Shade of #8359eb
#7f50f4
Desaturated Shade of #8359eb
#8762e2
Grey scale Shade of #8359eb
#a2a2a2
Brighten Shade
#9c72ff
Most Readable Shade
#FFFFFF

Shades of #8359eb color code

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

#8359eb
#744fd0
#6545b6
#573b9c
#483182
#3a2768
#2b1d4e
#1d1334
#0e091a
#000000

Similar Color like #8359eb color

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

#845aec
#855bed
#865cee
#875def
#885ef0
#895ff1
#8a60f2
#8b61f3
#8c62f4
#8d63f5
#8e64f6
#8f65f7
#9066f8
#9167f9
#8258ea
#8157e9
#8056e8
#7f55e7
#7e54e6
#7d53e5
#7c52e4
#7b51e3
#7a50e2
#794fe1
#784ee0
#774ddf
#764cde
#754bdd

Monochromatic Color with #8359eb

#8359eb
#0d0916
#241941
#3c296b
#543996
#6b49c0

Tints of #8359eb Color

#8359eb
#906bed
#9e7def
#ac90f1
#baa2f3
#c7b5f6
#d5c7f8
#e3dafa
#f1ecfc
#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

#8359eb
#c1eb59

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

Split Complementary

#8359eb
#ebcc59
#78eb59

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

Analogous Color

#5969eb
#6659eb
#8359eb
#a059eb
#bd59eb

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

#8359eb
#eb8359
#59eb83

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

#8359eb
#eb5978
#c1eb59
#59ebcc

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

#8359eb
#c1eb59
#78eb59
#cc59eb

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 #8359eb 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.

#8359eb Color Code Preview on Black Background Color

This is how #8359eb Color will look on black background color. Color contrast ratio is 4.59

#8359eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8359eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8359eb

#8359eb color code is use for CSS Background Color

Background color for the above div is #8359eb

HTML with inline CSS

<div style="background-color:#8359eb;"></div>

#8359eb color code is use for CSS Border Color

CSS Border color for the above div is #8359eb

HTML with inline CSS

<div style="border:5px solid #8359eb;"></div>

CSS Border Left color for the above div is #8359eb

HTML with inline CSS

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

CSS Border Right color for the above div is #8359eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8359eb

HTML with inline CSS

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

CSS Border Top color for the above div is #8359eb

HTML with inline CSS

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

#8359eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8359eb Color code Preview on White Background

This is how #8359eb Color code will look on white background color. Color contrast ratio is 4.57

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

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,89,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(193,235,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(131,89,235,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.