crispedge.com

Color picker

Loading...

#7954ae hex color - Violet - Cool color - Information

#7954ae hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7954ae Color code in RGB color code model is created after adding 47.45% red color, 32.94% green color and 68.24% blue color. Hex #7954ae Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 52% magenta, 0% yellow and 32% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7954ae#7954ae
RGB Decimal121, 84, 174rgb(121, 84, 174)
RGB Percent47%, 33%, 68%rgb(47%, 33%, 68%)
CSS RGBa121, 84, 174,1rgba(121,84,174,1)
CMYK Modelcmyk(30%,52%,0%,32%)
HSL Color Space265,36% ,51%hsl(265,36% ,51%)
HSV Color Space265°, 52%, 68%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011110010101010010101110
Octal171124256
Decimal12184174
Hex7954ae

Different shades of #7954ae color code.

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

Light Shade of #7954ae
#9477be
Dark Shade of #7954ae
#61438c
Saturated Shade of #7954ae
#7747bb
Desaturated Shade of #7954ae
#7b61a1
Grey scale Shade of #7954ae
#818181
Brighten Shade
#926dc7
Most Readable Shade
#FFFFFF

Shades of #7954ae color code

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

#7954ae
#6b4a9a
#5e4187
#503874
#432e60
#35254d
#281c3a
#1a1226
#0d0913
#000000

Similar Color like #7954ae color

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

#7a55af
#7b56b0
#7c57b1
#7d58b2
#7e59b3
#7f5ab4
#805bb5
#815cb6
#825db7
#835eb8
#845fb9
#8560ba
#8661bb
#8762bc
#7853ad
#7752ac
#7651ab
#7550aa
#744fa9
#734ea8
#724da7
#714ca6
#704ba5
#6f4aa4
#6e49a3
#6d48a2
#6c47a1
#6b46a0

Monochromatic Color with #7954ae

#7954ae
#9769d8
#030204
#20162e
#3e2b59
#5b3f83

Tints of #7954ae Color

#7954ae
#8767b7
#967ac0
#a58dc9
#b4a0d2
#c3b3db
#d2c6e4
#e1d9ed
#f0ecf6
#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

#7954ae
#89ae54

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

Split Complementary

#7954ae
#aea654
#5cae54

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

Analogous Color

#5554ae
#6754ae
#7954ae
#8b54ae
#9d54ae

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

#7954ae
#ae7954
#54ae79

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

#7954ae
#ae545c
#89ae54
#54aea6

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

#7954ae
#89ae54
#5cae54
#a654ae

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 #7954ae 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.

#7954ae Color Code Preview on Black Background Color

This is how #7954ae Color will look on black background color. Color contrast ratio is 3.69

#7954ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7954ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7954ae

#7954ae color code is use for CSS Background Color

Background color for the above div is #7954ae

HTML with inline CSS

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

#7954ae color code is use for CSS Border Color

CSS Border color for the above div is #7954ae

HTML with inline CSS

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

CSS Border Left color for the above div is #7954ae

HTML with inline CSS

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

CSS Border Right color for the above div is #7954ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7954ae

HTML with inline CSS

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

CSS Border Top color for the above div is #7954ae

HTML with inline CSS

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

#7954ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7954ae Color code Preview on White Background

This is how #7954ae Color code will look on white background color. Color contrast ratio is 5.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 #7954ae; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #7954ae; }

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(121,84,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(137,174,84,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(121,84,174,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.