crispedge.com

Color picker

Loading...

#8049cc hex color - Blue - Cool color - Information

#8049cc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #8049cc Color code in RGB color code model is created after adding 50.2% red color, 28.63% green color and 80% blue color. Hex #8049cc Color code in CMYK color (process color) code model is generated after subtraction of 37% cyan, 64% magenta, 0% yellow and 20% black.

Hex #8049cc color code is between #8844bb web safe hex color code and #7755dd web safe hex color code. #8844bb is the nearest web safe color code. You can see here many more shades of #8049cc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code8049cc#8049cc
RGB Decimal128, 73, 204rgb(128, 73, 204)
RGB Percent50%, 29%, 80%rgb(50%, 29%, 80%)
CSS RGBa128, 73, 204,1rgba(128,73,204,1)
CMYK Modelcmyk(37%,64%,0%,20%)
HSL Color Space265,56% ,54%hsl(265,56% ,54%)
HSV Color Space265°, 64%, 80%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary100000000100100111001100
Octal200111314
Decimal12873204
Hex8049cc

Different shades of #8049cc color code.

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

Light Shade of #8049cc
#9c71d7
Dark Shade of #8049cc
#6731b1
Saturated Shade of #8049cc
#7e3dd8
Desaturated Shade of #8049cc
#8255c0
Grey scale Shade of #8049cc
#8a8a8a
Brighten Shade
#9962e5
Most Readable Shade
#FFFFFF

Shades of #8049cc color code

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

#8049cc
#7140b5
#63389e
#553088
#472871
#38205a
#2a1844
#1c102d
#0e0816
#000000

Similar Color like #8049cc color

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

#814acd
#824bce
#834ccf
#844dd0
#854ed1
#864fd2
#8750d3
#8851d4
#8952d5
#8a53d6
#8b54d7
#8c55d8
#8d56d9
#8e57da
#7f48cb
#7e47ca
#7d46c9
#7c45c8
#7b44c7
#7a43c6
#7942c5
#7841c4
#7740c3
#763fc2
#753ec1
#743dc0
#733cbf
#723bbe

Monochromatic Color with #8049cc

#8049cc
#9b58f6
#150c22
#301b4c
#4b2b77
#653aa1

Tints of #8049cc Color

#8049cc
#8e5dd1
#9c71d7
#aa85dd
#b899e2
#c6aee8
#d4c2ee
#e2d6f3
#f0eaf9
#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

#8049cc
#95cc49

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

Split Complementary

#8049cc
#ccc149
#54cc49

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

Analogous Color

#4c49cc
#6649cc
#8049cc
#9a49cc
#b449cc

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

#8049cc
#cc8049
#49cc80

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

#8049cc
#cc4953
#95cc49
#49ccc1

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

#8049cc
#95cc49
#54cc49
#c149cc

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 #8049cc 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.

#8049cc Color Code Preview on Black Background Color

This is how #8049cc Color will look on black background color. Color contrast ratio is 3.74

#8049cc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8049cc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #8049cc

#8049cc color code is use for CSS Background Color

Background color for the above div is #8049cc

HTML with inline CSS

<div style="background-color:#8049cc;"></div>

#8049cc color code is use for CSS Border Color

CSS Border color for the above div is #8049cc

HTML with inline CSS

<div style="border:5px solid #8049cc;"></div>

CSS Border Left color for the above div is #8049cc

HTML with inline CSS

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

CSS Border Right color for the above div is #8049cc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #8049cc

HTML with inline CSS

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

CSS Border Top color for the above div is #8049cc

HTML with inline CSS

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

#8049cc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#8049cc Color code Preview on White Background

This is how #8049cc Color code will look on white background color. Color contrast ratio is 5.61

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

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(128,73,204,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(149,204,73,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(128,73,204,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.