crispedge.com

Color picker

Loading...

#480e71 hex color - Violet - Warm color - Information

#480e71 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #480e71 Color code in RGB color code model is created after adding 28.24% red color, 5.49% green color and 44.31% blue color. Hex #480e71 Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 88% magenta, 0% yellow and 56% black.

Hex #480e71 color code is between #441177 web safe hex color code and #550066 web safe hex color code. #441177 is the nearest web safe color code. You can see here many more shades of #480e71 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code480e71#480e71
RGB Decimal72, 14, 113rgb(72, 14, 113)
RGB Percent28%, 5%, 44%rgb(28%, 5%, 44%)
CSS RGBa72, 14, 113,1rgba(72,14,113,1)
CMYK Modelcmyk(36%,88%,0%,56%)
HSL Color Space275,78% ,25%hsl(275,78% ,25%)
HSV Color Space275°, 88%, 44%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary010010000000111001110001
Octal11016161
Decimal7214113
Hex480e71

Different shades of #480e71 color code.

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

Light Shade of #480e71
#65149e
Dark Shade of #480e71
#2b0844
Saturated Shade of #480e71
#490877
Desaturated Shade of #480e71
#47146b
Grey scale Shade of #480e71
#3f3f3f
Brighten Shade
#61278a
Most Readable Shade
#FFFFFF

Shades of #480e71 color code

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

#480e71
#400c64
#380a57
#30094b
#28073e
#200632
#180425
#100319
#08010c
#000000

Similar Color like #480e71 color

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

#490f72
#4a1073
#4b1174
#4c1275
#4d1376
#4e1477
#4f1578
#501679
#51177a
#52187b
#53197c
#541a7d
#551b7e
#561c7f
#470d70
#460c6f
#450b6e
#440a6d
#43096c
#42086b
#41076a
#400669
#3f0568
#3e0467
#3d0366
#3c0265
#3b0164
#3a0063

Monochromatic Color with #480e71

#480e71
#63139b
#7e19c6
#991ef0
#12031c
#2d0946

Tints of #480e71 Color

#480e71
#5c2880
#704390
#855ea0
#9979b0
#ad93bf
#c2aecf
#d6c9df
#eae4ef
#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

#480e71
#37710e

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

Split Complementary

#480e71
#69710e
#0e7116

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

Analogous Color

#200e71
#340e71
#480e71
#5c0e71
#700e71

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

#480e71
#71480e
#0e7148

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

#480e71
#71160e
#37710e
#0e6871

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

#480e71
#37710e
#0e7116
#710e69

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 #480e71 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.

#480e71 Color Code Preview on Black Background Color

This is how #480e71 Color will look on black background color. Color contrast ratio is 1.58

#480e71 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #480e71

HTML with inline CSS

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

Your Example Paragraph content text in with font color #480e71

#480e71 color code is use for CSS Background Color

Background color for the above div is #480e71

HTML with inline CSS

<div style="background-color:#480e71;"></div>

#480e71 color code is use for CSS Border Color

CSS Border color for the above div is #480e71

HTML with inline CSS

<div style="border:5px solid #480e71;"></div>

CSS Border Left color for the above div is #480e71

HTML with inline CSS

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

CSS Border Right color for the above div is #480e71

HTML with inline CSS

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

CSS Border Bottom color for the above div is #480e71

HTML with inline CSS

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

CSS Border Top color for the above div is #480e71

HTML with inline CSS

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

#480e71 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#480e71 Color code Preview on White Background

This is how #480e71 Color code will look on white background color. Color contrast ratio is 13.32

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

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