crispedge.com

Color picker

Loading...

#fb7fe7 hex color - Violet - Warm color - Information

#fb7fe7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #fb7fe7 Color code in RGB color code model is created after adding 98.43% red color, 49.8% green color and 90.59% blue color. Hex #fb7fe7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 49% magenta, 8% yellow and 2% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codefb7fe7#fb7fe7
RGB Decimal251, 127, 231rgb(251, 127, 231)
RGB Percent98%, 50%, 91%rgb(98%, 50%, 91%)
CSS RGBa251, 127, 231,1rgba(251,127,231,1)
CMYK Modelcmyk(0%,49%,8%,2%)
HSL Color Space310,94% ,74%hsl(310,94% ,74%)
HSV Color Space310°, 49%, 98%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111110110111111111100111
Octal373177347
Decimal251127231
Hexfb7fe7

Different shades of #fb7fe7 color code.

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

Light Shade of #fb7fe7
#fdb0f0
Dark Shade of #fb7fe7
#f94ede
Saturated Shade of #fb7fe7
#ff7bea
Desaturated Shade of #fb7fe7
#f486e3
Grey scale Shade of #fb7fe7
#bdbdbd
Brighten Shade
#ff98ff
Most Readable Shade
#000000

Shades of #fb7fe7 color code

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

#fb7fe7
#df70cd
#c362b3
#a7549a
#8b4680
#6f3866
#532a4d
#371c33
#1b0e19
#000000

Similar Color like #fb7fe7 color

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

#fc80e8
#fd81e9
#fe82ea
#ff83eb
#ff84ec
#ff85ed
#ff86ee
#ff87ef
#ff88f0
#ff89f1
#ff8af2
#ff8bf3
#ff8cf4
#ff8df5
#fa7ee6
#f97de5
#f87ce4
#f77be3
#f67ae2
#f579e1
#f478e0
#f377df
#f276de
#f175dd
#f074dc
#ef73db
#ee72da
#ed71d9

Monochromatic Color with #fb7fe7

#fb7fe7
#261323
#51294b
#7b3e72
#a65499
#d069c0

Tints of #fb7fe7 Color

#fb7fe7
#fb8de9
#fb9bec
#fca9ef
#fcb7f1
#fdc6f4
#fdd4f7
#fee2f9
#fef0fc
#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

#fb7fe7
#7ffb93

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

Split Complementary

#fb7fe7
#a9fb7f
#7ffbd1

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

Analogous Color

#dd7ffb
#f67ffb
#fb7fe7
#fb7fce
#fb7fb5

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

#fb7fe7
#e7fb7f
#7fe7fb

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

#fb7fe7
#fbd17f
#7ffb93
#7fa9fb

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

#fb7fe7
#7ffb93
#7ffbd1
#fb7fa9

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

#fb7fe7 Color Code Preview on Black Background Color

This is how #fb7fe7 Color will look on black background color. Color contrast ratio is 9.29

#fb7fe7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb7fe7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fb7fe7

#fb7fe7 color code is use for CSS Background Color

Background color for the above div is #fb7fe7

HTML with inline CSS

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

#fb7fe7 color code is use for CSS Border Color

CSS Border color for the above div is #fb7fe7

HTML with inline CSS

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

CSS Border Left color for the above div is #fb7fe7

HTML with inline CSS

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

CSS Border Right color for the above div is #fb7fe7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fb7fe7

HTML with inline CSS

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

CSS Border Top color for the above div is #fb7fe7

HTML with inline CSS

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

#fb7fe7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fb7fe7 Color code Preview on White Background

This is how #fb7fe7 Color code will look on white background color. Color contrast ratio is 2.26

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

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(251,127,231,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(127,251,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(251,127,231,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.