crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ff55cc hex color - Drunken Flamingo - Violet - Warm color - Information

#ff55cc hex color - Drunken Flamingo - Violet - Warm color

Color Hue/Base color: Violet

Hex #ff55cc Color Code is also known as Drunken Flamingo color.

Hex #ff55cc Color code in RGB color code model is created after adding 100% red color, 33.33% green color and 80% blue color. Hex #ff55cc Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 67% magenta, 20% yellow and 0% black.

Hex #ff55cc color code is a web safe color. Next web safe color code is #ee44bb and previous web safe color code is #dd66dd. You can see here many more shades of #ff55cc color code.

0 Likes 0 Comments | 30 Views

Color Table

Hex Color Codeff55cc#ff55cc
RGB Decimal255, 85, 204rgb(255, 85, 204)
RGB Percent100%, 33%, 80%rgb(100%, 33%, 80%)
CSS RGBa255, 85, 204,1rgba(255,85,204,1)
CMYK Modelcmyk(0%,67%,20%,0%)
HSL Color Space318,100% ,67%hsl(318,100% ,67%)
HSV Color Space318°, 67%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110101010111001100
Octal377125314
Decimal25585204
Hexff55cc

Different shades of #ff55cc color code.

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

Light Shade of #ff55cc
#ff88db
Dark Shade of #ff55cc
#ff22bd
Saturated Shade of #ff55cc
#ff55cc
Desaturated Shade of #ff55cc
#f65dc9
Grey scale Shade of #ff55cc
#aaaaaa
Brighten Shade
#ff6ee5
Most Readable Shade
#000000

Shades of #ff55cc color code

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

#ff55cc
#e24bb5
#c6429e
#aa3888
#8d2f71
#71255a
#551c44
#38122d
#1c0916
#000000

Similar Color like #ff55cc color

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

#ff56cd
#ff57ce
#ff58cf
#ff59d0
#ff5ad1
#ff5bd2
#ff5cd3
#ff5dd4
#ff5ed5
#ff5fd6
#ff60d7
#ff61d8
#ff62d9
#ff63da
#fe54cb
#fd53ca
#fc52c9
#fb51c8
#fa50c7
#f94fc6
#f84ec5
#f74dc4
#f64cc3
#f54bc2
#f44ac1
#f349c0
#f248bf
#f147be

Monochromatic Color with #ff55cc

#ff55cc
#2a0e22
#551c44
#802b66
#aa3988
#d447aa

Tints of #ff55cc Color

#ff55cc
#ff67d1
#ff7ad7
#ff8ddd
#ffa0e2
#ffb3e8
#ffc6ee
#ffd9f3
#ffecf9
#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

#ff55cc
#55ff88

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

Split Complementary

#ff55cc
#77ff55
#55ffdd

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

Analogous Color

#ee55ff
#ff55ee
#ff55cc
#ff55aa
#ff5588

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

#ff55cc
#ccff55
#55ccff

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

#ff55cc
#ffdd55
#55ff88
#5577ff

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

#ff55cc
#55ff88
#55ffdd
#ff5577

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

#ff55cc Color Code Preview on Black Background Color

This is how #ff55cc Color will look on black background color. Color contrast ratio is 7.42

#ff55cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff55cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff55cc

#ff55cc color code is use for CSS Background Color

Background color for the above div is #ff55cc

HTML with inline CSS

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

#ff55cc color code is use for CSS Border Color

CSS Border color for the above div is #ff55cc

HTML with inline CSS

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

CSS Border Left color for the above div is #ff55cc

HTML with inline CSS

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

CSS Border Right color for the above div is #ff55cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff55cc

HTML with inline CSS

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

CSS Border Top color for the above div is #ff55cc

HTML with inline CSS

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

#ff55cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff55cc Color code Preview on White Background

This is how #ff55cc Color code will look on white background color. Color contrast ratio is 2.83

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 30 Views

Post your comment:-

By submitting comment you agree to our privacy policy.