crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#f379db hex color - Violet - Warm color - Information

#f379db hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codef379db#f379db
RGB Decimal243, 121, 219rgb(243, 121, 219)
RGB Percent95%, 47%, 86%rgb(95%, 47%, 86%)
CSS RGBa243, 121, 219,1rgba(243,121,219,1)
CMYK Modelcmyk(0%,50%,10%,5%)
HSL Color Space312,84% ,71%hsl(312,84% ,71%)
HSV Color Space312°, 50%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111100110111100111011011
Octal363171333
Decimal243121219
Hexf379db

Different shades of #f379db color code.

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

Light Shade of #f379db
#f7a8e8
Dark Shade of #f379db
#ef4ace
Saturated Shade of #f379db
#fa72df
Desaturated Shade of #f379db
#ec80d7
Grey scale Shade of #f379db
#b6b6b6
Brighten Shade
#ff92f4
Most Readable Shade
#000000

Shades of #f379db color code

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

#f379db
#d86bc2
#bd5eaa
#a25092
#874379
#6c3561
#512849
#361a30
#1b0d18
#000000

Similar Color like #f379db color

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

#f47adc
#f57bdd
#f67cde
#f77ddf
#f87ee0
#f97fe1
#fa80e2
#fb81e3
#fc82e4
#fd83e5
#fe84e6
#ff85e7
#ff86e8
#ff87e9
#f278da
#f177d9
#f076d8
#ef75d7
#ee74d6
#ed73d5
#ec72d4
#eb71d3
#ea70d2
#e96fd1
#e86ed0
#e76dcf
#e66cce
#e56bcd

Monochromatic Color with #f379db

#f379db
#1e0f1b
#492442
#733a68
#9e4f8e
#c864b5

Tints of #f379db Color

#f379db
#f487df
#f596e3
#f7a5e7
#f8b4eb
#f9c3ef
#fbd2f3
#fce1f7
#fdf0fb
#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

#f379db
#79f391

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

Split Complementary

#f379db
#9ef379
#79f3ce

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

Analogous Color

#da79f3
#f379f3
#f379db
#f379c3
#f379aa

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

#f379db
#dbf379
#79dbf3

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

#f379db
#f3ce79
#79f391
#799ef3

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

#f379db
#79f391
#79f3ce
#f3799e

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

#f379db Color Code Preview on Black Background Color

This is how #f379db Color will look on black background color. Color contrast ratio is 8.57

#f379db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f379db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #f379db

#f379db color code is use for CSS Background Color

Background color for the above div is #f379db

HTML with inline CSS

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

#f379db color code is use for CSS Border Color

CSS Border color for the above div is #f379db

HTML with inline CSS

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

CSS Border Left color for the above div is #f379db

HTML with inline CSS

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

CSS Border Right color for the above div is #f379db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #f379db

HTML with inline CSS

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

CSS Border Top color for the above div is #f379db

HTML with inline CSS

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

#f379db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#f379db Color code Preview on White Background

This is how #f379db Color code will look on white background color. Color contrast ratio is 2.45

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.