Skip to main content Skip to docs navigation

#fd07ea hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Bright Magenta and its hex is #FF08E8 Nearest Color Name

Color Hue/Base color: Violet

Hex #fd07ea Color code in RGB color code model is created after adding 99.22% red color, 2.75% green color and 91.76% blue color. Hex #fd07ea Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 97% magenta, 8% yellow and 0.78% black.

Hex #fd07ea color code is between #ff00ee web safe hex color code and #ee00dd web safe hex color code. #ff00ee is the nearest web safe color code. You can see here many more shades of #fd07ea color code.

RGB Chart

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

Color Table

Hex Color Code fd07ea #fd07ea
RGB Decimal 253, 7, 234 253, 7, 234
RGB Percent 99%, 3%, 92% rgb(99%, 3%, 92%)
CSS RGBa 253, 7, 234,1 rgba(253,7,234,1)
CMYK Model cmyk(0%,97%,8%,0.78%)
HSL Color Space 305,98% ,51% hsl(305,98% ,51%)
HSV Color Space 305°, 97%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111101 00000111 11101010
Octal 375 7 352
Decimal 253 7 234
Hex fd 07 ea

Different shades of #fd07ea color code.

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

Darkest of #fd07ea
#6a0162
Darker of #fd07ea
#9d0191
Dark of #fd07ea
#cf02bf
Base of #fd07ea
#fd07ea
Light of #fd07ea
#fd3aee
Lighter
#fe6cf3
Lightest
#fe9ff7

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

#fd07ea
#07fd1a

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

Split Complementary

#fd07ea
#6ffd07
#07fd95

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

Analogous Color

#8007fd
#a907fd
#fd07ea
#fd0798
#fd0732

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

#fd07ea
#07eafd
#eafd07

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

#fd07ea
#eafd07
#07fd1a
#1a07fd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#fd07ea
#fd9507
#07fd1a
#076ffd

Square 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).

Monochromatic Color with #fd07ea

#380033
#6a0162
#9d0191
#cf02bf
#fd07ea
#fd3aee
#fe6cf3
#fe9ff7
#ffd1fb

Tints of #fd07ea Color

#fd07ea
#fd22ec
#fd3eee
#fd59f1
#fd75f3
#fe90f5
#feacf8
#fec7fa
#fee3fc
#ffffff

Shades of #fd07ea color code

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

#fd07ea
#e006d0
#c405b6
#a8049c
#8c0382
#700368
#54024e
#380134
#1c001a
#000000

Tones

#fd07ea
#e420d5
#cb39c0
#b252ab
#996b95

Tones

Similar Color like #fd07ea color

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

#fe08eb
#ff09ec
#ff0aed
#ff0bee
#ff0cef
#ff0df0
#ff0ef1
#ff0ff2
#ff10f3
#ff11f4
#ff12f5
#ff13f6
#ff14f7
#ff15f8
#fc06e9
#fb05e8
#fa04e7
#f903e6
#f802e5
#f701e4
#f600e3
#f500e2
#f400e1
#f300e0
#f200df
#f100de
#f000dd
#ef00dc

Download this Dark Violet

Hex #fd07ea 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.

#fd07ea Color Code Preview on Black Background Color

This is how #fd07ea Color will look on black background color. Color contrast ratio is 6.40

#fd07ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd07ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd07ea

#fd07ea color code is use for CSS Background Color

Background color for the above div is #fd07ea

HTML with inline CSS

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

#fd07ea color code is use for CSS Border Color

CSS Border color for the above div is #fd07ea

HTML with inline CSS

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

CSS Border Left color for the above div is #fd07ea

HTML with inline CSS

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

CSS Border Right color for the above div is #fd07ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd07ea

HTML with inline CSS

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

CSS Border Top color for the above div is #fd07ea

HTML with inline CSS

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

#fd07ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd07ea Color code Preview on White Background

This is how #fd07ea Color code will look on white background color. Color contrast ratio is 3.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 #fd07ea; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #fd07ea; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(253,7,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(7,253,26,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(253,7,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }