crispedge.com

Color picker

Loading...

#7760ea hex color - Blue - Cool color - Information

#7760ea hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #7760ea Color code in RGB color code model is created after adding 46.67% red color, 37.65% green color and 91.76% blue color. Hex #7760ea Color code in CMYK color (process color) code model is generated after subtraction of 49% cyan, 59% magenta, 0% yellow and 8% black.

Hex #7760ea color code is between #6666ee web safe hex color code and #8855dd web safe hex color code. #6666ee is the nearest web safe color code. You can see here many more shades of #7760ea color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7760ea#7760ea
RGB Decimal119, 96, 234rgb(119, 96, 234)
RGB Percent47%, 38%, 92%rgb(47%, 38%, 92%)
CSS RGBa119, 96, 234,1rgba(119,96,234,1)
CMYK Modelcmyk(49%,59%,0%,8%)
HSL Color Space250,77% ,65%hsl(250,77% ,65%)
HSV Color Space250°, 59%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011101110110000011101010
Octal167140352
Decimal11996234
Hex7760ea

Different shades of #7760ea color code.

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

Light Shade of #7760ea
#9e8df0
Dark Shade of #7760ea
#5033e4
Saturated Shade of #7760ea
#7157f3
Desaturated Shade of #7760ea
#7d69e1
Grey scale Shade of #7760ea
#a5a5a5
Brighten Shade
#9079ff
Most Readable Shade
#FFFFFF

Shades of #7760ea color code

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

#7760ea
#6955d0
#5c4ab6
#4f409c
#423582
#342a68
#27204e
#1a1534
#0d0a1a
#000000

Similar Color like #7760ea color

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

#7861eb
#7962ec
#7a63ed
#7b64ee
#7c65ef
#7d66f0
#7e67f1
#7f68f2
#8069f3
#816af4
#826bf5
#836cf6
#846df7
#856ef8
#765fe9
#755ee8
#745de7
#735ce6
#725be5
#715ae4
#7059e3
#6f58e2
#6e57e1
#6d56e0
#6c55df
#6b54de
#6a53dd
#6952dc

Monochromatic Color with #7760ea

#7760ea
#0b0915
#211a40
#362c6a
#4c3d95
#614fbf

Tints of #7760ea Color

#7760ea
#8671ec
#9583ee
#a495f1
#b3a6f3
#c2b8f5
#d1caf8
#e0dbfa
#efedfc
#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

#7760ea
#d3ea60

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

Split Complementary

#7760ea
#eabc60
#8eea60

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

Analogous Color

#6080ea
#6065ea
#7760ea
#9360ea
#ae60ea

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

#7760ea
#ea7760
#60ea77

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

#7760ea
#ea608e
#d3ea60
#60eabc

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

#7760ea
#d3ea60
#8eea60
#bc60ea

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 #7760ea 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.

#7760ea Color Code Preview on Black Background Color

This is how #7760ea Color will look on black background color. Color contrast ratio is 4.65

#7760ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7760ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7760ea

#7760ea color code is use for CSS Background Color

Background color for the above div is #7760ea

HTML with inline CSS

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

#7760ea color code is use for CSS Border Color

CSS Border color for the above div is #7760ea

HTML with inline CSS

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

CSS Border Left color for the above div is #7760ea

HTML with inline CSS

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

CSS Border Right color for the above div is #7760ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7760ea

HTML with inline CSS

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

CSS Border Top color for the above div is #7760ea

HTML with inline CSS

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

#7760ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7760ea Color code Preview on White Background

This is how #7760ea Color code will look on white background color. Color contrast ratio is 4.52

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

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(119,96,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,234,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(119,96,234,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.