Skip to main content Skip to docs navigation

#cb89ea hex color | Download Light Blue 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 Dream Vapor and its hex is #CC99EE Nearest Color Name

Color Hue/Base color: Blue

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

Hex #cb89ea color code is between #cc88ee web safe hex color code and #bb99dd web safe hex color code. #cc88ee is the nearest web safe color code. You can see here many more shades of #cb89ea color code.

RGB Chart

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

Color Table

Hex Color Code cb89ea #cb89ea
RGB Decimal 203, 137, 234 203, 137, 234
RGB Percent 80%, 54%, 92% rgb(80%, 54%, 92%)
CSS RGBa 203, 137, 234,1 rgba(203,137,234,1)
CMYK Model cmyk(13%,41%,0%,8.24%)
HSL Color Space 281,70% ,73% hsl(281,70% ,73%)
HSV Color Space 281°, 41%, 92%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 11001011 10001001 11101010
Octal 313 211 352
Decimal 203 137 234
Hex cb 89 ea

Different shades of #cb89ea color code.

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

Darkest of #cb89ea
#8821b9
Darker of #cb89ea
#a532db
Dark of #cb89ea
#b85ee2
Base of #cb89ea
#cb89ea
Light of #cb89ea
#deb4f2
Lighter
#f1e0f9
Lightest
#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

#cb89ea
#a8ea89

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

Split Complementary

#cb89ea
#d9ea89
#89ea9b

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

Analogous Color

#9289ea
#a389ea
#cb89ea
#ea89e9
#ea89c0

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

#cb89ea
#89eacb
#eacb89

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

#cb89ea
#eacb89
#a8ea89
#89a8ea

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

#cb89ea
#ea9b89
#a8ea89
#89d9ea

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

#69198e
#8821b9
#a532db
#b85ee2
#cb89ea
#deb4f2
#f1e0f9
#ffffff
#ffffff

Tints of #cb89ea Color

#cb89ea
#d096ec
#d6a3ee
#dcb0f1
#e2bdf3
#e7caf5
#edd7f8
#f3e4fa
#f9f1fc
#ffffff

Shades of #cb89ea color code

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

#cb89ea
#b479d0
#9d6ab6
#875b9c
#704c82
#5a3c68
#432d4e
#2d1e34
#160f1a
#000000

Tones

#cb89ea
#c697dc
#c1a5ce
#bcb3c0
#bababa

Tones

Similar Color like #cb89ea color

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

#cc8aeb
#cd8bec
#ce8ced
#cf8dee
#d08eef
#d18ff0
#d290f1
#d391f2
#d492f3
#d593f4
#d694f5
#d795f6
#d896f7
#d997f8
#ca88e9
#c987e8
#c886e7
#c785e6
#c684e5
#c583e4
#c482e3
#c381e2
#c280e1
#c17fe0
#c07edf
#bf7dde
#be7cdd
#bd7bdc

Download this Light Blue

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

#cb89ea Color Code Preview on Black Background Color

This is how #cb89ea Color will look on black background color. Color contrast ratio is 8.31

#cb89ea in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb89ea

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb89ea

#cb89ea color code is use for CSS Background Color

Background color for the above div is #cb89ea

HTML with inline CSS

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

#cb89ea color code is use for CSS Border Color

CSS Border color for the above div is #cb89ea

HTML with inline CSS

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

CSS Border Left color for the above div is #cb89ea

HTML with inline CSS

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

CSS Border Right color for the above div is #cb89ea

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb89ea

HTML with inline CSS

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

CSS Border Top color for the above div is #cb89ea

HTML with inline CSS

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

#cb89ea hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb89ea Color code Preview on White Background

This is how #cb89ea Color code will look on white background color. Color contrast ratio is 2.53

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

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