crispedge.com

Color picker

Loading...

#48215e hex color - Violet - Warm color - Information

#48215e hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #48215e Color code in RGB color code model is created after adding 28.24% red color, 12.94% green color and 36.86% blue color. Hex #48215e Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 65% magenta, 0% yellow and 63% black.

Hex #48215e color code is between #442266 web safe hex color code and #551155 web safe hex color code. #442266 is the nearest web safe color code. You can see here many more shades of #48215e color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code48215e#48215e
RGB Decimal72, 33, 94rgb(72, 33, 94)
RGB Percent28%, 13%, 37%rgb(28%, 13%, 37%)
CSS RGBa72, 33, 94,1rgba(72,33,94,1)
CMYK Modelcmyk(23%,65%,0%,63%)
HSL Color Space278,48% ,25%hsl(278,48% ,25%)
HSV Color Space278°, 65%, 37%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010000010000101011110
Octal11041136
Decimal723394
Hex48215e

Different shades of #48215e color code.

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

Light Shade of #48215e
#652e84
Dark Shade of #48215e
#2b1438
Saturated Shade of #48215e
#4a1b64
Desaturated Shade of #48215e
#462758
Grey scale Shade of #48215e
#3f3f3f
Brighten Shade
#613a77
Most Readable Shade
#FFFFFF

Shades of #48215e color code

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

#48215e
#401d53
#381949
#30163e
#281234
#200e29
#180b1f
#100714
#08030a
#000000

Similar Color like #48215e color

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

#49225f
#4a2360
#4b2461
#4c2562
#4d2663
#4e2764
#4f2865
#502966
#512a67
#522b68
#532c69
#542d6a
#552e6b
#562f6c
#47205d
#461f5c
#451e5b
#441d5a
#431c59
#421b58
#411a57
#401956
#3f1855
#3e1754
#3d1653
#3c1552
#3b1451
#3a1350

Monochromatic Color with #48215e

#48215e
#693088
#893fb3
#aa4edd
#070309
#271233

Tints of #48215e Color

#48215e
#5c396f
#705281
#856b93
#9983a5
#ad9cb7
#c2b5c9
#d6cddb
#eae6ed
#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

#48215e
#375e21

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

Split Complementary

#48215e
#565e21
#215e2a

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

Analogous Color

#30215e
#3c215e
#48215e
#54215e
#5e215c

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

#48215e
#5e4821
#215e48

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

#48215e
#5e2921
#375e21
#21555e

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

#48215e
#375e21
#215e2a
#5e2156

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 #48215e 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.

#48215e Color Code Preview on Black Background Color

This is how #48215e Color will look on black background color. Color contrast ratio is 1.65

#48215e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48215e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #48215e

#48215e color code is use for CSS Background Color

Background color for the above div is #48215e

HTML with inline CSS

<div style="background-color:#48215e;"></div>

#48215e color code is use for CSS Border Color

CSS Border color for the above div is #48215e

HTML with inline CSS

<div style="border:5px solid #48215e;"></div>

CSS Border Left color for the above div is #48215e

HTML with inline CSS

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

CSS Border Right color for the above div is #48215e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #48215e

HTML with inline CSS

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

CSS Border Top color for the above div is #48215e

HTML with inline CSS

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

#48215e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#48215e Color code Preview on White Background

This is how #48215e Color code will look on white background color. Color contrast ratio is 12.69

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

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(72,33,94,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(55,94,33,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(72,33,94,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.