crispedge.com

Color picker

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

#521eaa hex color - Violet - Cool color - Information

#521eaa hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #521eaa Color code in RGB color code model is created after adding 32.16% red color, 11.76% green color and 66.67% blue color. Hex #521eaa Color code in CMYK color (process color) code model is generated after subtraction of 52% cyan, 82% magenta, 0% yellow and 33% black.

Hex #521eaa color code is between #552299 web safe hex color code and #4411bb web safe hex color code. #552299 is the nearest web safe color code. You can see here many more shades of #521eaa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Code521eaa#521eaa
RGB Decimal82, 30, 170rgb(82, 30, 170)
RGB Percent32%, 12%, 67%rgb(32%, 12%, 67%)
CSS RGBa82, 30, 170,1rgba(82,30,170,1)
CMYK Modelcmyk(52%,82%,0%,33%)
HSL Color Space262,70% ,39%hsl(262,70% ,39%)
HSV Color Space262°, 82%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100100001111010101010
Octal12236252
Decimal8230170
Hex521eaa

Different shades of #521eaa color code.

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

Light Shade of #521eaa
#6726d5
Dark Shade of #521eaa
#3d167f
Saturated Shade of #521eaa
#4f14b4
Desaturated Shade of #521eaa
#5528a0
Grey scale Shade of #521eaa
#646464
Brighten Shade
#6b37c3
Most Readable Shade
#FFFFFF

Shades of #521eaa color code

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

#521eaa
#481a97
#3f1784
#361471
#2d105e
#240d4b
#1b0a38
#120625
#090312
#000000

Similar Color like #521eaa color

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

#531fab
#5420ac
#5521ad
#5622ae
#5723af
#5824b0
#5925b1
#5a26b2
#5b27b3
#5c28b4
#5d29b5
#5e2ab6
#5f2bb7
#602cb8
#511da9
#501ca8
#4f1ba7
#4e1aa6
#4d19a5
#4c18a4
#4b17a3
#4a16a2
#4915a1
#4814a0
#47139f
#46129e
#45119d
#44109c

Monochromatic Color with #521eaa

#521eaa
#6626d4
#7b2dff
#14072a
#290f55
#3d167f

Tints of #521eaa Color

#521eaa
#6537b3
#7850bc
#8b69c6
#9e82cf
#b29bd9
#c5b4e2
#d8cdec
#ebe6f5
#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

#521eaa
#76aa1e

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

Split Complementary

#521eaa
#aa981e
#30aa1e

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

Analogous Color

#1e22aa
#361eaa
#521eaa
#6e1eaa
#8a1eaa

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

#521eaa
#aa521e
#1eaa52

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

#521eaa
#aa1e30
#76aa1e
#1eaa98

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

#521eaa
#76aa1e
#30aa1e
#981eaa

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

#521eaa Color Code Preview on Black Background Color

This is how #521eaa Color will look on black background color. Color contrast ratio is 2.12

#521eaa in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#521eaa color code is use for CSS Background Color

Background color for the above div is #521eaa

HTML with inline CSS

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

#521eaa color code is use for CSS Border Color

CSS Border color for the above div is #521eaa

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#521eaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#521eaa Color code Preview on White Background

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

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

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.