crispedge.com

Color picker

Loading...

#dab9ea hex color - Violet - Warm color - Information

#dab9ea hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #dab9ea Color code in RGB color code model is created after adding 85.49% red color, 72.55% green color and 91.76% blue color. Hex #dab9ea Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 21% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codedab9ea#dab9ea
RGB Decimal218, 185, 234rgb(218, 185, 234)
RGB Percent85%, 73%, 92%rgb(85%, 73%, 92%)
CSS RGBa218, 185, 234,1rgba(218,185,234,1)
CMYK Modelcmyk(7%,21%,0%,8%)
HSL Color Space280,54% ,82%hsl(280,54% ,82%)
HSV Color Space280°, 21%, 92%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101011100111101010
Octal332271352
Decimal218185234
Hexdab9ea

Different shades of #dab9ea color code.

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

Light Shade of #dab9ea
#efe0f6
Dark Shade of #dab9ea
#c592de
Saturated Shade of #dab9ea
#dcb4ef
Desaturated Shade of #dab9ea
#d8bee5
Grey scale Shade of #dab9ea
#d1d1d1
Brighten Shade
#f3d2ff
Most Readable Shade
#000000

Shades of #dab9ea color code

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

#dab9ea
#c1a4d0
#a98fb6
#917b9c
#796682
#605268
#483d4e
#302934
#18141a
#000000

Similar Color like #dab9ea color

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

#dbbaeb
#dcbbec
#ddbced
#debdee
#dfbeef
#e0bff0
#e1c0f1
#e2c1f2
#e3c2f3
#e4c3f4
#e5c4f5
#e6c5f6
#e7c6f7
#e8c7f8
#d9b8e9
#d8b7e8
#d7b6e7
#d6b5e6
#d5b4e5
#d4b3e4
#d3b2e3
#d2b1e2
#d1b0e1
#d0afe0
#cfaedf
#ceadde
#cdacdd
#ccabdc

Monochromatic Color with #dab9ea

#dab9ea
#141115
#3c3340
#63546a
#8b7695
#b297bf

Tints of #dab9ea Color

#dab9ea
#dec0ec
#e2c8ee
#e6d0f1
#ead8f3
#eedff5
#f2e7f8
#f6effa
#faf7fc
#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

#dab9ea
#c9eab9

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

Split Complementary

#dab9ea
#e1eab9
#b9eac2

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

Analogous Color

#c6b9ea
#d0b9ea
#dab9ea
#e4b9ea
#eab9e6

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

#dab9ea
#eadab9
#b9eada

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

#dab9ea
#eac1b9
#c9eab9
#b9e1ea

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

#dab9ea
#c9eab9
#b9eac2
#eab9e1

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

#dab9ea Color Code Preview on Black Background Color

This is how #dab9ea Color will look on black background color. Color contrast ratio is 12.11

#dab9ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dab9ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #dab9ea

#dab9ea color code is use for CSS Background Color

Background color for the above div is #dab9ea

HTML with inline CSS

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

#dab9ea color code is use for CSS Border Color

CSS Border color for the above div is #dab9ea

HTML with inline CSS

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

CSS Border Left color for the above div is #dab9ea

HTML with inline CSS

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

CSS Border Right color for the above div is #dab9ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #dab9ea

HTML with inline CSS

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

CSS Border Top color for the above div is #dab9ea

HTML with inline CSS

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

#dab9ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#dab9ea Color code Preview on White Background

This is how #dab9ea Color code will look on white background color. Color contrast ratio is 1.73

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

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(218,185,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(201,234,185,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(218,185,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.