crispedge.com

Color picker

Loading...

#7338ea hex color - Violet - Cool color - Information

#7338ea hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #7338ea Color code in RGB color code model is created after adding 45.1% red color, 21.96% green color and 91.76% blue color. Hex #7338ea Color code in CMYK color (process color) code model is generated after subtraction of 51% cyan, 76% magenta, 0% yellow and 8% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code7338ea#7338ea
RGB Decimal115, 56, 234rgb(115, 56, 234)
RGB Percent45%, 22%, 92%rgb(45%, 22%, 92%)
CSS RGBa115, 56, 234,1rgba(115,56,234,1)
CMYK Modelcmyk(51%,76%,0%,8%)
HSL Color Space260,81% ,57%hsl(260,81% ,57%)
HSV Color Space260°, 76%, 92%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary011100110011100011101010
Octal16370352
Decimal11556234
Hex7338ea

Different shades of #7338ea color code.

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

Light Shade of #7338ea
#9366ef
Dark Shade of #7338ea
#5717d8
Saturated Shade of #7338ea
#6f2df5
Desaturated Shade of #7338ea
#7743df
Grey scale Shade of #7338ea
#919191
Brighten Shade
#8c51ff
Most Readable Shade
#FFFFFF

Shades of #7338ea color code

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

#7338ea
#6631d0
#592bb6
#4c259c
#3f1f82
#331868
#26124e
#190c34
#0c061a
#000000

Similar Color like #7338ea color

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

#7439eb
#753aec
#763bed
#773cee
#783def
#793ef0
#7a3ff1
#7b40f2
#7c41f3
#7d42f4
#7e43f5
#7f44f6
#8045f7
#8146f8
#7237e9
#7136e8
#7035e7
#6f34e6
#6e33e5
#6d32e4
#6c31e3
#6b30e2
#6a2fe1
#692ee0
#682ddf
#672cde
#662bdd
#652adc

Monochromatic Color with #7338ea

#7338ea
#0b0515
#1f0f40
#34196a
#492495
#5e2ebf

Tints of #7338ea Color

#7338ea
#824eec
#9264ee
#a17af1
#b190f3
#c0a6f5
#d0bcf8
#dfd2fa
#efe8fc
#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

#7338ea
#afea38

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

Split Complementary

#7338ea
#eacc38
#56ea38

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

Analogous Color

#3844ea
#4f38ea
#7338ea
#9738ea
#ba38ea

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

#7338ea
#ea7338
#38ea73

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

#7338ea
#ea3856
#afea38
#38eacc

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

#7338ea
#afea38
#56ea38
#cc38ea

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

#7338ea Color Code Preview on Black Background Color

This is how #7338ea Color will look on black background color. Color contrast ratio is 3.48

#7338ea in use for CSS Font/Text Color

HTML with inline CSS

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

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

HTML with inline CSS

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

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

#7338ea color code is use for CSS Background Color

Background color for the above div is #7338ea

HTML with inline CSS

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

#7338ea color code is use for CSS Border Color

CSS Border color for the above div is #7338ea

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

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

HTML with inline CSS

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

#7338ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#7338ea Color code Preview on White Background

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

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

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(115,56,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(175,234,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(115,56,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.