crispedge.com

Color picker

Loading...

#daa5ef hex color - Blue - Warm color - Information

#daa5ef hex color - Blue - Warm color

Color Hue/Base color: Blue

Hex #daa5ef Color code in RGB color code model is created after adding 85.49% red color, 64.71% green color and 93.73% blue color. Hex #daa5ef Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 31% magenta, 0% yellow and 6% black.

Hex #daa5ef color code is between #ddaaee web safe hex color code and #cc99ff web safe hex color code. #ddaaee is the nearest web safe color code. You can see here many more shades of #daa5ef color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codedaa5ef#daa5ef
RGB Decimal218, 165, 239rgb(218, 165, 239)
RGB Percent85%, 65%, 94%rgb(85%, 65%, 94%)
CSS RGBa218, 165, 239,1rgba(218,165,239,1)
CMYK Modelcmyk(9%,31%,0%,6%)
HSL Color Space283,70% ,79%hsl(283,70% ,79%)
HSV Color Space283°, 31%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110101010010111101111
Octal332245357
Decimal218165239
Hexdaa5ef

Different shades of #daa5ef color code.

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

Light Shade of #daa5ef
#ecd0f7
Dark Shade of #daa5ef
#c87ae7
Saturated Shade of #daa5ef
#dca0f4
Desaturated Shade of #daa5ef
#d8aaea
Grey scale Shade of #daa5ef
#cacaca
Brighten Shade
#f3beff
Most Readable Shade
#000000

Shades of #daa5ef color code

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

#daa5ef
#c192d4
#a980b9
#916e9f
#795b84
#60496a
#48374f
#302435
#18121a
#000000

Similar Color like #daa5ef color

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

#dba6f0
#dca7f1
#dda8f2
#dea9f3
#dfaaf4
#e0abf5
#e1acf6
#e2adf7
#e3aef8
#e4aff9
#e5b0fa
#e6b1fb
#e7b2fc
#e8b3fd
#d9a4ee
#d8a3ed
#d7a2ec
#d6a1eb
#d5a0ea
#d49fe9
#d39ee8
#d29de7
#d19ce6
#d09be5
#cf9ae4
#ce99e3
#cd98e2
#cc97e1

Monochromatic Color with #daa5ef

#daa5ef
#18121a
#3f3045
#664d6f
#8c6a9a
#b388c4

Tints of #daa5ef Color

#daa5ef
#deaff0
#e2b9f2
#e6c3f4
#eacdf6
#eed7f7
#f2e1f9
#f6ebfb
#faf5fd
#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

#daa5ef
#baefa5

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

Split Complementary

#daa5ef
#dfefa5
#a5efb5

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

Analogous Color

#bca5ef
#cba5ef
#daa5ef
#e9a5ef
#efa5e6

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

#daa5ef
#efdaa5
#a5efda

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

#daa5ef
#efb5a5
#baefa5
#a5dfef

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

#daa5ef
#baefa5
#a5efb5
#efa5df

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

#daa5ef Color Code Preview on Black Background Color

This is how #daa5ef Color will look on black background color. Color contrast ratio is 10.61

#daa5ef in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daa5ef

HTML with inline CSS

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

Your Example Paragraph content text in with font color #daa5ef

#daa5ef color code is use for CSS Background Color

Background color for the above div is #daa5ef

HTML with inline CSS

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

#daa5ef color code is use for CSS Border Color

CSS Border color for the above div is #daa5ef

HTML with inline CSS

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

CSS Border Left color for the above div is #daa5ef

HTML with inline CSS

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

CSS Border Right color for the above div is #daa5ef

HTML with inline CSS

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

CSS Border Bottom color for the above div is #daa5ef

HTML with inline CSS

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

CSS Border Top color for the above div is #daa5ef

HTML with inline CSS

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

#daa5ef hex Color code used as CSS color Codes

Example CSS Class for usage

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

#daa5ef Color code Preview on White Background

This is how #daa5ef Color code will look on white background color. Color contrast ratio is 1.98

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

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