Skip to main content Skip to docs navigation

#ff52ee hex color | Download Dark Red 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 Pink Party and its hex is #FF55EE Nearest Color Name

Color Hue/Base color: Red

Hex #ff52ee Color code in RGB color code model is created after adding 100% red color, 32.16% green color and 93.33% blue color. Hex #ff52ee Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 68% magenta, 7% yellow and 0% black.

Hex #ff52ee color code is between #ee55dd web safe hex color code and #dd44ff web safe hex color code. #ee55dd is the nearest web safe color code. You can see here many more shades of #ff52ee color code.

RGB Chart

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

Color Table

Hex Color Code ff52ee #ff52ee
RGB Decimal 255, 82, 238 255, 82, 238
RGB Percent 100%, 32%, 93% rgb(100%, 32%, 93%)
CSS RGBa 255, 82, 238,1 rgba(255,82,238,1)
CMYK Model cmyk(0%,68%,7%,0%)
HSL Color Space 306,100% ,66% hsl(306,100% ,66%)
HSV Color Space 306°, 68%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 01010010 11101110
Octal 377 122 356
Decimal 255 82 238
Hex ff 52 ee

Different shades of #ff52ee color code.

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

Darkest of #ff52ee
#b800a6
Darker of #ff52ee
#eb00d4
Dark of #ff52ee
#ff1fe9
Base of #ff52ee
#ff52ee
Light of #ff52ee
#ff85f3
Lighter
#ffb8f8
Lightest
#ffebfd

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

#ff52ee
#52ff63

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

Split Complementary

#ff52ee
#97ff52
#52ffba

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

Analogous Color

#ab52ff
#c852ff
#ff52ee
#ff52b4
#ff526c

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

#ff52ee
#52eeff
#eeff52

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

#ff52ee
#eeff52
#52ff63
#6352ff

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

#ff52ee
#ffba52
#52ff63
#5297ff

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

#850078
#b800a6
#eb00d4
#ff1fe9
#ff52ee
#ff85f3
#ffb8f8
#ffebfd
#ffffff

Tints of #ff52ee Color

#ff52ee
#ff65ef
#ff78f1
#ff8bf3
#ff9ef5
#ffb2f7
#ffc5f9
#ffd8fb
#ffebfd
#ffffff

Shades of #ff52ee color code

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

#ff52ee
#e248d3
#c63fb9
#aa369e
#8d2d84
#712469
#551b4f
#381234
#1c091a
#000000

Tones

#ff52ee
#ee63e0
#dc75d2
#cb86c4
#ba97b6

Tones

Similar Color like #ff52ee color

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

#ff53ef
#ff54f0
#ff55f1
#ff56f2
#ff57f3
#ff58f4
#ff59f5
#ff5af6
#ff5bf7
#ff5cf8
#ff5df9
#ff5efa
#ff5ffb
#ff60fc
#fe51ed
#fd50ec
#fc4feb
#fb4eea
#fa4de9
#f94ce8
#f84be7
#f74ae6
#f649e5
#f548e4
#f447e3
#f346e2
#f245e1
#f144e0

Download this Dark Red

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

#ff52ee Color Code Preview on Black Background Color

This is how #ff52ee Color will look on black background color. Color contrast ratio is 7.69

#ff52ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff52ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff52ee

#ff52ee color code is use for CSS Background Color

Background color for the above div is #ff52ee

HTML with inline CSS

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

#ff52ee color code is use for CSS Border Color

CSS Border color for the above div is #ff52ee

HTML with inline CSS

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

CSS Border Left color for the above div is #ff52ee

HTML with inline CSS

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

CSS Border Right color for the above div is #ff52ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff52ee

HTML with inline CSS

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

CSS Border Top color for the above div is #ff52ee

HTML with inline CSS

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

#ff52ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff52ee Color code Preview on White Background

This is how #ff52ee Color code will look on white background color. Color contrast ratio is 2.73

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

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