crispedge.com

Color picker

Loading...

#7638fa hex color - Violet - Cool color - Information

#7638fa hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7638fa Color code in RGB color code model is created after adding 46.27% red color, 21.96% green color and 98.04% blue color. Hex #7638fa Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 78% magenta, 0% yellow and 2% black.

Hex #7638fa color code is between #7733ff web safe hex color code and #6644ee web safe hex color code. #7733ff is the nearest web safe color code. You can see here many more shades of #7638fa color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Code7638fa#7638fa
RGB Decimal118, 56, 250rgb(118, 56, 250)
RGB Percent46%, 22%, 98%rgb(46%, 22%, 98%)
CSS RGBa118, 56, 250,1rgba(118,56,250,1)
CMYK Modelcmyk(53%,78%,0%,2%)
HSL Color Space259,95% ,60%hsl(259,95% ,60%)
HSV Color Space259°, 78%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101100011100011111010
Octal16670372
Decimal11856250
Hex7638fa

Different shades of #7638fa color code.

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

Light Shade of #7638fa
#986afb
Dark Shade of #7638fa
#5406f9
Saturated Shade of #7638fa
#7433ff
Desaturated Shade of #7638fa
#7a42f0
Grey scale Shade of #7638fa
#999999
Brighten Shade
#8f51ff
Most Readable Shade
#FFFFFF

Shades of #7638fa color code

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

#7638fa
#6831de
#5b2bc2
#4e25a6
#411f8a
#34186f
#271253
#1a0c37
#0d061b
#000000

Similar Color like #7638fa color

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

#7739fb
#783afc
#793bfd
#7a3cfe
#7b3dff
#7c3eff
#7d3fff
#7e40ff
#7f41ff
#8042ff
#8143ff
#8244ff
#8345ff
#8446ff
#7537f9
#7436f8
#7335f7
#7234f6
#7133f5
#7032f4
#6f31f3
#6e30f2
#6d2ff1
#6c2ef0
#6b2def
#6a2cee
#692bed
#682aec

Monochromatic Color with #7638fa

#7638fa
#120825
#261250
#3a1b7a
#4e25a5
#622ecf

Tints of #7638fa Color

#7638fa
#854efa
#9464fb
#a37afb
#b290fc
#c2a6fc
#d1bcfd
#e0d2fd
#efe8fe
#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

#7638fa
#bcfa38

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

Split Complementary

#7638fa
#fad738
#5bfa38

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

Analogous Color

#3848fa
#4f38fa
#7638fa
#9d38fa
#c438fa

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

#7638fa
#fa7638
#38fa76

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

#7638fa
#fa385b
#bcfa38
#38fad7

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

#7638fa
#bcfa38
#5bfa38
#d738fa

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 #7638fa 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.

#7638fa Color Code Preview on Black Background Color

This is how #7638fa Color will look on black background color. Color contrast ratio is 3.72

#7638fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7638fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7638fa

#7638fa color code is use for CSS Background Color

Background color for the above div is #7638fa

HTML with inline CSS

<div style="background-color:#7638fa;"></div>

#7638fa color code is use for CSS Border Color

CSS Border color for the above div is #7638fa

HTML with inline CSS

<div style="border:5px solid #7638fa;"></div>

CSS Border Left color for the above div is #7638fa

HTML with inline CSS

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

CSS Border Right color for the above div is #7638fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7638fa

HTML with inline CSS

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

CSS Border Top color for the above div is #7638fa

HTML with inline CSS

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

#7638fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7638fa Color code Preview on White Background

This is how #7638fa Color code will look on white background color. Color contrast ratio is 5.65

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

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(118,56,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(188,250,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(118,56,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.