crispedge.com

Color picker

Loading...

#332c48 hex color - Violet - Cool color - Information

#332c48 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #332c48 Color code in RGB color code model is created after adding 20% red color, 17.25% green color and 28.24% blue color. Hex #332c48 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 39% magenta, 0% yellow and 72% black.

Hex #332c48 color code is between #223344 web safe hex color code and #442255 web safe hex color code. #223344 is the nearest web safe color code. You can see here many more shades of #332c48 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Code332c48#332c48
RGB Decimal51, 44, 72rgb(51, 44, 72)
RGB Percent20%, 17%, 28%rgb(20%, 17%, 28%)
CSS RGBa51, 44, 72,1rgba(51,44,72,1)
CMYK Modelcmyk(29%,39%,0%,72%)
HSL Color Space255,24% ,23%hsl(255,24% ,23%)
HSV Color Space255°, 39%, 28%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary001100110010110001001000
Octal6354110
Decimal514472
Hex332c48

Different shades of #332c48 color code.

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

Light Shade of #332c48
#493f68
Dark Shade of #332c48
#1d1928
Saturated Shade of #332c48
#30264e
Desaturated Shade of #332c48
#363242
Grey scale Shade of #332c48
#3a3a3a
Brighten Shade
#4c4561
Most Readable Shade
#FFFFFF

Shades of #332c48 color code

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

#332c48
#2d2740
#272238
#221d30
#1c1828
#161320
#110e18
#0b0910
#050408
#000000

Similar Color like #332c48 color

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

#342d49
#352e4a
#362f4b
#37304c
#38314d
#39324e
#3a334f
#3b3450
#3c3551
#3d3652
#3e3753
#3f3854
#403955
#413a56
#322b47
#312a46
#302945
#2f2844
#2e2743
#2d2642
#2c2541
#2b2440
#2a233f
#29223e
#28213d
#27203c
#261f3b
#251e3a

Monochromatic Color with #332c48

#332c48
#514672
#6f609d
#8d7ac7
#ab94f2
#15121d

Tints of #332c48 Color

#332c48
#49435c
#605a70
#777285
#8d8999
#a4a1ad
#bbb8c2
#d1d0d6
#e8e7ea
#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

#332c48
#41482c

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

Split Complementary

#332c48
#48412c
#33482c

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

Analogous Color

#2c3048
#2d2c48
#332c48
#392c48
#3e2c48

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

#332c48
#48332c
#2c4833

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

#332c48
#482c33
#41482c
#2c4841

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

#332c48
#41482c
#33482c
#412c48

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 #332c48 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.

#332c48 Color Code Preview on Black Background Color

This is how #332c48 Color will look on black background color. Color contrast ratio is 1.59

#332c48 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #332c48

HTML with inline CSS

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

Your Example Paragraph content text in with font color #332c48

#332c48 color code is use for CSS Background Color

Background color for the above div is #332c48

HTML with inline CSS

<div style="background-color:#332c48;"></div>

#332c48 color code is use for CSS Border Color

CSS Border color for the above div is #332c48

HTML with inline CSS

<div style="border:5px solid #332c48;"></div>

CSS Border Left color for the above div is #332c48

HTML with inline CSS

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

CSS Border Right color for the above div is #332c48

HTML with inline CSS

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

CSS Border Bottom color for the above div is #332c48

HTML with inline CSS

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

CSS Border Top color for the above div is #332c48

HTML with inline CSS

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

#332c48 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#332c48 Color code Preview on White Background

This is how #332c48 Color code will look on white background color. Color contrast ratio is 13.17

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

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(51,44,72,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(65,72,44,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(51,44,72,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.