crispedge.com

Color picker

Loading...

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

#7263ca hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #7263ca Color code in RGB color code model is created after adding 44.71% red color, 38.82% green color and 79.22% blue color. Hex #7263ca Color code in CMYK color (process color) code model is generated after subtraction of 44% cyan, 51% magenta, 0% yellow and 21% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7263ca#7263ca
RGB Decimal114, 99, 202rgb(114, 99, 202)
RGB Percent45%, 39%, 79%rgb(45%, 39%, 79%)
CSS RGBa114, 99, 202,1rgba(114,99,202,1)
CMYK Modelcmyk(44%,51%,0%,21%)
HSL Color Space249,49% ,59%hsl(249,49% ,59%)
HSV Color Space249°, 51%, 79%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100100110001111001010
Octal162143312
Decimal11499202
Hex7263ca

Different shades of #7263ca color code.

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

Light Shade of #7263ca
#9489d7
Dark Shade of #7263ca
#513fbb
Saturated Shade of #7263ca
#6b59d4
Desaturated Shade of #7263ca
#796dc0
Grey scale Shade of #7263ca
#969696
Brighten Shade
#8b7ce3
Most Readable Shade
#FFFFFF

Shades of #7263ca color code

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

#7263ca
#6558b3
#584d9d
#4c4286
#3f3770
#322c59
#262143
#19162c
#0c0b16
#000000

Similar Color like #7263ca color

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

#7364cb
#7465cc
#7566cd
#7667ce
#7768cf
#7869d0
#796ad1
#7a6bd2
#7b6cd3
#7c6dd4
#7d6ed5
#7e6fd6
#7f70d7
#8071d8
#7162c9
#7061c8
#6f60c7
#6e5fc6
#6d5ec5
#6c5dc4
#6b5cc3
#6a5bc2
#695ac1
#6859c0
#6758bf
#6657be
#6556bd
#6455bc

Monochromatic Color with #7263ca

#7263ca
#8a78f4
#121020
#2a254a
#423975
#5a4e9f

Tints of #7263ca Color

#7263ca
#8174cf
#9185d5
#a197db
#b0a8e1
#c0b9e7
#d0cbed
#dfdcf3
#efedf9
#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

#7263ca
#bbca63

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

Split Complementary

#7263ca
#caa563
#88ca63

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

Analogous Color

#637dca
#6369ca
#7263ca
#8763ca
#9b63ca

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

#7263ca
#ca7263
#63ca72

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

#7263ca
#ca6387
#bbca63
#63caa5

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

#7263ca
#bbca63
#88ca63
#a563ca

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

#7263ca Color Code Preview on Black Background Color

This is how #7263ca Color will look on black background color. Color contrast ratio is 4.35

#7263ca in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7263ca color code is use for CSS Background Color

Background color for the above div is #7263ca

HTML with inline CSS

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

#7263ca color code is use for CSS Border Color

CSS Border color for the above div is #7263ca

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7263ca hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7263ca Color code Preview on White Background

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

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

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