crispedge.com

Color picker

Loading...

#d852f0 hex color - Violet - Warm color - Information

#d852f0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d852f0 Color code in RGB color code model is created after adding 84.71% red color, 32.16% green color and 94.12% blue color. Hex #d852f0 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 66% magenta, 0% yellow and 6% black.

Hex #d852f0 color code is between #dd55ee web safe hex color code and #cc44ff web safe hex color code. #dd55ee is the nearest web safe color code. You can see here many more shades of #d852f0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded852f0#d852f0
RGB Decimal216, 82, 240rgb(216, 82, 240)
RGB Percent85%, 32%, 94%rgb(85%, 32%, 94%)
CSS RGBa216, 82, 240,1rgba(216,82,240,1)
CMYK Modelcmyk(10%,66%,0%,6%)
HSL Color Space291,84% ,63%hsl(291,84% ,63%)
HSV Color Space291°, 66%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110110000101001011110000
Octal330122360
Decimal21682240
Hexd852f0

Different shades of #d852f0 color code.

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

Light Shade of #d852f0
#e381f4
Dark Shade of #d852f0
#cd23ec
Saturated Shade of #d852f0
#df49f9
Desaturated Shade of #d852f0
#d15be7
Grey scale Shade of #d852f0
#a1a1a1
Brighten Shade
#f16bff
Most Readable Shade
#000000

Shades of #d852f0 color code

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

#d852f0
#c048d5
#a83fba
#9036a0
#782d85
#60246a
#481b50
#301235
#18091a
#000000

Similar Color like #d852f0 color

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

#d953f1
#da54f2
#db55f3
#dc56f4
#dd57f5
#de58f6
#df59f7
#e05af8
#e15bf9
#e25cfa
#e35dfb
#e45efc
#e55ffd
#e660fe
#d751ef
#d650ee
#d54fed
#d44eec
#d34deb
#d24cea
#d14be9
#d04ae8
#cf49e7
#ce48e6
#cd47e5
#cc46e4
#cb45e3
#ca44e2

Monochromatic Color with #d852f0

#d852f0
#19091b
#3f1846
#652670
#8b359b
#b243c5

Tints of #d852f0 Color

#d852f0
#dc65f1
#e078f3
#e58bf5
#e99ef6
#edb2f8
#f2c5fa
#f6d8fb
#faebfd
#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

#d852f0
#6af052

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

Split Complementary

#d852f0
#b9f052
#52f089

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

Analogous Color

#9952f0
#b852f0
#d852f0
#f052e8
#f052c9

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

#d852f0
#f0d852
#52f0d8

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

#d852f0
#f08952
#6af052
#52b9f0

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

#d852f0
#6af052
#52f089
#f052b9

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

#d852f0 Color Code Preview on Black Background Color

This is how #d852f0 Color will look on black background color. Color contrast ratio is 6.38

#d852f0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d852f0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d852f0

#d852f0 color code is use for CSS Background Color

Background color for the above div is #d852f0

HTML with inline CSS

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

#d852f0 color code is use for CSS Border Color

CSS Border color for the above div is #d852f0

HTML with inline CSS

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

CSS Border Left color for the above div is #d852f0

HTML with inline CSS

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

CSS Border Right color for the above div is #d852f0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d852f0

HTML with inline CSS

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

CSS Border Top color for the above div is #d852f0

HTML with inline CSS

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

#d852f0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d852f0 Color code Preview on White Background

This is how #d852f0 Color code will look on white background color. Color contrast ratio is 3.29

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

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(216,82,240,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,240,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(216,82,240,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.