crispedge.com

Color picker

Loading...

#f580da hex color - Violet - Warm color - Information

#f580da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f580da Color code in RGB color code model is created after adding 96.08% red color, 50.2% green color and 85.49% blue color. Hex #f580da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 48% magenta, 11% yellow and 4% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef580da#f580da
RGB Decimal245, 128, 218rgb(245, 128, 218)
RGB Percent96%, 50%, 85%rgb(96%, 50%, 85%)
CSS RGBa245, 128, 218,1rgba(245,128,218,1)
CMYK Modelcmyk(0%,48%,11%,4%)
HSL Color Space314,85% ,73%hsl(314,85% ,73%)
HSV Color Space314°, 48%, 96%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111101011000000011011010
Octal365200332
Decimal245128218
Hexf580da

Different shades of #f580da color code.

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

Light Shade of #f580da
#f9afe8
Dark Shade of #f580da
#f151cc
Saturated Shade of #f580da
#fc79de
Desaturated Shade of #f580da
#ee87d6
Grey scale Shade of #f580da
#bababa
Brighten Shade
#ff99f3
Most Readable Shade
#000000

Shades of #f580da color code

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

#f580da
#d971c1
#be63a9
#a35591
#884779
#6c3860
#512a48
#361c30
#1b0e18
#000000

Similar Color like #f580da color

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

#f681db
#f782dc
#f883dd
#f984de
#fa85df
#fb86e0
#fc87e1
#fd88e2
#fe89e3
#ff8ae4
#ff8be5
#ff8ce6
#ff8de7
#ff8ee8
#f47fd9
#f37ed8
#f27dd7
#f17cd6
#f07bd5
#ef7ad4
#ee79d3
#ed78d2
#ec77d1
#eb76d0
#ea75cf
#e974ce
#e873cd
#e772cc

Monochromatic Color with #f580da

#f580da
#20111d
#4b2743
#753d69
#a0548e
#ca6ab4

Tints of #f580da Color

#f580da
#f68ede
#f79ce2
#f8aae6
#f9b8ea
#fac6ee
#fbd4f2
#fce2f6
#fdf0fa
#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

#f580da
#80f59b

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

Split Complementary

#f580da
#9ff580
#80f5d5

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

Analogous Color

#e180f5
#f580f1
#f580da
#f580c3
#f580ab

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

#f580da
#daf580
#80daf5

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

#f580da
#f5d580
#80f59b
#809ff5

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

#f580da
#80f59b
#80f5d6
#f5809f

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

#f580da Color Code Preview on Black Background Color

This is how #f580da Color will look on black background color. Color contrast ratio is 8.98

#f580da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f580da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f580da

#f580da color code is use for CSS Background Color

Background color for the above div is #f580da

HTML with inline CSS

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

#f580da color code is use for CSS Border Color

CSS Border color for the above div is #f580da

HTML with inline CSS

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

CSS Border Left color for the above div is #f580da

HTML with inline CSS

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

CSS Border Right color for the above div is #f580da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f580da

HTML with inline CSS

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

CSS Border Top color for the above div is #f580da

HTML with inline CSS

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

#f580da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f580da Color code Preview on White Background

This is how #f580da Color code will look on white background color. Color contrast ratio is 2.34

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

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(245,128,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(128,245,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(245,128,218,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.