crispedge.com

Color picker

Loading...

#dba1eb hex color - Violet - Warm color - Information

#dba1eb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dba1eb Color code in RGB color code model is created after adding 85.88% red color, 63.14% green color and 92.16% blue color. Hex #dba1eb Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 31% magenta, 0% yellow and 8% black.

Hex #dba1eb color code is between #dd99ee web safe hex color code and #ccaadd web safe hex color code. #dd99ee is the nearest web safe color code. You can see here many more shades of #dba1eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedba1eb#dba1eb
RGB Decimal219, 161, 235rgb(219, 161, 235)
RGB Percent86%, 63%, 92%rgb(86%, 63%, 92%)
CSS RGBa219, 161, 235,1rgba(219,161,235,1)
CMYK Modelcmyk(7%,31%,0%,8%)
HSL Color Space287,65% ,78%hsl(287,65% ,78%)
HSV Color Space287°, 31%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110111010000111101011
Octal333241353
Decimal219161235
Hexdba1eb

Different shades of #dba1eb color code.

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

Light Shade of #dba1eb
#ebcbf4
Dark Shade of #dba1eb
#cb77e2
Saturated Shade of #dba1eb
#de9bf1
Desaturated Shade of #dba1eb
#d8a7e5
Grey scale Shade of #dba1eb
#c6c6c6
Brighten Shade
#f4baff
Most Readable Shade
#000000

Shades of #dba1eb color code

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

#dba1eb
#c28fd0
#aa7db6
#926b9c
#795982
#614768
#49354e
#302334
#18111a
#000000

Similar Color like #dba1eb color

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

#dca2ec
#dda3ed
#dea4ee
#dfa5ef
#e0a6f0
#e1a7f1
#e2a8f2
#e3a9f3
#e4aaf4
#e5abf5
#e6acf6
#e7adf7
#e8aef8
#e9aff9
#daa0ea
#d99fe9
#d89ee8
#d79de7
#d69ce6
#d59be5
#d49ae4
#d399e3
#d298e2
#d197e1
#d096e0
#cf95df
#ce94de
#cd93dd

Monochromatic Color with #dba1eb

#dba1eb
#150f16
#3d2d41
#644a6b
#8c6796
#b384c0

Tints of #dba1eb Color

#dba1eb
#dfabed
#e3b5ef
#e7c0f1
#ebcaf3
#efd5f6
#f3dff8
#f7eafa
#fbf4fc
#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

#dba1eb
#b1eba1

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

Split Complementary

#dba1eb
#d6eba1
#a1ebb6

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

Analogous Color

#bda1eb
#cca1eb
#dba1eb
#eaa1eb
#eba1dd

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

#dba1eb
#ebdba1
#a1ebdb

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

#dba1eb
#ebb6a1
#b1eba1
#a1d6eb

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

#dba1eb
#b1eba1
#a1ebb6
#eba1d6

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

#dba1eb Color Code Preview on Black Background Color

This is how #dba1eb Color will look on black background color. Color contrast ratio is 10.31

#dba1eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dba1eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dba1eb

#dba1eb color code is use for CSS Background Color

Background color for the above div is #dba1eb

HTML with inline CSS

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

#dba1eb color code is use for CSS Border Color

CSS Border color for the above div is #dba1eb

HTML with inline CSS

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

CSS Border Left color for the above div is #dba1eb

HTML with inline CSS

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

CSS Border Right color for the above div is #dba1eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dba1eb

HTML with inline CSS

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

CSS Border Top color for the above div is #dba1eb

HTML with inline CSS

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

#dba1eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dba1eb Color code Preview on White Background

This is how #dba1eb Color code will look on white background color. Color contrast ratio is 2.04

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

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,161,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(177,235,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(219,161,235,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.