crispedge.com

Color picker

Loading...

#d76aee hex color - Violet - Warm color - Information

#d76aee hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d76aee Color code in RGB color code model is created after adding 84.31% red color, 41.57% green color and 93.33% blue color. Hex #d76aee Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 55% magenta, 0% yellow and 7% black.

Hex #d76aee color code is between #dd66dd web safe hex color code and #cc77ff web safe hex color code. #dd66dd is the nearest web safe color code. You can see here many more shades of #d76aee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded76aee#d76aee
RGB Decimal215, 106, 238rgb(215, 106, 238)
RGB Percent84%, 42%, 93%rgb(84%, 42%, 93%)
CSS RGBa215, 106, 238,1rgba(215,106,238,1)
CMYK Modelcmyk(10%,55%,0%,7%)
HSL Color Space290,80% ,67%hsl(290,80% ,67%)
HSV Color Space290°, 55%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101110110101011101110
Octal327152356
Decimal215106238
Hexd76aee

Different shades of #d76aee color code.

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

Light Shade of #d76aee
#e398f3
Dark Shade of #d76aee
#cb3ce9
Saturated Shade of #d76aee
#dc62f6
Desaturated Shade of #d76aee
#d272e6
Grey scale Shade of #d76aee
#acacac
Brighten Shade
#f083ff
Most Readable Shade
#000000

Shades of #d76aee color code

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

#d76aee
#bf5ed3
#a752b9
#8f469e
#773a84
#5f2f69
#47234f
#2f1734
#170b1a
#000000

Similar Color like #d76aee color

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

#d86bef
#d96cf0
#da6df1
#db6ef2
#dc6ff3
#dd70f4
#de71f5
#df72f6
#e073f7
#e174f8
#e275f9
#e376fa
#e477fb
#e578fc
#d669ed
#d568ec
#d467eb
#d366ea
#d265e9
#d164e8
#d063e7
#cf62e6
#ce61e5
#cd60e4
#cc5fe3
#cb5ee2
#ca5de1
#c95ce0

Monochromatic Color with #d76aee

#d76aee
#170b1a
#3d1e44
#64316e
#8a4499
#b157c3

Tints of #d76aee Color

#d76aee
#db7aef
#df8bf1
#e49bf3
#e8acf5
#edbcf7
#f1cdf9
#f6ddfb
#faeefd
#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

#d76aee
#81ee6a

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

Split Complementary

#d76aee
#c3ee6a
#6aee95

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

Analogous Color

#a26aee
#bd6aee
#d76aee
#ee6aeb
#ee6ad0

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

#d76aee
#eed76a
#6aeed7

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

#d76aee
#ee956a
#81ee6a
#6ac3ee

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

#d76aee
#81ee6a
#6aee95
#ee6ac3

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

#d76aee Color Code Preview on Black Background Color

This is how #d76aee Color will look on black background color. Color contrast ratio is 7.19

#d76aee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d76aee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d76aee

#d76aee color code is use for CSS Background Color

Background color for the above div is #d76aee

HTML with inline CSS

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

#d76aee color code is use for CSS Border Color

CSS Border color for the above div is #d76aee

HTML with inline CSS

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

CSS Border Left color for the above div is #d76aee

HTML with inline CSS

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

CSS Border Right color for the above div is #d76aee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d76aee

HTML with inline CSS

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

CSS Border Top color for the above div is #d76aee

HTML with inline CSS

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

#d76aee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d76aee Color code Preview on White Background

This is how #d76aee Color code will look on white background color. Color contrast ratio is 2.92

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

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(215,106,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,238,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(215,106,238,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.