Skip to main content Skip to docs navigation

#fd0cea 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 #fd0cea Color code in RGB color code model is created after adding 99.22% red color, 4.71% green color and 91.76% blue color. Hex #fd0cea Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 95% magenta, 8% yellow and 0.78% black.

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

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 11111101 00001100 11101010
Octal 375 14 352
Decimal 253 12 234
Hex fd 0c ea

Different shades of #fd0cea color code.

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

Darkest of #fd0cea
#6f0166
Darker of #fd0cea
#a20195
Dark of #fd0cea
#d402c4
Base of #fd0cea
#fd0cea
Light of #fd0cea
#fd3fee
Lighter
#fe71f3
Lightest
#fea4f7

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

#fd0cea
#0cfd1f

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

Split Complementary

#fd0cea
#71fd0c
#0cfd97

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

Analogous Color

#830cfd
#ac0cfd
#fd0cea
#fd0c9a
#fd0c35

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

#fd0cea
#0ceafd
#eafd0c

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

#fd0cea
#eafd0c
#0cfd1f
#1f0cfd

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

#fd0cea
#fd970c
#0cfd1f
#0c71fd

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 #fd0cea

#3c0038
#6f0166
#a20195
#d402c4
#fd0cea
#fd3fee
#fe71f3
#fea4f7
#ffd6fb

Tints of #fd0cea Color

#fd0cea
#fd27ec
#fd42ee
#fd5df1
#fd78f3
#fe93f5
#feaef8
#fec9fa
#fee4fc
#ffffff

Shades of #fd0cea color code

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

#fd0cea
#e00ad0
#c409b6
#a8089c
#8c0682
#700568
#54044e
#380234
#1c011a
#000000

Tones

#fd0cea
#e524d5
#cc3dc1
#b455ac
#9b6e97

Tones

Similar Color like #fd0cea color

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

#fe0deb
#ff0eec
#ff0fed
#ff10ee
#ff11ef
#ff12f0
#ff13f1
#ff14f2
#ff15f3
#ff16f4
#ff17f5
#ff18f6
#ff19f7
#ff1af8
#fc0be9
#fb0ae8
#fa09e7
#f908e6
#f807e5
#f706e4
#f605e3
#f504e2
#f403e1
#f302e0
#f201df
#f100de
#f000dd
#ef00dc

Download this Dark Violet

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

#fd0cea Color Code Preview on Black Background Color

This is how #fd0cea Color will look on black background color. Color contrast ratio is 6.42

#fd0cea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd0cea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #fd0cea

#fd0cea color code is use for CSS Background Color

Background color for the above div is #fd0cea

HTML with inline CSS

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

#fd0cea color code is use for CSS Border Color

CSS Border color for the above div is #fd0cea

HTML with inline CSS

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

CSS Border Left color for the above div is #fd0cea

HTML with inline CSS

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

CSS Border Right color for the above div is #fd0cea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #fd0cea

HTML with inline CSS

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

CSS Border Top color for the above div is #fd0cea

HTML with inline CSS

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

#fd0cea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#fd0cea Color code Preview on White Background

This is how #fd0cea Color code will look on white background color. Color contrast ratio is 3.27

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

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