Skip to main content Skip to docs navigation

#cb30ea hex color | Download Dark Violet BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Apple II Magenta and its hex is #DC41F1 Nearest Color Name

Color Hue/Base color: Violet

Hex #cb30ea Color code in RGB color code model is created after adding 79.61% red color, 18.82% green color and 91.76% blue color. Hex #cb30ea Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 79% magenta, 0% yellow and 8.24% black.

Hex #cb30ea color code is between #cc33ee web safe hex color code and #bb22dd web safe hex color code. #cc33ee is the nearest web safe color code. You can see here many more shades of #cb30ea color code.

RGB Chart

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

Color Table

Hex Color Code cb30ea #cb30ea
RGB Decimal 203, 48, 234 203, 48, 234
RGB Percent 80%, 19%, 92% rgb(80%, 19%, 92%)
CSS RGBa 203, 48, 234,1 rgba(203,48,234,1)
CMYK Model cmyk(13%,79%,0%,8.24%)
HSL Color Space 290,82% ,55% hsl(290,82% ,55%)
HSV Color Space 290°, 79%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 00110000 11101010
Octal 313 60 352
Decimal 203 48 234
Hex cb 30 ea

Different shades of #cb30ea color code.

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

Darkest of #cb30ea
#640c75
Darker of #cb30ea
#8b11a3
Dark of #cb30ea
#b215d2
Base of #cb30ea
#cb30ea
Light of #cb30ea
#d75eef
Lighter
#e28df3
Lightest
#eebbf8

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

#cb30ea
#4fea30

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

Split Complementary

#cb30ea
#acea30
#30ea6e

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

Analogous Color

#5e30ea
#7d30ea
#cb30ea
#ea30cb
#ea307d

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

#cb30ea
#30eacb
#eacb30

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

#cb30ea
#eacb30
#4fea30
#304fea

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#cb30ea
#ea6e30
#4fea30
#30acea

Square 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).

Monochromatic Color with #cb30ea

#3c0747
#640c75
#8b11a3
#b215d2
#cb30ea
#d75eef
#e28df3
#eebbf8
#fae9fd

Tints of #cb30ea Color

#cb30ea
#d047ec
#d65eee
#dc75f1
#e28cf3
#e7a3f5
#edbaf8
#f3d1fa
#f9e8fc
#ffffff

Shades of #cb30ea color code

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

#cb30ea
#b42ad0
#9d25b6
#87209c
#701a82
#5a1568
#43104e
#2d0a34
#16051a
#000000

Tones

#cb30ea
#bc47d3
#ad5ebc
#9d74a6
#8e8b8f

Tones

Similar Color like #cb30ea color

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

#cc31eb
#cd32ec
#ce33ed
#cf34ee
#d035ef
#d136f0
#d237f1
#d338f2
#d439f3
#d53af4
#d63bf5
#d73cf6
#d83df7
#d93ef8
#ca2fe9
#c92ee8
#c82de7
#c72ce6
#c62be5
#c52ae4
#c429e3
#c328e2
#c227e1
#c126e0
#c025df
#bf24de
#be23dd
#bd22dc

Download this Dark Violet

Hex #cb30ea 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.

#cb30ea Color Code Preview on Black Background Color

This is how #cb30ea Color will look on black background color. Color contrast ratio is 5.15

#cb30ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb30ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb30ea

#cb30ea color code is use for CSS Background Color

Background color for the above div is #cb30ea

HTML with inline CSS

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

#cb30ea color code is use for CSS Border Color

CSS Border color for the above div is #cb30ea

HTML with inline CSS

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

CSS Border Left color for the above div is #cb30ea

HTML with inline CSS

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

CSS Border Right color for the above div is #cb30ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb30ea

HTML with inline CSS

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

CSS Border Top color for the above div is #cb30ea

HTML with inline CSS

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

#cb30ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb30ea Color code Preview on White Background

This is how #cb30ea Color code will look on white background color. Color contrast ratio is 4.08

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(203,48,234,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,234,48,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,48,234,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }