crispedge.com

Color picker

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

#800eaa hex color - Violet - Warm color - Information

#800eaa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #800eaa Color code in RGB color code model is created after adding 50.2% red color, 5.49% green color and 66.67% blue color. Hex #800eaa Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 92% magenta, 0% yellow and 33% black.

Hex #800eaa color code is between #881199 web safe hex color code and #7700bb web safe hex color code. #881199 is the nearest web safe color code. You can see here many more shades of #800eaa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code800eaa#800eaa
RGB Decimal128, 14, 170rgb(128, 14, 170)
RGB Percent50%, 5%, 67%rgb(50%, 5%, 67%)
CSS RGBa128, 14, 170,1rgba(128,14,170,1)
CMYK Modelcmyk(25%,92%,0%,33%)
HSL Color Space284,85% ,36%hsl(284,85% ,36%)
HSV Color Space284°, 92%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary100000000000111010101010
Octal20016252
Decimal12814170
Hex800eaa

Different shades of #800eaa color code.

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

Light Shade of #800eaa
#a312d9
Dark Shade of #800eaa
#5c0a7b
Saturated Shade of #800eaa
#8405b3
Desaturated Shade of #800eaa
#7c17a1
Grey scale Shade of #800eaa
#5c5c5c
Brighten Shade
#9927c3
Most Readable Shade
#FFFFFF

Shades of #800eaa color code

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

#800eaa
#710c97
#630a84
#550971
#47075e
#38064b
#2a0438
#1c0325
#0e0112
#000000

Similar Color like #800eaa color

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

#810fab
#8210ac
#8311ad
#8412ae
#8513af
#8614b0
#8715b1
#8816b2
#8917b3
#8a18b4
#8b19b5
#8c1ab6
#8d1bb7
#8e1cb8
#7f0da9
#7e0ca8
#7d0ba7
#7c0aa6
#7b09a5
#7a08a4
#7907a3
#7806a2
#7705a1
#7604a0
#75039f
#74029e
#73019d
#72009c

Monochromatic Color with #800eaa

#800eaa
#a012d4
#c015ff
#20042a
#400755
#600b7f

Tints of #800eaa Color

#800eaa
#8e28b3
#9c43bc
#aa5ec6
#b879cf
#c693d9
#d4aee2
#e2c9ec
#f0e4f5
#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

#800eaa
#38aa0e

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

Split Complementary

#800eaa
#86aa0e
#0eaa32

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

Analogous Color

#420eaa
#610eaa
#800eaa
#9f0eaa
#aa0e96

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

#800eaa
#aa800e
#0eaa80

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

#800eaa
#aa320e
#38aa0e
#0e86aa

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

#800eaa
#38aa0e
#0eaa32
#aa0e86

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 #800eaa 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.

#800eaa Color Code Preview on Black Background Color

This is how #800eaa Color will look on black background color. Color contrast ratio is 2.56

#800eaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #800eaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #800eaa

#800eaa color code is use for CSS Background Color

Background color for the above div is #800eaa

HTML with inline CSS

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

#800eaa color code is use for CSS Border Color

CSS Border color for the above div is #800eaa

HTML with inline CSS

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

CSS Border Left color for the above div is #800eaa

HTML with inline CSS

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

CSS Border Right color for the above div is #800eaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #800eaa

HTML with inline CSS

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

CSS Border Top color for the above div is #800eaa

HTML with inline CSS

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

#800eaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#800eaa Color code Preview on White Background

This is how #800eaa Color code will look on white background color. Color contrast ratio is 8.20

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

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.