crispedge.com

Color picker

Loading...

#7517e8 hex color - Violet - Cool color - Information

#7517e8 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7517e8 Color code in RGB color code model is created after adding 45.88% red color, 9.02% green color and 90.98% blue color. Hex #7517e8 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 90% magenta, 0% yellow and 9% black.

Hex #7517e8 color code is between #7711ee web safe hex color code and #6622dd web safe hex color code. #7711ee is the nearest web safe color code. You can see here many more shades of #7517e8 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7517e8#7517e8
RGB Decimal117, 23, 232rgb(117, 23, 232)
RGB Percent46%, 9%, 91%rgb(46%, 9%, 91%)
CSS RGBa117, 23, 232,1rgba(117,23,232,1)
CMYK Modelcmyk(50%,90%,0%,9%)
HSL Color Space267,82% ,50%hsl(267,82% ,50%)
HSV Color Space267°, 90%, 91%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101010001011111101000
Octal16527350
Decimal11723232
Hex7517e8

Different shades of #7517e8 color code.

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

Light Shade of #7517e8
#9145ed
Dark Shade of #7517e8
#5e12ba
Saturated Shade of #7517e8
#740af5
Desaturated Shade of #7517e8
#7624db
Grey scale Shade of #7517e8
#808080
Brighten Shade
#8e30ff
Most Readable Shade
#FFFFFF

Shades of #7517e8 color code

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

#7517e8
#6814ce
#5b11b4
#4e0f9a
#410c80
#340a67
#27074d
#1a0533
#0d0219
#000000

Similar Color like #7517e8 color

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

#7618e9
#7719ea
#781aeb
#791bec
#7a1ced
#7b1dee
#7c1eef
#7d1ff0
#7e20f1
#7f21f2
#8022f3
#8123f4
#8224f5
#8325f6
#7416e7
#7315e6
#7214e5
#7113e4
#7012e3
#6f11e2
#6e10e1
#6d0fe0
#6c0edf
#6b0dde
#6a0cdd
#690bdc
#680adb
#6709da

Monochromatic Color with #7517e8

#7517e8
#0a0213
#1f063e
#350a68
#4a0f93
#6013bd

Tints of #7517e8 Color

#7517e8
#8430ea
#934aed
#a364ef
#b27ef2
#c197f4
#d1b1f7
#e0cbf9
#efe5fc
#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

#7517e8
#8ae817

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

Split Complementary

#7517e8
#e8dd17
#22e817

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

Analogous Color

#2117e8
#4b17e8
#7517e8
#9f17e8
#c917e8

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

#7517e8
#e87517
#17e875

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

#7517e8
#e81722
#8ae817
#17e8dd

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

#7517e8
#8ae817
#22e817
#dd17e8

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 #7517e8 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.

#7517e8 Color Code Preview on Black Background Color

This is how #7517e8 Color will look on black background color. Color contrast ratio is 3.04

#7517e8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7517e8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7517e8

#7517e8 color code is use for CSS Background Color

Background color for the above div is #7517e8

HTML with inline CSS

<div style="background-color:#7517e8;"></div>

#7517e8 color code is use for CSS Border Color

CSS Border color for the above div is #7517e8

HTML with inline CSS

<div style="border:5px solid #7517e8;"></div>

CSS Border Left color for the above div is #7517e8

HTML with inline CSS

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

CSS Border Right color for the above div is #7517e8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7517e8

HTML with inline CSS

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

CSS Border Top color for the above div is #7517e8

HTML with inline CSS

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

#7517e8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7517e8 Color code Preview on White Background

This is how #7517e8 Color code will look on white background color. Color contrast ratio is 6.90

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

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(117,23,232,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(138,232,23,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(117,23,232,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.