crispedge.com

Color picker

Loading...

#f084df hex color - Violet - Warm color - Information

#f084df hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f084df Color code in RGB color code model is created after adding 94.12% red color, 51.76% green color and 87.45% blue color. Hex #f084df Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 7% yellow and 6% black.

Hex #f084df color code is between #ee88dd web safe hex color code and #ff77ee web safe hex color code. #ee88dd is the nearest web safe color code. You can see here many more shades of #f084df color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codef084df#f084df
RGB Decimal240, 132, 223rgb(240, 132, 223)
RGB Percent94%, 52%, 87%rgb(94%, 52%, 87%)
CSS RGBa240, 132, 223,1rgba(240,132,223,1)
CMYK Modelcmyk(0%,45%,7%,6%)
HSL Color Space309,78% ,73%hsl(309,78% ,73%)
HSV Color Space309°, 45%, 94%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100001000010011011111
Octal360204337
Decimal240132223
Hexf084df

Different shades of #f084df color code.

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

Light Shade of #f084df
#f6b1eb
Dark Shade of #f084df
#ea57d3
Saturated Shade of #f084df
#f77de4
Desaturated Shade of #f084df
#e98bda
Grey scale Shade of #f084df
#bababa
Brighten Shade
#ff9df8
Most Readable Shade
#000000

Shades of #f084df color code

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

#f084df
#d575c6
#ba66ad
#a05894
#85497b
#6a3a63
#502c4a
#351d31
#1a0e18
#000000

Similar Color like #f084df color

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

#f185e0
#f286e1
#f387e2
#f488e3
#f589e4
#f68ae5
#f78be6
#f88ce7
#f98de8
#fa8ee9
#fb8fea
#fc90eb
#fd91ec
#fe92ed
#ef83de
#ee82dd
#ed81dc
#ec80db
#eb7fda
#ea7ed9
#e97dd8
#e87cd7
#e77bd6
#e67ad5
#e579d4
#e478d3
#e377d2
#e276d1

Monochromatic Color with #f084df

#f084df
#1b0f1a
#462741
#703e69
#9b5590
#c56db8

Tints of #f084df Color

#f084df
#f191e2
#f39fe6
#f5ade9
#f6baed
#f8c8f0
#fad6f4
#fbe3f7
#fdf1fb
#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

#f084df
#84f095

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

Split Complementary

#f084df
#a9f084
#84f0cb

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

Analogous Color

#d684f0
#eb84f0
#f084df
#f084c9
#f084b4

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

#f084df
#dff084
#84dff0

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

#f084df
#f0cb84
#84f095
#84a9f0

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

#f084df
#84f095
#84f0cb
#f084a9

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

#f084df Color Code Preview on Black Background Color

This is how #f084df Color will look on black background color. Color contrast ratio is 9.07

#f084df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f084df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f084df

#f084df color code is use for CSS Background Color

Background color for the above div is #f084df

HTML with inline CSS

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

#f084df color code is use for CSS Border Color

CSS Border color for the above div is #f084df

HTML with inline CSS

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

CSS Border Left color for the above div is #f084df

HTML with inline CSS

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

CSS Border Right color for the above div is #f084df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f084df

HTML with inline CSS

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

CSS Border Top color for the above div is #f084df

HTML with inline CSS

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

#f084df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f084df Color code Preview on White Background

This is how #f084df Color code will look on white background color. Color contrast ratio is 2.32

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

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(240,132,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,240,149,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(240,132,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.