@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#714dc0 hex color - Blue - Cool color - Information

#714dc0 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #714dc0 Color code in RGB color code model is created after adding 44.31% red color, 30.2% green color and 75.29% blue color. Hex #714dc0 Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 60% magenta, 0% yellow and 24.71% black.

Hex #714dc0 color code is between #7755bb web safe hex color code and #6644cc web safe hex color code. #7755bb is the nearest web safe color code. You can see here many more shades of #714dc0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code 714dc0 #714dc0
RGB Decimal 113, 77, 192 rgb(113, 77, 192)
RGB Percent 44%, 30%, 75% rgb(44%, 30%, 75%)
CSS RGBa 113, 77, 192,1 rgba(113,77,192,1)
CMYK Model cmyk(41%,60%,0%,24.71%)
HSL Color Space 259,48% ,53% hsl(259,48% ,53%)
HSV Color Space 259°, 60%, 75%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 01110001 01001101 11000000
Octal 161 115 300
Decimal 113 77 192
Hex 71 4d c0

Different shades of #714dc0 color code.

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

Light Shade of #714dc0
#8f73cd
Dark Shade of #714dc0
#5a39a1
Saturated Shade of #714dc0
#6c41cc
Desaturated Shade of #714dc0
#7559b4
Grey scale Shade of #714dc0
#868686
Brighten Shade
#8a66d9
Most Readable Shade
#FFFFFF

Shades of #714dc0 color code

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

#714dc0
#6444aa
#573b95
#4b3380
#3e2a6a
#322255
#251940
#19112a
#0c0815
#000000

Similar Color like #714dc0 color

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

#724ec1
#734fc2
#7450c3
#7551c4
#7652c5
#7753c6
#7854c7
#7955c8
#7a56c9
#7b57ca
#7c58cb
#7d59cc
#7e5acd
#7f5bce
#704cbf
#6f4bbe
#6e4abd
#6d49bc
#6c48bb
#6b47ba
#6a46b9
#6945b8
#6844b7
#6743b6
#6642b5
#6541b4
#6440b3
#633fb2

Monochromatic Color with #714dc0

#714dc0
#8a5eea
#0d0916
#261a40
#3f2b6b
#583c95

Tints of #714dc0 Color

#714dc0
#8060c7
#9074ce
#a088d5
#b09cdc
#bfafe3
#cfc3ea
#dfd7f1
#efebf8
#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

#714dc0
#9cc04d

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

Split Complementary

#714dc0
#c0ab4d
#62c04d

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

Analogous Color

#4d57c0
#5a4dc0
#714dc0
#884dc0
#9f4dc0

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

#714dc0
#c0714d
#4dc071

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

#714dc0
#c04d62
#9cc04d
#4dc0aa

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

#714dc0
#9cc04d
#62c04d
#ab4dc0

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 #714dc0 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.

#714dc0 Color Code Preview on Black Background Color

This is how #714dc0 Color will look on black background color. Color contrast ratio is 3.52

#714dc0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #714dc0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #714dc0

#714dc0 color code is use for CSS Background Color

Background color for the above div is #714dc0

HTML with inline CSS

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

#714dc0 color code is use for CSS Border Color

CSS Border color for the above div is #714dc0

HTML with inline CSS

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

CSS Border Left color for the above div is #714dc0

HTML with inline CSS

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

CSS Border Right color for the above div is #714dc0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #714dc0

HTML with inline CSS

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

CSS Border Top color for the above div is #714dc0

HTML with inline CSS

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

#714dc0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#714dc0 Color code Preview on White Background

This is how #714dc0 Color code will look on white background color. Color contrast ratio is 5.96

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

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(113,77,192,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,192,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(113,77,192,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.