crispedge.com

Color picker

Loading...

#7f5def hex color - Blue - Cool color - Information

#7f5def hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #7f5def Color code in RGB color code model is created after adding 49.8% red color, 36.47% green color and 93.73% blue color. Hex #7f5def Color code in CMYK color (process color) code model is generated after subtraction of 47% cyan, 61% magenta, 0% yellow and 6% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7f5def#7f5def
RGB Decimal127, 93, 239rgb(127, 93, 239)
RGB Percent50%, 36%, 94%rgb(50%, 36%, 94%)
CSS RGBa127, 93, 239,1rgba(127,93,239,1)
CMYK Modelcmyk(47%,61%,0%,6%)
HSL Color Space254,82% ,65%hsl(254,82% ,65%)
HSV Color Space254°, 61%, 94%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011111110101110111101111
Octal177135357
Decimal12793239
Hex7f5def

Different shades of #7f5def color code.

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

Light Shade of #7f5def
#a48bf4
Dark Shade of #7f5def
#5a2fea
Saturated Shade of #7f5def
#7a54f8
Desaturated Shade of #7f5def
#8466e6
Grey scale Shade of #7f5def
#a6a6a6
Brighten Shade
#9876ff
Most Readable Shade
#FFFFFF

Shades of #7f5def color code

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

#7f5def
#7052d4
#6248b9
#543e9f
#463384
#38296a
#2a1f4f
#1c1435
#0e0a1a
#000000

Similar Color like #7f5def color

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

#805ef0
#815ff1
#8260f2
#8361f3
#8462f4
#8563f5
#8664f6
#8765f7
#8866f8
#8967f9
#8a68fa
#8b69fb
#8c6afc
#8d6bfd
#7e5cee
#7d5bed
#7c5aec
#7b59eb
#7a58ea
#7957e9
#7856e8
#7755e7
#7654e6
#7553e5
#7452e4
#7351e3
#7250e2
#714fe1

Monochromatic Color with #7f5def

#7f5def
#0e0a1a
#251b45
#3b2b6f
#523c9a
#684cc4

Tints of #7f5def Color

#7f5def
#8d6ff0
#9b81f2
#a993f4
#b7a5f6
#c6b7f7
#d4c9f9
#e2dbfb
#f0edfd
#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

#7f5def
#cdef5d

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

Split Complementary

#7f5def
#efc85d
#84ef5d

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

Analogous Color

#5d75ef
#625def
#7f5def
#9c5def
#b95def

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

#7f5def
#ef7f5d
#5def7f

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

#7f5def
#ef5d84
#cdef5d
#5defc8

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

#7f5def
#cdef5d
#84ef5d
#c85def

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 #7f5def 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.

#7f5def Color Code Preview on Black Background Color

This is how #7f5def Color will look on black background color. Color contrast ratio is 4.71

#7f5def in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7f5def

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7f5def

#7f5def color code is use for CSS Background Color

Background color for the above div is #7f5def

HTML with inline CSS

<div style="background-color:#7f5def;"></div>

#7f5def color code is use for CSS Border Color

CSS Border color for the above div is #7f5def

HTML with inline CSS

<div style="border:5px solid #7f5def;"></div>

CSS Border Left color for the above div is #7f5def

HTML with inline CSS

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

CSS Border Right color for the above div is #7f5def

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7f5def

HTML with inline CSS

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

CSS Border Top color for the above div is #7f5def

HTML with inline CSS

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

#7f5def hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7f5def Color code Preview on White Background

This is how #7f5def Color code will look on white background color. Color contrast ratio is 4.45

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

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