crispedge.com

Color picker

Loading...

#d68ee5 hex color - Violet - Warm color - Information

#d68ee5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d68ee5 Color code in RGB color code model is created after adding 83.92% red color, 55.69% green color and 89.8% blue color. Hex #d68ee5 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 38% magenta, 0% yellow and 10% black.

Hex #d68ee5 color code is between #dd88dd web safe hex color code and #cc99ee web safe hex color code. #dd88dd is the nearest web safe color code. You can see here many more shades of #d68ee5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded68ee5#d68ee5
RGB Decimal214, 142, 229rgb(214, 142, 229)
RGB Percent84%, 56%, 90%rgb(84%, 56%, 90%)
CSS RGBa214, 142, 229,1rgba(214,142,229,1)
CMYK Modelcmyk(7%,38%,0%,10%)
HSL Color Space290,63% ,73%hsl(290,63% ,73%)
HSV Color Space290°, 38%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110101101000111011100101
Octal326216345
Decimal214142229
Hexd68ee5

Different shades of #d68ee5 color code.

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

Light Shade of #d68ee5
#e5b7ef
Dark Shade of #d68ee5
#c765db
Saturated Shade of #d68ee5
#db87ec
Desaturated Shade of #d68ee5
#d195de
Grey scale Shade of #d68ee5
#b9b9b9
Brighten Shade
#efa7fe
Most Readable Shade
#000000

Shades of #d68ee5 color code

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

#d68ee5
#be7ecb
#a66eb2
#8e5e98
#764e7f
#5f3f65
#472f4c
#2f1f32
#170f19
#000000

Similar Color like #d68ee5 color

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

#d78fe6
#d890e7
#d991e8
#da92e9
#db93ea
#dc94eb
#dd95ec
#de96ed
#df97ee
#e098ef
#e199f0
#e29af1
#e39bf2
#e49cf3
#d58de4
#d48ce3
#d38be2
#d28ae1
#d189e0
#d088df
#cf87de
#ce86dd
#cd85dc
#cc84db
#cb83da
#ca82d9
#c981d8
#c880d7

Monochromatic Color with #d68ee5

#d68ee5
#0f0a10
#37253b
#5f3f65
#875990
#ae74ba

Tints of #d68ee5 Color

#d68ee5
#da9ae7
#dfa7ea
#e3b3ed
#e8c0f0
#ecccf3
#f1d9f6
#f5e5f9
#faf2fc
#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

#d68ee5
#9de58e

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

Split Complementary

#d68ee5
#c9e58e
#8ee5ab

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

Analogous Color

#b38ee5
#c58ee5
#d68ee5
#e58ee3
#e58ed1

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

#d68ee5
#e5d68e
#8ee5d6

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

#d68ee5
#e5aa8e
#9de58e
#8ec8e5

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

#d68ee5
#9de58e
#8ee5ab
#e58ec9

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

#d68ee5 Color Code Preview on Black Background Color

This is how #d68ee5 Color will look on black background color. Color contrast ratio is 8.86

#d68ee5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d68ee5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d68ee5

#d68ee5 color code is use for CSS Background Color

Background color for the above div is #d68ee5

HTML with inline CSS

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

#d68ee5 color code is use for CSS Border Color

CSS Border color for the above div is #d68ee5

HTML with inline CSS

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

CSS Border Left color for the above div is #d68ee5

HTML with inline CSS

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

CSS Border Right color for the above div is #d68ee5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d68ee5

HTML with inline CSS

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

CSS Border Top color for the above div is #d68ee5

HTML with inline CSS

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

#d68ee5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d68ee5 Color code Preview on White Background

This is how #d68ee5 Color code will look on white background color. Color contrast ratio is 2.37

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

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(214,142,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(157,229,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(214,142,229,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.