Skip to main content Skip to docs navigation

#cb74ed 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 Fake Love and its hex is #CC77EE Nearest Color Name

Color Hue/Base color: Violet

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

Hex #cb74ed color code is between #cc77ee web safe hex color code and #bb66dd web safe hex color code. #cc77ee is the nearest web safe color code. You can see here many more shades of #cb74ed color code.

RGB Chart

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

Color Table

Hex Color Code cb74ed #cb74ed
RGB Decimal 203, 116, 237 203, 116, 237
RGB Percent 80%, 45%, 93% rgb(80%, 45%, 93%)
CSS RGBa 203, 116, 237,1 rgba(203,116,237,1)
CMYK Model cmyk(14%,51%,0%,7.06%)
HSL Color Space 283,77% ,69% hsl(283,77% ,69%)
HSV Color Space 283°, 51%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 01110100 11101101
Octal 313 164 355
Decimal 203 116 237
Hex cb 74 ed

Different shades of #cb74ed color code.

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

Darkest of #cb74ed
#8617b1
Darker of #cb74ed
#a81dde
Dark of #cb74ed
#ba47e7
Base of #cb74ed
#cb74ed
Light of #cb74ed
#dca1f3
Lighter
#edcef9
Lightest
#fefbff

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

#cb74ed
#96ed74

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

Split Complementary

#cb74ed
#d3ed74
#74ed8f

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

Analogous Color

#8474ed
#9974ed
#cb74ed
#ed74e7
#ed74b4

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

#cb74ed
#74edcb
#edcb74

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

#cb74ed
#edcb74
#96ed74
#7496ed

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

#cb74ed
#ed8f74
#96ed74
#74d3ed

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

#641184
#8617b1
#a81dde
#ba47e7
#cb74ed
#dca1f3
#edcef9
#fefbff
#ffffff

Tints of #cb74ed Color

#cb74ed
#d083ef
#d692f1
#dca2f3
#e2b1f5
#e7c1f7
#edd0f9
#f3e0fb
#f9effd
#ffffff

Shades of #cb74ed color code

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

#cb74ed
#b467d2
#9d5ab8
#874d9e
#704083
#5a3369
#43264f
#2d1934
#160c1a
#000000

Tones

#cb74ed
#c484dd
#bd93ce
#b6a3be
#b1b1b1

Tones

Similar Color like #cb74ed color

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

#cc75ee
#cd76ef
#ce77f0
#cf78f1
#d079f2
#d17af3
#d27bf4
#d37cf5
#d47df6
#d57ef7
#d67ff8
#d780f9
#d881fa
#d982fb
#ca73ec
#c972eb
#c871ea
#c770e9
#c66fe8
#c56ee7
#c46de6
#c36ce5
#c26be4
#c16ae3
#c069e2
#bf68e1
#be67e0
#bd66df

Download this Dark Violet

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

#cb74ed Color Code Preview on Black Background Color

This is how #cb74ed Color will look on black background color. Color contrast ratio is 7.26

#cb74ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb74ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb74ed

#cb74ed color code is use for CSS Background Color

Background color for the above div is #cb74ed

HTML with inline CSS

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

#cb74ed color code is use for CSS Border Color

CSS Border color for the above div is #cb74ed

HTML with inline CSS

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

CSS Border Left color for the above div is #cb74ed

HTML with inline CSS

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

CSS Border Right color for the above div is #cb74ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb74ed

HTML with inline CSS

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

CSS Border Top color for the above div is #cb74ed

HTML with inline CSS

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

#cb74ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb74ed Color code Preview on White Background

This is how #cb74ed Color code will look on white background color. Color contrast ratio is 2.89

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

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