crispedge.com

Color picker

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

#88557f hex color - Violet - Warm color - Information

#88557f hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #88557f Color code in RGB color code model is created after adding 53.33% red color, 33.33% green color and 49.8% blue color. Hex #88557f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 7% yellow and 47% black.

Hex #88557f color code is between #774477 web safe hex color code and #996688 web safe hex color code. #774477 is the nearest web safe color code. You can see here many more shades of #88557f color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code88557f#88557f
RGB Decimal136, 85, 127rgb(136, 85, 127)
RGB Percent53%, 33%, 50%rgb(53%, 33%, 50%)
CSS RGBa136, 85, 127,1rgba(136,85,127,1)
CMYK Modelcmyk(0%,38%,7%,47%)
HSL Color Space311,23% ,43%hsl(311,23% ,43%)
HSV Color Space311°, 38%, 53%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100010000101010101111111
Octal210125177
Decimal13685127
Hex88557f

Different shades of #88557f color code.

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

Light Shade of #88557f
#a36d9a
Dark Shade of #88557f
#694162
Saturated Shade of #88557f
#934a86
Desaturated Shade of #88557f
#7d6078
Grey scale Shade of #88557f
#6e6e6e
Brighten Shade
#a16e98
Most Readable Shade
#FFFFFF

Shades of #88557f color code

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

#88557f
#784b70
#694262
#5a3854
#4b2f46
#3c2538
#2d1c2a
#1e121c
#0f090e
#000000

Similar Color like #88557f color

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

#895680
#8a5781
#8b5882
#8c5983
#8d5a84
#8e5b85
#8f5c86
#905d87
#915e88
#925f89
#93608a
#94618b
#95628c
#96638d
#87547e
#86537d
#85527c
#84517b
#83507a
#824f79
#814e78
#804d77
#7f4c76
#7e4b75
#7d4a74
#7c4973
#7b4872
#7a4771

Monochromatic Color with #88557f

#88557f
#b370a7
#dd8ace
#080508
#332030
#5d3a57

Tints of #88557f Color

#88557f
#95678d
#a27a9b
#af8da9
#bca0b7
#cab3c6
#d7c6d4
#e4d9e2
#f1ecf0
#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

#88557f
#55885e

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

Split Complementary

#88557f
#668855
#558877

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

Analogous Color

#7d5588
#875588
#88557f
#885575
#88556b

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

#88557f
#7f8855
#557f88

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

#88557f
#887755
#55885e
#556588

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

#88557f
#55885e
#558878
#885566

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 #88557f 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.

#88557f Color Code Preview on Black Background Color

This is how #88557f Color will look on black background color. Color contrast ratio is 3.65

#88557f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88557f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #88557f

#88557f color code is use for CSS Background Color

Background color for the above div is #88557f

HTML with inline CSS

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

#88557f color code is use for CSS Border Color

CSS Border color for the above div is #88557f

HTML with inline CSS

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

CSS Border Left color for the above div is #88557f

HTML with inline CSS

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

CSS Border Right color for the above div is #88557f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #88557f

HTML with inline CSS

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

CSS Border Top color for the above div is #88557f

HTML with inline CSS

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

#88557f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#88557f Color code Preview on White Background

This is how #88557f Color code will look on white background color. Color contrast ratio is 5.75

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.