crispedge.com

Color picker

Loading...

#53238d hex color - Violet - Cool color - Information

#53238d hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #53238d Color code in RGB color code model is created after adding 32.55% red color, 13.73% green color and 55.29% blue color. Hex #53238d Color code in CMYK color (process color) code model is generated after subtraction of 41% cyan, 75% magenta, 0% yellow and 45% black.

Hex #53238d color code is between #552288 web safe hex color code and #443399 web safe hex color code. #552288 is the nearest web safe color code. You can see here many more shades of #53238d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code53238d#53238d
RGB Decimal83, 35, 141rgb(83, 35, 141)
RGB Percent33%, 14%, 55%rgb(33%, 14%, 55%)
CSS RGBa83, 35, 141,1rgba(83,35,141,1)
CMYK Modelcmyk(41%,75%,0%,45%)
HSL Color Space267,60% ,35%hsl(267,60% ,35%)
HSV Color Space267°, 75%, 55%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary010100110010001110001101
Octal12343215
Decimal8335141
Hex53238d

Different shades of #53238d color code.

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

Light Shade of #53238d
#6b2db6
Dark Shade of #53238d
#3b1964
Saturated Shade of #53238d
#521a96
Desaturated Shade of #53238d
#542c84
Grey scale Shade of #53238d
#585858
Brighten Shade
#6c3ca6
Most Readable Shade
#FFFFFF

Shades of #53238d color code

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

#53238d
#491f7d
#401b6d
#37175e
#2e134e
#240f3e
#1b0b2f
#12071f
#09030f
#000000

Similar Color like #53238d color

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

#54248e
#55258f
#562690
#572791
#582892
#592993
#5a2a94
#5b2b95
#5c2c96
#5d2d97
#5e2e98
#5f2f99
#60309a
#61319b
#52228c
#51218b
#50208a
#4f1f89
#4e1e88
#4d1d87
#4c1c86
#4b1b85
#4a1a84
#491983
#481882
#471781
#461680
#45157f

Monochromatic Color with #53238d

#53238d
#6c2eb7
#8538e2
#08030d
#210e38
#3a1862

Tints of #53238d Color

#53238d
#663b99
#7953a6
#8c6cb3
#9f84bf
#b29dcc
#c5b5d9
#d8cee5
#ebe6f2
#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

#53238d
#5d8d23

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

Split Complementary

#53238d
#8d8823
#288d23

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

Analogous Color

#29238d
#3e238d
#53238d
#68238d
#7d238d

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

#53238d
#8d5323
#238d53

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

#53238d
#8d2328
#5d8d23
#238d88

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

#53238d
#5d8d23
#288d23
#88238d

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 #53238d 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.

#53238d Color Code Preview on Black Background Color

This is how #53238d Color will look on black background color. Color contrast ratio is 1.99

#53238d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53238d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #53238d

#53238d color code is use for CSS Background Color

Background color for the above div is #53238d

HTML with inline CSS

<div style="background-color:#53238d;"></div>

#53238d color code is use for CSS Border Color

CSS Border color for the above div is #53238d

HTML with inline CSS

<div style="border:5px solid #53238d;"></div>

CSS Border Left color for the above div is #53238d

HTML with inline CSS

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

CSS Border Right color for the above div is #53238d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #53238d

HTML with inline CSS

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

CSS Border Top color for the above div is #53238d

HTML with inline CSS

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

#53238d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#53238d Color code Preview on White Background

This is how #53238d Color code will look on white background color. Color contrast ratio is 10.54

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

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(83,35,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,141,35,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(83,35,141,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.