crispedge.com

Color picker

Loading...

#db84f7 hex color - Violet - Warm color - Information

#db84f7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #db84f7 Color code in RGB color code model is created after adding 85.88% red color, 51.76% green color and 96.86% blue color. Hex #db84f7 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 47% magenta, 0% yellow and 3% black.

Hex #db84f7 color code is between #dd88ff web safe hex color code and #cc77ee web safe hex color code. #dd88ff is the nearest web safe color code. You can see here many more shades of #db84f7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedb84f7#db84f7
RGB Decimal219, 132, 247rgb(219, 132, 247)
RGB Percent86%, 52%, 97%rgb(86%, 52%, 97%)
CSS RGBa219, 132, 247,1rgba(219,132,247,1)
CMYK Modelcmyk(11%,47%,0%,3%)
HSL Color Space285,88% ,74%hsl(285,88% ,74%)
HSV Color Space285°, 47%, 97%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111000010011110111
Octal333204367
Decimal219132247
Hexdb84f7

Different shades of #db84f7 color code.

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

Light Shade of #db84f7
#e9b4fa
Dark Shade of #db84f7
#cd54f4
Saturated Shade of #db84f7
#de7dfe
Desaturated Shade of #db84f7
#d88bf0
Grey scale Shade of #db84f7
#bdbdbd
Brighten Shade
#f49dff
Most Readable Shade
#000000

Shades of #db84f7 color code

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

#db84f7
#c275db
#aa66c0
#9258a4
#794989
#613a6d
#492c52
#301d36
#180e1b
#000000

Similar Color like #db84f7 color

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

#dc85f8
#dd86f9
#de87fa
#df88fb
#e089fc
#e18afd
#e28bfe
#e38cff
#e48dff
#e58eff
#e68fff
#e790ff
#e891ff
#e992ff
#da83f6
#d982f5
#d881f4
#d780f3
#d67ff2
#d57ef1
#d47df0
#d37cef
#d27bee
#d17aed
#d079ec
#cf78eb
#ce77ea
#cd76e9

Monochromatic Color with #db84f7

#db84f7
#1f1222
#44294d
#6a4077
#9057a2
#b56dcc

Tints of #db84f7 Color

#db84f7
#df91f7
#e39ff8
#e7adf9
#ebbafa
#efc8fb
#f3d6fc
#f7e3fd
#fbf1fe
#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

#db84f7
#a0f784

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

Split Complementary

#db84f7
#daf784
#84f7a1

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

Analogous Color

#ad84f7
#c484f7
#db84f7
#f284f7
#f784e5

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

#db84f7
#f7db84
#84f7db

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

#db84f7
#f7a184
#a0f784
#84d9f7

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

#db84f7
#a0f784
#84f7a1
#f784da

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

#db84f7 Color Code Preview on Black Background Color

This is how #db84f7 Color will look on black background color. Color contrast ratio is 8.66

#db84f7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db84f7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #db84f7

#db84f7 color code is use for CSS Background Color

Background color for the above div is #db84f7

HTML with inline CSS

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

#db84f7 color code is use for CSS Border Color

CSS Border color for the above div is #db84f7

HTML with inline CSS

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

CSS Border Left color for the above div is #db84f7

HTML with inline CSS

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

CSS Border Right color for the above div is #db84f7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #db84f7

HTML with inline CSS

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

CSS Border Top color for the above div is #db84f7

HTML with inline CSS

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

#db84f7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#db84f7 Color code Preview on White Background

This is how #db84f7 Color code will look on white background color. Color contrast ratio is 2.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 #db84f7; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #db84f7; }

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(219,132,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(160,247,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,132,247,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.