crispedge.com

Color picker

Loading...

#775dfb hex color - Blue - Cool color - Information

#775dfb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #775dfb Color code in RGB color code model is created after adding 46.67% red color, 36.47% green color and 98.43% blue color. Hex #775dfb Color code in CMYK color (process color) code model is generated after subtraction of 53% cyan, 63% magenta, 0% yellow and 2% black.

Hex #775dfb color code is between #6655ff web safe hex color code and #8866ee web safe hex color code. #6655ff is the nearest web safe color code. You can see here many more shades of #775dfb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code775dfb#775dfb
RGB Decimal119, 93, 251rgb(119, 93, 251)
RGB Percent47%, 36%, 98%rgb(47%, 36%, 98%)
CSS RGBa119, 93, 251,1rgba(119,93,251,1)
CMYK Modelcmyk(53%,63%,0%,2%)
HSL Color Space250,95% ,67%hsl(250,95% ,67%)
HSV Color Space250°, 63%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101110101110111111011
Octal167135373
Decimal11993251
Hex775dfb

Different shades of #775dfb color code.

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

Light Shade of #775dfb
#a18ffc
Dark Shade of #775dfb
#4d2bfa
Saturated Shade of #775dfb
#7459ff
Desaturated Shade of #775dfb
#7d65f3
Grey scale Shade of #775dfb
#acacac
Brighten Shade
#9076ff
Most Readable Shade
#FFFFFF

Shades of #775dfb color code

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

#775dfb
#6952df
#5c48c3
#4f3ea7
#42338b
#34296f
#271f53
#1a1437
#0d0a1b
#000000

Similar Color like #775dfb color

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

#785efc
#795ffd
#7a60fe
#7b61ff
#7c62ff
#7d63ff
#7e64ff
#7f65ff
#8066ff
#8167ff
#8268ff
#8369ff
#846aff
#856bff
#765cfa
#755bf9
#745af8
#7359f7
#7258f6
#7157f5
#7056f4
#6f55f3
#6e54f2
#6d53f1
#6c52f0
#6b51ef
#6a50ee
#694fed

Monochromatic Color with #775dfb

#775dfb
#120e26
#261e51
#3b2e7b
#4f3ea6
#634dd0

Tints of #775dfb Color

#775dfb
#866ffb
#9581fb
#a493fc
#b3a5fc
#c2b7fd
#d1c9fd
#e0dbfe
#efedfe
#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

#775dfb
#e1fb5d

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

Split Complementary

#775dfb
#fbc65d
#92fb5d

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

Analogous Color

#5d82fb
#5d63fb
#775dfb
#975dfb
#b65dfb

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

#775dfb
#fb775d
#5dfb77

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

#775dfb
#fb5d92
#e1fb5d
#5dfbc6

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

#775dfb
#e1fb5d
#92fb5d
#c65dfb

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 #775dfb 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.

#775dfb Color Code Preview on Black Background Color

This is how #775dfb Color will look on black background color. Color contrast ratio is 4.74

#775dfb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #775dfb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #775dfb

#775dfb color code is use for CSS Background Color

Background color for the above div is #775dfb

HTML with inline CSS

<div style="background-color:#775dfb;"></div>

#775dfb color code is use for CSS Border Color

CSS Border color for the above div is #775dfb

HTML with inline CSS

<div style="border:5px solid #775dfb;"></div>

CSS Border Left color for the above div is #775dfb

HTML with inline CSS

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

CSS Border Right color for the above div is #775dfb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #775dfb

HTML with inline CSS

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

CSS Border Top color for the above div is #775dfb

HTML with inline CSS

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

#775dfb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#775dfb Color code Preview on White Background

This is how #775dfb Color code will look on white background color. Color contrast ratio is 4.43

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

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,93,251,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(225,251,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,93,251,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.