crispedge.com

Color picker

Loading...

#7263e2 hex color - Blue - Cool color - Information

#7263e2 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #7263e2 Color code in RGB color code model is created after adding 44.71% red color, 38.82% green color and 88.63% blue color. Hex #7263e2 Color code in CMYK color (process color) code model is generated after subtraction of 50% cyan, 56% magenta, 0% yellow and 11% black.

Hex #7263e2 color code is between #7766dd web safe hex color code and #6655ee web safe hex color code. #7766dd is the nearest web safe color code. You can see here many more shades of #7263e2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7263e2#7263e2
RGB Decimal114, 99, 226rgb(114, 99, 226)
RGB Percent45%, 39%, 89%rgb(45%, 39%, 89%)
CSS RGBa114, 99, 226,1rgba(114,99,226,1)
CMYK Modelcmyk(50%,56%,0%,11%)
HSL Color Space247,69% ,64%hsl(247,69% ,64%)
HSV Color Space247°, 56%, 89%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100100110001111100010
Octal162143342
Decimal11499226
Hex7263e2

Different shades of #7263e2 color code.

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

Light Shade of #7263e2
#998eea
Dark Shade of #7263e2
#4b38da
Saturated Shade of #7263e2
#6b5aeb
Desaturated Shade of #7263e2
#796cd9
Grey scale Shade of #7263e2
#a2a2a2
Brighten Shade
#8b7cfb
Most Readable Shade
#FFFFFF

Shades of #7263e2 color code

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

#7263e2
#6558c8
#584daf
#4c4296
#3f377d
#322c64
#26214b
#191632
#0c0b19
#000000

Similar Color like #7263e2 color

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

#7364e3
#7465e4
#7566e5
#7667e6
#7768e7
#7869e8
#796ae9
#7a6bea
#7b6ceb
#7c6dec
#7d6eed
#7e6fee
#7f70ef
#8071f0
#7162e1
#7061e0
#6f60df
#6e5fde
#6d5edd
#6c5ddc
#6b5cdb
#6a5bda
#695ad9
#6859d8
#6758d7
#6657d6
#6556d5
#6455d4

Monochromatic Color with #7263e2

#7263e2
#07060d
#1c1938
#322b62
#473e8d
#5d50b7

Tints of #7263e2 Color

#7263e2
#8174e5
#9185e8
#a197eb
#b0a8ee
#c0b9f2
#d0cbf5
#dfdcf8
#efedfb
#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

#7263e2
#d3e263

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

Split Complementary

#7263e2
#e2b163
#94e263

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

Analogous Color

#6387e2
#636de2
#7263e2
#8b63e2
#a563e2

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

#7263e2
#e27263
#63e272

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

#7263e2
#e26393
#d3e263
#63e2b1

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

#7263e2
#d3e263
#94e263
#b163e2

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 #7263e2 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.

#7263e2 Color Code Preview on Black Background Color

This is how #7263e2 Color will look on black background color. Color contrast ratio is 4.60

#7263e2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7263e2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #7263e2

#7263e2 color code is use for CSS Background Color

Background color for the above div is #7263e2

HTML with inline CSS

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

#7263e2 color code is use for CSS Border Color

CSS Border color for the above div is #7263e2

HTML with inline CSS

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

CSS Border Left color for the above div is #7263e2

HTML with inline CSS

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

CSS Border Right color for the above div is #7263e2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #7263e2

HTML with inline CSS

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

CSS Border Top color for the above div is #7263e2

HTML with inline CSS

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

#7263e2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7263e2 Color code Preview on White Background

This is how #7263e2 Color code will look on white background color. Color contrast ratio is 4.57

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

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(114,99,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(211,226,99,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(114,99,226,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.