crispedge.com

Color picker

Loading...

#de48ec hex color - Violet - Warm color - Information

#de48ec hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #de48ec Color code in RGB color code model is created after adding 87.06% red color, 28.24% green color and 92.55% blue color. Hex #de48ec Color code in CMYK color (process color) code model is generated after subtraction of 6% cyan, 69% magenta, 0% yellow and 7% black.

Hex #de48ec color code is between #dd44ee web safe hex color code and #ee55dd web safe hex color code. #dd44ee is the nearest web safe color code. You can see here many more shades of #de48ec color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codede48ec#de48ec
RGB Decimal222, 72, 236rgb(222, 72, 236)
RGB Percent87%, 28%, 93%rgb(87%, 28%, 93%)
CSS RGBa222, 72, 236,1rgba(222,72,236,1)
CMYK Modelcmyk(6%,69%,0%,7%)
HSL Color Space295,81% ,60%hsl(295,81% ,60%)
HSV Color Space295°, 69%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110111100100100011101100
Octal336110354
Decimal22272236
Hexde48ec

Different shades of #de48ec color code.

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

Light Shade of #de48ec
#e676f1
Dark Shade of #de48ec
#d61ae7
Saturated Shade of #de48ec
#e63ef6
Desaturated Shade of #de48ec
#d652e2
Grey scale Shade of #de48ec
#9a9a9a
Brighten Shade
#f761ff
Most Readable Shade
#000000

Shades of #de48ec color code

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

#de48ec
#c540d1
#ac38b7
#94309d
#7b2883
#622068
#4a184e
#311034
#18081a
#000000

Similar Color like #de48ec color

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

#df49ed
#e04aee
#e14bef
#e24cf0
#e34df1
#e44ef2
#e54ff3
#e650f4
#e751f5
#e852f6
#e953f7
#ea54f8
#eb55f9
#ec56fa
#dd47eb
#dc46ea
#db45e9
#da44e8
#d943e7
#d842e6
#d741e5
#d640e4
#d53fe3
#d43ee2
#d33de1
#d23ce0
#d13bdf
#d03ade

Monochromatic Color with #de48ec

#de48ec
#160717
#3e1442
#66216c
#8e2e97
#b63bc1

Tints of #de48ec Color

#de48ec
#e15cee
#e570f0
#e985f2
#ec99f4
#f0adf6
#f4c2f8
#f7d6fa
#fbeafc
#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

#de48ec
#56ec48

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

Split Complementary

#de48ec
#a8ec48
#48ec8c

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

Analogous Color

#9c48ec
#bd48ec
#de48ec
#ec48d9
#ec48b8

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

#de48ec
#ecde48
#48ecde

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

#de48ec
#ec8c48
#56ec48
#48a8ec

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

#de48ec
#56ec48
#48ec8c
#ec48a8

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

#de48ec Color Code Preview on Black Background Color

This is how #de48ec Color will look on black background color. Color contrast ratio is 6.24

#de48ec in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de48ec

HTML with inline CSS

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

Your Example Paragraph content text in with font color #de48ec

#de48ec color code is use for CSS Background Color

Background color for the above div is #de48ec

HTML with inline CSS

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

#de48ec color code is use for CSS Border Color

CSS Border color for the above div is #de48ec

HTML with inline CSS

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

CSS Border Left color for the above div is #de48ec

HTML with inline CSS

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

CSS Border Right color for the above div is #de48ec

HTML with inline CSS

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

CSS Border Bottom color for the above div is #de48ec

HTML with inline CSS

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

CSS Border Top color for the above div is #de48ec

HTML with inline CSS

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

#de48ec hex Color code used as CSS color Codes

Example CSS Class for usage

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

#de48ec Color code Preview on White Background

This is how #de48ec Color code will look on white background color. Color contrast ratio is 3.36

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

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(222,72,236,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(86,236,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(222,72,236,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.