Skip to main content Skip to docs navigation

#cb28ed 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 Promiscuous Pink and its hex is #BB11EE Nearest Color Name

Color Hue/Base color: Violet

Hex #cb28ed Color code in RGB color code model is created after adding 79.61% red color, 15.69% green color and 92.94% blue color. Hex #cb28ed Color code in CMYK color (process color) code model is generated after subtraction of 14% cyan, 83% magenta, 0% yellow and 7.06% black.

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

RGB Chart

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

Color Table

Hex Color Code cb28ed #cb28ed
RGB Decimal 203, 40, 237 203, 40, 237
RGB Percent 80%, 16%, 93% rgb(80%, 16%, 93%)
CSS RGBa 203, 40, 237,1 rgba(203,40,237,1)
CMYK Model cmyk(14%,83%,0%,7.06%)
HSL Color Space 290,85% ,54% hsl(290,85% ,54%)
HSV Color Space 290°, 83%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 00101000 11101101
Octal 313 50 355
Decimal 203 40 237
Hex cb 28 ed

Different shades of #cb28ed color code.

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

Darkest of #cb28ed
#600a72
Darker of #cb28ed
#880ea1
Dark of #cb28ed
#b011d1
Base of #cb28ed
#cb28ed
Light of #cb28ed
#d657f1
Lighter
#e286f5
Lightest
#edb5f9

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

#cb28ed
#4aed28

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

Split Complementary

#cb28ed
#aded28
#28ed68

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

Analogous Color

#5828ed
#7928ed
#cb28ed
#ed28cd
#ed287b

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

#cb28ed
#28edcb
#edcb28

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

#cb28ed
#edcb28
#4aed28
#284aed

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

#cb28ed
#ed6828
#4aed28
#28aded

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 #cb28ed

#390643
#600a72
#880ea1
#b011d1
#cb28ed
#d657f1
#e286f5
#edb5f9
#f9e4fd

Tints of #cb28ed Color

#cb28ed
#d03fef
#d657f1
#dc6ff3
#e287f5
#e79ff7
#edb7f9
#f3cffb
#f9e7fd
#ffffff

Shades of #cb28ed color code

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

#cb28ed
#b423d2
#9d1fb8
#871a9e
#701683
#5a1169
#430d4f
#2d0834
#16041a
#000000

Tones

#cb28ed
#bc3fd6
#ac57be
#9d6ea7
#8e8590

Tones

Similar Color like #cb28ed color

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

#cc29ee
#cd2aef
#ce2bf0
#cf2cf1
#d02df2
#d12ef3
#d22ff4
#d330f5
#d431f6
#d532f7
#d633f8
#d734f9
#d835fa
#d936fb
#ca27ec
#c926eb
#c825ea
#c724e9
#c623e8
#c522e7
#c421e6
#c320e5
#c21fe4
#c11ee3
#c01de2
#bf1ce1
#be1be0
#bd1adf

Download this Dark Violet

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

#cb28ed Color Code Preview on Black Background Color

This is how #cb28ed Color will look on black background color. Color contrast ratio is 5.07

#cb28ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb28ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb28ed

#cb28ed color code is use for CSS Background Color

Background color for the above div is #cb28ed

HTML with inline CSS

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

#cb28ed color code is use for CSS Border Color

CSS Border color for the above div is #cb28ed

HTML with inline CSS

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

CSS Border Left color for the above div is #cb28ed

HTML with inline CSS

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

CSS Border Right color for the above div is #cb28ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb28ed

HTML with inline CSS

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

CSS Border Top color for the above div is #cb28ed

HTML with inline CSS

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

#cb28ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb28ed Color code Preview on White Background

This is how #cb28ed Color code will look on white background color. Color contrast ratio is 4.15

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

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,40,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(74,237,40,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(203,40,237,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }