crispedge.com

Color picker

Loading...

#ac74eb hex color - Blue - Cool color - Information

#ac74eb hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #ac74eb Color code in RGB color code model is created after adding 67.45% red color, 45.49% green color and 92.16% blue color. Hex #ac74eb Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 51% magenta, 0% yellow and 8% black.

Hex #ac74eb color code is between #aa77ee web safe hex color code and #bb66dd web safe hex color code. #aa77ee is the nearest web safe color code. You can see here many more shades of #ac74eb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac74eb#ac74eb
RGB Decimal172, 116, 235rgb(172, 116, 235)
RGB Percent67%, 45%, 92%rgb(67%, 45%, 92%)
CSS RGBa172, 116, 235,1rgba(172,116,235,1)
CMYK Modelcmyk(27%,51%,0%,8%)
HSL Color Space268,75% ,69%hsl(268,75% ,69%)
HSV Color Space268°, 51%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011000111010011101011
Octal254164353
Decimal172116235
Hexac74eb

Different shades of #ac74eb color code.

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

Light Shade of #ac74eb
#c7a1f1
Dark Shade of #ac74eb
#9147e5
Saturated Shade of #ac74eb
#ac6cf3
Desaturated Shade of #ac74eb
#ac7ce3
Grey scale Shade of #ac74eb
#afafaf
Brighten Shade
#c58dff
Most Readable Shade
#000000

Shades of #ac74eb color code

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

#ac74eb
#9867d0
#855ab6
#724d9c
#5f4082
#4c3368
#39264e
#261934
#130c1a
#000000

Similar Color like #ac74eb color

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

#ad75ec
#ae76ed
#af77ee
#b078ef
#b179f0
#b27af1
#b37bf2
#b47cf3
#b57df4
#b67ef5
#b77ff6
#b880f7
#b981f8
#ba82f9
#ab73ea
#aa72e9
#a971e8
#a870e7
#a76fe6
#a66ee5
#a56de4
#a46ce3
#a36be2
#a26ae1
#a169e0
#a068df
#9f67de
#9e66dd

Monochromatic Color with #ac74eb

#ac74eb
#100b16
#302041
#4f356b
#6e4a96
#8d5fc0

Tints of #ac74eb Color

#ac74eb
#b583ed
#be92ef
#c7a2f1
#d0b1f3
#dac1f6
#e3d0f8
#ece0fa
#f5effc
#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

#ac74eb
#b3eb74

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

Split Complementary

#ac74eb
#ebe874
#77eb74

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

Analogous Color

#7c74eb
#9474eb
#ac74eb
#c474eb
#dc74eb

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

#ac74eb
#ebac74
#74ebac

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

#ac74eb
#eb7477
#b3eb74
#74ebe7

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

#ac74eb
#b3eb74
#77eb74
#e874eb

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 #ac74eb 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.

#ac74eb Color Code Preview on Black Background Color

This is how #ac74eb Color will look on black background color. Color contrast ratio is 6.45

#ac74eb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac74eb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac74eb

#ac74eb color code is use for CSS Background Color

Background color for the above div is #ac74eb

HTML with inline CSS

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

#ac74eb color code is use for CSS Border Color

CSS Border color for the above div is #ac74eb

HTML with inline CSS

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

CSS Border Left color for the above div is #ac74eb

HTML with inline CSS

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

CSS Border Right color for the above div is #ac74eb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac74eb

HTML with inline CSS

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

CSS Border Top color for the above div is #ac74eb

HTML with inline CSS

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

#ac74eb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac74eb Color code Preview on White Background

This is how #ac74eb Color code will look on white background color. Color contrast ratio is 3.25

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

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(172,116,235,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(179,235,116,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,116,235,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.