crispedge.com

Color picker

Loading...

#773eff hex color - Blue - Cool color - Information

#773eff hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #773eff Color code in RGB color code model is created after adding 46.67% red color, 24.31% green color and 100% blue color. Hex #773eff Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 76% magenta, 0% yellow and 0% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code773eff#773eff
RGB Decimal119, 62, 255rgb(119, 62, 255)
RGB Percent47%, 24%, 100%rgb(47%, 24%, 100%)
CSS RGBa119, 62, 255,1rgba(119,62,255,1)
CMYK Modelcmyk(53%,76%,0%,0%)
HSL Color Space258,100% ,62%hsl(258,100% ,62%)
HSV Color Space258°, 76%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101110011111011111111
Octal16776377
Decimal11962255
Hex773eff

Different shades of #773eff color code.

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

Light Shade of #773eff
#9b71ff
Dark Shade of #773eff
#530bff
Saturated Shade of #773eff
#773eff
Desaturated Shade of #773eff
#7b48f5
Grey scale Shade of #773eff
#9e9e9e
Brighten Shade
#9057ff
Most Readable Shade
#FFFFFF

Shades of #773eff color code

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

#773eff
#6937e2
#5c30c6
#4f29aa
#42228d
#341b71
#271455
#1a0d38
#0d061c
#000000

Similar Color like #773eff color

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

#783fff
#7940ff
#7a41ff
#7b42ff
#7c43ff
#7d44ff
#7e45ff
#7f46ff
#8047ff
#8148ff
#8249ff
#834aff
#844bff
#854cff
#763dfe
#753cfd
#743bfc
#733afb
#7239fa
#7138f9
#7037f8
#6f36f7
#6e35f6
#6d34f5
#6c33f4
#6b32f3
#6a31f2
#6930f1

Monochromatic Color with #773eff

#773eff
#140a2a
#281555
#3c1f80
#4f29aa
#6334d4

Tints of #773eff Color

#773eff
#8653ff
#9568ff
#a47eff
#b393ff
#c2a9ff
#d1beff
#e0d4ff
#efe9ff
#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

#773eff
#c6ff3e

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

Split Complementary

#773eff
#ffd83e
#65ff3e

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

Analogous Color

#3e52ff
#503eff
#773eff
#9e3eff
#c43eff

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

#773eff
#ff773e
#3eff77

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

#773eff
#ff3e65
#c6ff3e
#3effd7

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

#773eff
#c6ff3e
#65ff3e
#d83eff

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 #773eff 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.

#773eff Color Code Preview on Black Background Color

This is how #773eff Color will look on black background color. Color contrast ratio is 3.92

#773eff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #773eff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #773eff

#773eff color code is use for CSS Background Color

Background color for the above div is #773eff

HTML with inline CSS

<div style="background-color:#773eff;"></div>

#773eff color code is use for CSS Border Color

CSS Border color for the above div is #773eff

HTML with inline CSS

<div style="border:5px solid #773eff;"></div>

CSS Border Left color for the above div is #773eff

HTML with inline CSS

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

CSS Border Right color for the above div is #773eff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #773eff

HTML with inline CSS

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

CSS Border Top color for the above div is #773eff

HTML with inline CSS

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

#773eff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#773eff Color code Preview on White Background

This is how #773eff 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 #773eff; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #773eff; }

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(119,62,255,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(198,255,62,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,62,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.