Skip to main content Skip to docs navigation

#442efe hex color | Download Dark Blue 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 Ultra Indigo and its hex is #4433FF Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

Hex Color Code 442efe #442efe
RGB Decimal 68, 46, 254 68, 46, 254
RGB Percent 27%, 18%, 100% rgb(27%, 18%, 100%)
CSS RGBa 68, 46, 254,1 rgba(68,46,254,1)
CMYK Model cmyk(73%,82%,0%,0.39%)
HSL Color Space 246,99% ,59% hsl(246,99% ,59%)
HSV Color Space 246°, 82%, 100%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01000100 00101110 11111110
Octal 104 56 376
Decimal 68 46 254
Hex 44 2e fe

Different shades of #442efe color code.

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

Darkest of #442efe
#100192
Darker of #442efe
#1601c5
Dark of #442efe
#1b01f8
Base of #442efe
#442efe
Light of #442efe
#7161fe
Lighter
#9f93fe
Lightest
#ccc6ff

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

#442efe
#e8fe2e

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

Split Complementary

#442efe
#feac2e
#80fe2e

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

Analogous Color

#2e91fe
#2e6ffe
#442efe
#892efe
#e02efe

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

#442efe
#2efe44
#fe442e

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

#442efe
#fe442e
#e8fe2e
#2ee8fe

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

#442efe
#fe2e80
#e8fe2e
#2efeac

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 #442efe

#0b0060
#100192
#1601c5
#1b01f8
#442efe
#7161fe
#9f93fe
#ccc6ff
#faf9ff

Tints of #442efe Color

#442efe
#5845fe
#6d5cfe
#8273fe
#978afe
#aba2fe
#c0b9fe
#d5d0fe
#eae7fe
#ffffff

Shades of #442efe color code

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

#442efe
#3c28e1
#3423c5
#2d1ea9
#25198d
#1e1470
#160f54
#0f0a38
#07051c
#000000

Tones

#442efe
#5543e9
#6558d4
#766dbf
#8682aa

Tones

Similar Color like #442efe color

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

#452fff
#4630ff
#4731ff
#4832ff
#4933ff
#4a34ff
#4b35ff
#4c36ff
#4d37ff
#4e38ff
#4f39ff
#503aff
#513bff
#523cff
#432dfd
#422cfc
#412bfb
#402afa
#3f29f9
#3e28f8
#3d27f7
#3c26f6
#3b25f5
#3a24f4
#3923f3
#3822f2
#3721f1
#3620f0

Download this Dark Blue

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

#442efe Color Code Preview on Black Background Color

This is how #442efe Color will look on black background color. Color contrast ratio is 3.07

#442efe in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#442efe color code is use for CSS Background Color

Background color for the above div is #442efe

HTML with inline CSS

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

#442efe color code is use for CSS Border Color

CSS Border color for the above div is #442efe

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#442efe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#442efe Color code Preview on White Background

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

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

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,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(232,254,46,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(68,46,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }