crispedge.com

Color picker

Loading...

#561dad hex color - Violet - Cool color - Information

#561dad hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #561dad Color code in RGB color code model is created after adding 33.73% red color, 11.37% green color and 67.84% blue color. Hex #561dad Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 83% magenta, 0% yellow and 32% black.

Hex #561dad color code is between #5522aa web safe hex color code and #6611bb web safe hex color code. #5522aa is the nearest web safe color code. You can see here many more shades of #561dad color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code561dad#561dad
RGB Decimal86, 29, 173rgb(86, 29, 173)
RGB Percent34%, 11%, 68%rgb(34%, 11%, 68%)
CSS RGBa86, 29, 173,1rgba(86,29,173,1)
CMYK Modelcmyk(50%,83%,0%,32%)
HSL Color Space264,71% ,40%hsl(264,71% ,40%)
HSV Color Space264°, 83%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010101100001110110101101
Octal12635255
Decimal8629173
Hex561dad

Different shades of #561dad color code.

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

Light Shade of #561dad
#6c24d9
Dark Shade of #561dad
#401681
Saturated Shade of #561dad
#5413b7
Desaturated Shade of #561dad
#5827a3
Grey scale Shade of #561dad
#656565
Brighten Shade
#6f36c6
Most Readable Shade
#FFFFFF

Shades of #561dad color code

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

#561dad
#4c1999
#421686
#391373
#2f1060
#260c4c
#1c0939
#130626
#090313
#000000

Similar Color like #561dad color

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

#571eae
#581faf
#5920b0
#5a21b1
#5b22b2
#5c23b3
#5d24b4
#5e25b5
#5f26b6
#6027b7
#6128b8
#6229b9
#632aba
#642bbb
#551cac
#541bab
#531aaa
#5219a9
#5118a8
#5017a7
#4f16a6
#4e15a5
#4d14a4
#4c13a3
#4b12a2
#4a11a1
#4910a0
#480f9f

Monochromatic Color with #561dad

#561dad
#6b24d7
#010103
#17082d
#2c0f58
#411682

Tints of #561dad Color

#561dad
#6836b6
#7b4fbf
#8e68c8
#a181d1
#b39ada
#c6b3e3
#d9ccec
#ece5f5
#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

#561dad
#74ad1d

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

Split Complementary

#561dad
#ad9e1d
#2cad1d

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

Analogous Color

#1d1ead
#391dad
#561dad
#731dad
#901dad

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

#561dad
#ad561d
#1dad56

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

#561dad
#ad1d2c
#74ad1d
#1dad9e

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

#561dad
#74ad1d
#2cad1d
#9e1dad

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 #561dad 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.

#561dad Color Code Preview on Black Background Color

This is how #561dad Color will look on black background color. Color contrast ratio is 2.17

#561dad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #561dad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #561dad

#561dad color code is use for CSS Background Color

Background color for the above div is #561dad

HTML with inline CSS

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

#561dad color code is use for CSS Border Color

CSS Border color for the above div is #561dad

HTML with inline CSS

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

CSS Border Left color for the above div is #561dad

HTML with inline CSS

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

CSS Border Right color for the above div is #561dad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #561dad

HTML with inline CSS

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

CSS Border Top color for the above div is #561dad

HTML with inline CSS

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

#561dad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#561dad Color code Preview on White Background

This is how #561dad Color code will look on white background color. Color contrast ratio is 9.66

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

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(86,29,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,173,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(86,29,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.