Skip to main content Skip to docs navigation

#442ead hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Blue Violet and its hex is #4E32B2 Nearest Color Name

Color Hue/Base color: Violet

Hex #442ead Color code in RGB color code model is created after adding 26.67% red color, 18.04% green color and 67.84% blue color. Hex #442ead Color code in CMYK color (process color) code model is generated after subtraction of 61% cyan, 73% magenta, 0% yellow and 32.16% black.

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

RGB Chart

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

Color Table

Hex Color Code 442ead #442ead
RGB Decimal 68, 46, 173 68, 46, 173
RGB Percent 27%, 18%, 68% rgb(27%, 18%, 68%)
CSS RGBa 68, 46, 173,1 rgba(68,46,173,1)
CMYK Model cmyk(61%,73%,0%,32.16%)
HSL Color Space 250,58% ,43% hsl(250,58% ,43%)
HSV Color Space 250°, 73%, 68%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 00101110 10101101
Octal 104 56 255
Decimal 68 46 173
Hex 44 2e ad

Different shades of #442ead color code.

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

Darkest of #442ead
#140e34
Darker of #442ead
#24195c
Dark of #442ead
#342385
Base of #442ead
#442ead
Light of #442ead
#5a41cd
Lighter
#7d6ad7
Lightest
#a092e2

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

#442ead
#97ad2e

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

Split Complementary

#442ead
#ad832e
#58ad2e

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

Analogous Color

#2e62ad
#2e4dad
#442ead
#6e2ead
#a32ead

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

#442ead
#2ead44
#ad442e

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

#442ead
#ad442e
#97ad2e
#2e97ad

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#442ead
#ad2e58
#97ad2e
#2ead83

Square 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).

Monochromatic Color with #442ead

#05030c
#140e34
#24195c
#342385
#442ead
#5a41cd
#7d6ad7
#a092e2
#c3baed

Tints of #442ead Color

#442ead
#5845b6
#6d5cbf
#8273c8
#978ad1
#aba2da
#c0b9e3
#d5d0ec
#eae7f5
#ffffff

Shades of #442ead color code

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

#442ead
#3c2899
#342386
#2d1e73
#251960
#1e144c
#160f39
#0f0a26
#070513
#000000

Tones

#442ead
#524497
#615a81
#6d6d6d
#6d6d6d

Tones

Similar Color like #442ead color

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

#452fae
#4630af
#4731b0
#4832b1
#4933b2
#4a34b3
#4b35b4
#4c36b5
#4d37b6
#4e38b7
#4f39b8
#503ab9
#513bba
#523cbb
#432dac
#422cab
#412baa
#402aa9
#3f29a8
#3e28a7
#3d27a6
#3c26a5
#3b25a4
#3a24a3
#3923a2
#3822a1
#3721a0
#36209f

Download this Dark Violet

Hex #442ead 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.

#442ead Color Code Preview on Black Background Color

This is how #442ead Color will look on black background color. Color contrast ratio is 2.24

#442ead in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #442ead

HTML with inline CSS

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

Your Example Paragraph content text in with font color #442ead

#442ead color code is use for CSS Background Color

Background color for the above div is #442ead

HTML with inline CSS

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

#442ead color code is use for CSS Border Color

CSS Border color for the above div is #442ead

HTML with inline CSS

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

CSS Border Left color for the above div is #442ead

HTML with inline CSS

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

CSS Border Right color for the above div is #442ead

HTML with inline CSS

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

CSS Border Bottom color for the above div is #442ead

HTML with inline CSS

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

CSS Border Top color for the above div is #442ead

HTML with inline CSS

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

#442ead hex Color code used as CSS color Codes

Example CSS Class for usage

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

#442ead Color code Preview on White Background

This is how #442ead Color code will look on white background color. Color contrast ratio is 9.37

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(68,46,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,173,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(68,46,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }