Skip to main content Skip to docs navigation

#ff528e 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 Fuchsia Fever and its hex is #FF5599 Nearest Color Name

Color Hue/Base color: Red

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

Hex #ff528e color code is between #ee5588 web safe hex color code and #dd4499 web safe hex color code. #ee5588 is the nearest web safe color code. You can see here many more shades of #ff528e color code.

RGB Chart

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

Color Table

Hex Color Code ff528e #ff528e
RGB Decimal 255, 82, 142 255, 82, 142
RGB Percent 100%, 32%, 56% rgb(100%, 32%, 56%)
CSS RGBa 255, 82, 142,1 rgba(255,82,142,1)
CMYK Model cmyk(0%,68%,44%,0%)
HSL Color Space 339,100% ,66% hsl(339,100% ,66%)
HSV Color Space 339°, 68%, 100%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11111111 01010010 10001110
Octal 377 122 216
Decimal 255 82 142
Hex ff 52 8e

Different shades of #ff528e color code.

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

Darkest of #ff528e
#b80040
Darker of #ff528e
#eb0052
Dark of #ff528e
#ff1f6d
Base of #ff528e
#ff528e
Light of #ff528e
#ff85af
Lighter
#ffb8d1
Lightest
#ffebf2

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

#ff528e
#52ffc3

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

Split Complementary

#ff528e
#52ff6d
#52e5ff

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

Analogous Color

#ff52f3
#ff52d6
#ff528e
#ff5254
#ff9852

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

#ff528e
#528eff
#8eff52

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

#ff528e
#8eff52
#52ffc3
#c352ff

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

#ff528e
#e5ff52
#52ffc3
#6d52ff

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

#85002e
#b80040
#eb0052
#ff1f6d
#ff528e
#ff85af
#ffb8d1
#ffebf2
#ffffff

Tints of #ff528e Color

#ff528e
#ff659a
#ff78a7
#ff8bb3
#ff9ec0
#ffb2cc
#ffc5d9
#ffd8e5
#ffebf2
#ffffff

Shades of #ff528e color code

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

#ff528e
#e2487e
#c63f6e
#aa365e
#8d2d4e
#71243f
#551b2f
#38121f
#1c090f
#000000

Tones

#ff528e
#ee6393
#dc7599
#cb869e
#ba97a3

Tones

Similar Color like #ff528e color

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

#ff538f
#ff5490
#ff5591
#ff5692
#ff5793
#ff5894
#ff5995
#ff5a96
#ff5b97
#ff5c98
#ff5d99
#ff5e9a
#ff5f9b
#ff609c
#fe518d
#fd508c
#fc4f8b
#fb4e8a
#fa4d89
#f94c88
#f84b87
#f74a86
#f64985
#f54884
#f44783
#f34682
#f24581
#f14480

Download this Dark Red

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

#ff528e Color Code Preview on Black Background Color

This is how #ff528e Color will look on black background color. Color contrast ratio is 6.85

#ff528e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff528e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff528e

#ff528e color code is use for CSS Background Color

Background color for the above div is #ff528e

HTML with inline CSS

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

#ff528e color code is use for CSS Border Color

CSS Border color for the above div is #ff528e

HTML with inline CSS

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

CSS Border Left color for the above div is #ff528e

HTML with inline CSS

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

CSS Border Right color for the above div is #ff528e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff528e

HTML with inline CSS

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

CSS Border Top color for the above div is #ff528e

HTML with inline CSS

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

#ff528e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff528e Color code Preview on White Background

This is how #ff528e Color code will look on white background color. Color contrast ratio is 3.07

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

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