crispedge.com

#c13bd6 hex color - Violet - Warm color - Information

#c13bd6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c13bd6 Color code in RGB color code model is created after adding 75.69% red color, 23.14% green color and 83.92% blue color. Hex #c13bd6 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 72% magenta, 0% yellow and 16% black.

Hex #c13bd6 color code is between #bb33dd web safe hex color code and #cc44cc web safe hex color code. #bb33dd is the nearest web safe color code. You can see here many more shades of #c13bd6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec13bd6#c13bd6
RGB Decimal193, 59, 214rgb(193, 59, 214)
RGB Percent76%, 23%, 84%rgb(76%, 23%, 84%)
CSS RGBa193, 59, 214,1rgba(193,59,214,1)
CMYK Modelcmyk(10%,72%,0%,16%)
HSL Color Space292,65% ,54%hsl(292,65% ,54%)
HSV Color Space292°, 72%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000010011101111010110
Octal30173326
Decimal19359214
Hexc13bd6

Different shades of #c13bd6 color code.

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

Light Shade of #c13bd6
#ce65df
Dark Shade of #c13bd6
#a426b8
Saturated Shade of #c13bd6
#ca2fe2
Desaturated Shade of #c13bd6
#b847ca
Grey scale Shade of #c13bd6
#888888
Brighten Shade
#da54ef
Most Readable Shade
#FFFFFF

Shades of #c13bd6 color code

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

#c13bd6
#ab34be
#962da6
#80278e
#6b2076
#551a5f
#401347
#2a0d2f
#150617
#000000

Similar Color like #c13bd6 color

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

#c23cd7
#c33dd8
#c43ed9
#c53fda
#c640db
#c741dc
#c842dd
#c943de
#ca44df
#cb45e0
#cc46e1
#cd47e2
#ce48e3
#cf49e4
#c03ad5
#bf39d4
#be38d3
#bd37d2
#bc36d1
#bb35d0
#ba34cf
#b933ce
#b832cd
#b731cc
#b630cb
#b52fca
#b42ec9
#b32dc8

Monochromatic Color with #c13bd6

#c13bd6
#010001
#280c2c
#4e1856
#742481
#9b2fab

Tints of #c13bd6 Color

#c13bd6
#c750da
#ce66df
#d57ce3
#dc92e8
#e3a7ec
#eabdf1
#f1d3f5
#f8e9fa
#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

#c13bd6
#50d63b

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

Split Complementary

#c13bd6
#9ed63b
#3bd674

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

Analogous Color

#833bd6
#a23bd6
#c13bd6
#d63bcc
#d63bad

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

#c13bd6
#d6c13b
#3bd6c1

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

#c13bd6
#d6733b
#50d63b
#3b9dd6

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

#c13bd6
#50d63b
#3bd674
#d63b9e

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 #c13bd6 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.

#c13bd6 Color Code Preview on Black Background Color

This is how #c13bd6 Color will look on black background color. Color contrast ratio is 4.86

#c13bd6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c13bd6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c13bd6

#c13bd6 color code is use for CSS Background Color

Background color for the above div is #c13bd6

HTML with inline CSS

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

#c13bd6 color code is use for CSS Border Color

CSS Border color for the above div is #c13bd6

HTML with inline CSS

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

CSS Border Left color for the above div is #c13bd6

HTML with inline CSS

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

CSS Border Right color for the above div is #c13bd6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c13bd6

HTML with inline CSS

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

CSS Border Top color for the above div is #c13bd6

HTML with inline CSS

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

#c13bd6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c13bd6 Color code Preview on White Background

This is how #c13bd6 Color code will look on white background color. Color contrast ratio is 4.32

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

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(193,59,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(80,214,59,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,59,214,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.

< /html>