crispedge.com

Color picker

Loading...

#d04ff5 hex color - Violet - Warm color - Information

#d04ff5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d04ff5 Color code in RGB color code model is created after adding 81.57% red color, 30.98% green color and 96.08% blue color. Hex #d04ff5 Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 68% magenta, 0% yellow and 4% black.

Hex #d04ff5 color code is between #cc55ee web safe hex color code and #dd44ff web safe hex color code. #cc55ee is the nearest web safe color code. You can see here many more shades of #d04ff5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded04ff5#d04ff5
RGB Decimal208, 79, 245rgb(208, 79, 245)
RGB Percent82%, 31%, 96%rgb(82%, 31%, 96%)
CSS RGBa208, 79, 245,1rgba(208,79,245,1)
CMYK Modelcmyk(15%,68%,0%,4%)
HSL Color Space287,89% ,64%hsl(287,89% ,64%)
HSV Color Space287°, 68%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100000100111111110101
Octal320117365
Decimal20879245
Hexd04ff5

Different shades of #d04ff5 color code.

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

Light Shade of #d04ff5
#dd7ff8
Dark Shade of #d04ff5
#c31ff2
Saturated Shade of #d04ff5
#d546fe
Desaturated Shade of #d04ff5
#cb58ec
Grey scale Shade of #d04ff5
#a2a2a2
Brighten Shade
#e968ff
Most Readable Shade
#000000

Shades of #d04ff5 color code

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

#d04ff5
#b846d9
#a13dbe
#8a34a3
#732b88
#5c236c
#451a51
#2e1136
#17081b
#000000

Similar Color like #d04ff5 color

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

#d150f6
#d251f7
#d352f8
#d453f9
#d554fa
#d655fb
#d756fc
#d857fd
#d958fe
#da59ff
#db5aff
#dc5bff
#dd5cff
#de5dff
#cf4ef4
#ce4df3
#cd4cf2
#cc4bf1
#cb4af0
#ca49ef
#c948ee
#c847ed
#c746ec
#c645eb
#c544ea
#c443e9
#c342e8
#c241e7

Monochromatic Color with #d04ff5

#d04ff5
#1c0a20
#40184b
#642675
#8834a0
#ac41ca

Tints of #d04ff5 Color

#d04ff5
#d562f6
#da76f7
#df89f8
#e49df9
#eab0fa
#efc4fb
#f4d7fc
#f9ebfd
#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

#d04ff5
#74f54f

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

Split Complementary

#d04ff5
#c7f54f
#4ff57d

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

Analogous Color

#8e4ff5
#af4ff5
#d04ff5
#f14ff5
#f54fd8

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

#d04ff5
#f5d04f
#4ff5d0

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

#d04ff5
#f57d4f
#74f54f
#4fc7f5

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

#d04ff5
#74f54f
#4ff57d
#f54fc7

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

#d04ff5 Color Code Preview on Black Background Color

This is how #d04ff5 Color will look on black background color. Color contrast ratio is 6.12

#d04ff5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d04ff5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d04ff5

#d04ff5 color code is use for CSS Background Color

Background color for the above div is #d04ff5

HTML with inline CSS

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

#d04ff5 color code is use for CSS Border Color

CSS Border color for the above div is #d04ff5

HTML with inline CSS

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

CSS Border Left color for the above div is #d04ff5

HTML with inline CSS

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

CSS Border Right color for the above div is #d04ff5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d04ff5

HTML with inline CSS

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

CSS Border Top color for the above div is #d04ff5

HTML with inline CSS

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

#d04ff5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d04ff5 Color code Preview on White Background

This is how #d04ff5 Color code will look on white background color. Color contrast ratio is 3.43

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

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(208,79,245,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,245,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(208,79,245,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.