crispedge.com

Color picker

Loading...

#fe7fd4 hex color - Violet - Warm color - Information

#fe7fd4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #fe7fd4 Color code in RGB color code model is created after adding 99.61% red color, 49.8% green color and 83.14% blue color. Hex #fe7fd4 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 50% magenta, 17% yellow and 0% black.

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

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codefe7fd4#fe7fd4
RGB Decimal254, 127, 212rgb(254, 127, 212)
RGB Percent100%, 50%, 83%rgb(100%, 50%, 83%)
CSS RGBa254, 127, 212,1rgba(254,127,212,1)
CMYK Modelcmyk(0%,50%,17%,0%)
HSL Color Space320,98% ,75%hsl(320,98% ,75%)
HSV Color Space320°, 50%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111100111111111010100
Octal376177324
Decimal254127212
Hexfe7fd4

Different shades of #fe7fd4 color code.

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

Light Shade of #fe7fd4
#feb2e5
Dark Shade of #fe7fd4
#fe4cc3
Saturated Shade of #fe7fd4
#ff7ed4
Desaturated Shade of #fe7fd4
#f885d2
Grey scale Shade of #fe7fd4
#bebebe
Brighten Shade
#ff98ed
Most Readable Shade
#000000

Shades of #fe7fd4 color code

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

#fe7fd4
#e170bc
#c562a4
#a9548d
#8d4675
#70385e
#542a46
#381c2f
#1c0e17
#000000

Similar Color like #fe7fd4 color

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

#ff80d5
#ff81d6
#ff82d7
#ff83d8
#ff84d9
#ff85da
#ff86db
#ff87dc
#ff88dd
#ff89de
#ff8adf
#ff8be0
#ff8ce1
#ff8de2
#fd7ed3
#fc7dd2
#fb7cd1
#fa7bd0
#f97acf
#f879ce
#f778cd
#f677cc
#f576cb
#f475ca
#f374c9
#f273c8
#f172c7
#f071c6

Monochromatic Color with #fe7fd4

#fe7fd4
#291523
#542a46
#7e3f6a
#a9548d
#d36ab1

Tints of #fe7fd4 Color

#fe7fd4
#fe8dd8
#fe9bdd
#fea9e2
#feb7e7
#fec6eb
#fed4f0
#fee2f5
#fef0fa
#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

#fe7fd4
#7ffea9

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

Split Complementary

#fe7fd4
#95fe7f
#7ffee9

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

Analogous Color

#f57ffe
#fe7fed
#fe7fd4
#fe7fbb
#fe7fa1

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

#fe7fd4
#d4fe7f
#7fd4fe

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

#fe7fd4
#fee87f
#7ffea9
#7f94fe

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

#fe7fd4
#7ffea9
#7ffee8
#fe7f95

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

#fe7fd4 Color Code Preview on Black Background Color

This is how #fe7fd4 Color will look on black background color. Color contrast ratio is 9.20

#fe7fd4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe7fd4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fe7fd4

#fe7fd4 color code is use for CSS Background Color

Background color for the above div is #fe7fd4

HTML with inline CSS

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

#fe7fd4 color code is use for CSS Border Color

CSS Border color for the above div is #fe7fd4

HTML with inline CSS

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

CSS Border Left color for the above div is #fe7fd4

HTML with inline CSS

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

CSS Border Right color for the above div is #fe7fd4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fe7fd4

HTML with inline CSS

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

CSS Border Top color for the above div is #fe7fd4

HTML with inline CSS

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

#fe7fd4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fe7fd4 Color code Preview on White Background

This is how #fe7fd4 Color code will look on white background color. Color contrast ratio is 2.28

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.