crispedge.com

Color picker

Loading...

#ff1aaa hex color - Red - Warm color - Information

#ff1aaa hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ff1aaa Color code in RGB color code model is created after adding 100% red color, 10.2% green color and 66.67% blue color. Hex #ff1aaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 90% magenta, 33% yellow and 0% black.

Hex #ff1aaa color code is between #ee2299 web safe hex color code and #dd11bb web safe hex color code. #ee2299 is the nearest web safe color code. You can see here many more shades of #ff1aaa color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeff1aaa#ff1aaa
RGB Decimal255, 26, 170rgb(255, 26, 170)
RGB Percent100%, 10%, 67%rgb(100%, 10%, 67%)
CSS RGBa255, 26, 170,1rgba(255,26,170,1)
CMYK Modelcmyk(0%,90%,33%,0%)
HSL Color Space322,100% ,55%hsl(322,100% ,55%)
HSV Color Space322°, 90%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110001101010101010
Octal37732252
Decimal25526170
Hexff1aaa

Different shades of #ff1aaa color code.

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

Light Shade of #ff1aaa
#ff4dbd
Dark Shade of #ff1aaa
#e60091
Saturated Shade of #ff1aaa
#ff1aaa
Desaturated Shade of #ff1aaa
#f425a7
Grey scale Shade of #ff1aaa
#8c8c8c
Brighten Shade
#ff33c3
Most Readable Shade
#FFFFFF

Shades of #ff1aaa color code

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

#ff1aaa
#e21797
#c61484
#aa1171
#8d0e5e
#710b4b
#550838
#380525
#1c0212
#000000

Similar Color like #ff1aaa color

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

#ff1bab
#ff1cac
#ff1dad
#ff1eae
#ff1faf
#ff20b0
#ff21b1
#ff22b2
#ff23b3
#ff24b4
#ff25b5
#ff26b6
#ff27b7
#ff28b8
#fe19a9
#fd18a8
#fc17a7
#fb16a6
#fa15a5
#f914a4
#f813a3
#f712a2
#f611a1
#f510a0
#f40f9f
#f30e9e
#f20d9d
#f10c9c

Monochromatic Color with #ff1aaa

#ff1aaa
#2a041c
#550939
#800d55
#aa1171
#d4168e

Tints of #ff1aaa Color

#ff1aaa
#ff33b3
#ff4cbc
#ff66c6
#ff7fcf
#ff99d9
#ffb2e2
#ffccec
#ffe5f5
#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

#ff1aaa
#1aff6f

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

Split Complementary

#ff1aaa
#37ff1a
#1affe2

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

Analogous Color

#f81aff
#ff1ad8
#ff1aaa
#ff1a7c
#ff1a4e

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

#ff1aaa
#aaff1a
#1aaaff

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

#ff1aaa
#ffe11a
#1aff6f
#1a37ff

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

#ff1aaa
#1aff6f
#1affe2
#ff1a37

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

#ff1aaa Color Code Preview on Black Background Color

This is how #ff1aaa Color will look on black background color. Color contrast ratio is 5.98

#ff1aaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff1aaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff1aaa

#ff1aaa color code is use for CSS Background Color

Background color for the above div is #ff1aaa

HTML with inline CSS

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

#ff1aaa color code is use for CSS Border Color

CSS Border color for the above div is #ff1aaa

HTML with inline CSS

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

CSS Border Left color for the above div is #ff1aaa

HTML with inline CSS

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

CSS Border Right color for the above div is #ff1aaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff1aaa

HTML with inline CSS

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

CSS Border Top color for the above div is #ff1aaa

HTML with inline CSS

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

#ff1aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff1aaa Color code Preview on White Background

This is how #ff1aaa Color code will look on white background color. Color contrast ratio is 3.51

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

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.