crispedge.com

Color picker

Loading...

#f377da hex color - Violet - Warm color - Information

#f377da hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #f377da Color code in RGB color code model is created after adding 95.29% red color, 46.67% green color and 85.49% blue color. Hex #f377da Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 51% magenta, 10% yellow and 5% black.

Hex #f377da color code is between #ee66dd web safe hex color code and #ff88cc web safe hex color code. #ee66dd is the nearest web safe color code. You can see here many more shades of #f377da color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codef377da#f377da
RGB Decimal243, 119, 218rgb(243, 119, 218)
RGB Percent95%, 47%, 85%rgb(95%, 47%, 85%)
CSS RGBa243, 119, 218,1rgba(243,119,218,1)
CMYK Modelcmyk(0%,51%,10%,5%)
HSL Color Space312,84% ,71%hsl(312,84% ,71%)
HSV Color Space312°, 51%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100110111011111011010
Octal363167332
Decimal243119218
Hexf377da

Different shades of #f377da color code.

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

Light Shade of #f377da
#f7a6e7
Dark Shade of #f377da
#ef48cd
Saturated Shade of #f377da
#fa70de
Desaturated Shade of #f377da
#ec7ed6
Grey scale Shade of #f377da
#b5b5b5
Brighten Shade
#ff90f3
Most Readable Shade
#000000

Shades of #f377da color code

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

#f377da
#d869c1
#bd5ca9
#a24f91
#874279
#6c3460
#512748
#361a30
#1b0d18
#000000

Similar Color like #f377da color

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

#f478db
#f579dc
#f67add
#f77bde
#f87cdf
#f97de0
#fa7ee1
#fb7fe2
#fc80e3
#fd81e4
#fe82e5
#ff83e6
#ff84e7
#ff85e8
#f276d9
#f175d8
#f074d7
#ef73d6
#ee72d5
#ed71d4
#ec70d3
#eb6fd2
#ea6ed1
#e96dd0
#e86ccf
#e76bce
#e66acd
#e569cc

Monochromatic Color with #f377da

#f377da
#1e0f1b
#492441
#733968
#9e4d8e
#c862b4

Tints of #f377da Color

#f377da
#f486de
#f595e2
#f7a4e6
#f8b3ea
#f9c2ee
#fbd1f2
#fce0f6
#fdeffa
#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

#f377da
#77f390

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

Split Complementary

#f377da
#9cf377
#77f3ce

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

Analogous Color

#da77f3
#f377f3
#f377da
#f377c1
#f377a8

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

#f377da
#daf377
#77daf3

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

#f377da
#f3ce77
#77f390
#779cf3

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

#f377da
#77f390
#77f3ce
#f3779c

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

#f377da Color Code Preview on Black Background Color

This is how #f377da Color will look on black background color. Color contrast ratio is 8.46

#f377da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f377da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f377da

#f377da color code is use for CSS Background Color

Background color for the above div is #f377da

HTML with inline CSS

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

#f377da color code is use for CSS Border Color

CSS Border color for the above div is #f377da

HTML with inline CSS

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

CSS Border Left color for the above div is #f377da

HTML with inline CSS

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

CSS Border Right color for the above div is #f377da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f377da

HTML with inline CSS

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

CSS Border Top color for the above div is #f377da

HTML with inline CSS

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

#f377da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f377da Color code Preview on White Background

This is how #f377da Color code will look on white background color. Color contrast ratio is 2.48

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

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(243,119,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(119,243,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(243,119,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.