crispedge.com

Color picker

Loading...

#cb75c1 hex color - Violet - Warm color - Information

#cb75c1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #cb75c1 Color code in RGB color code model is created after adding 79.61% red color, 45.88% green color and 75.69% blue color. Hex #cb75c1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 5% yellow and 20% black.

Hex #cb75c1 color code is between #cc77bb web safe hex color code and #bb66cc web safe hex color code. #cc77bb is the nearest web safe color code. You can see here many more shades of #cb75c1 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codecb75c1#cb75c1
RGB Decimal203, 117, 193rgb(203, 117, 193)
RGB Percent80%, 46%, 76%rgb(80%, 46%, 76%)
CSS RGBa203, 117, 193,1rgba(203,117,193,1)
CMYK Modelcmyk(0%,42%,5%,20%)
HSL Color Space307,45% ,63%hsl(307,45% ,63%)
HSV Color Space307°, 42%, 80%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110010110111010111000001
Octal313165301
Decimal203117193
Hexcb75c1

Different shades of #cb75c1 color code.

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

Light Shade of #cb75c1
#d99ad2
Dark Shade of #cb75c1
#bd50b0
Saturated Shade of #cb75c1
#d46bc8
Desaturated Shade of #cb75c1
#c17eba
Grey scale Shade of #cb75c1
#a0a0a0
Brighten Shade
#e48eda
Most Readable Shade
#000000

Shades of #cb75c1 color code

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

#cb75c1
#b468ab
#9d5b96
#874e80
#70416b
#5a3455
#432740
#2d1a2a
#160d15
#000000

Similar Color like #cb75c1 color

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

#cc76c2
#cd77c3
#ce78c4
#cf79c5
#d07ac6
#d17bc7
#d27cc8
#d37dc9
#d47eca
#d57fcb
#d680cc
#d781cd
#d882ce
#d983cf
#ca74c0
#c973bf
#c872be
#c771bd
#c670bc
#c56fbb
#c46eba
#c36db9
#c26cb8
#c16bb7
#c06ab6
#bf69b5
#be68b4
#bd67b3

Monochromatic Color with #cb75c1

#cb75c1
#f58de9
#21131f
#4b2c48
#764470
#a05d99

Tints of #cb75c1 Color

#cb75c1
#d084c7
#d693ce
#dca3d5
#e2b2dc
#e7c1e3
#edd1ea
#f3e0f1
#f9eff8
#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

#cb75c1
#75cb7f

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

Split Complementary

#cb75c1
#96cb75
#75cbaa

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

Analogous Color

#b375cb
#c475cb
#cb75c1
#cb75b0
#cb759f

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

#cb75c1
#c1cb75
#75c1cb

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

#cb75c1
#cbaa75
#75cb7f
#7596cb

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

#cb75c1
#75cb7f
#75cbaa
#cb7596

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

#cb75c1 Color Code Preview on Black Background Color

This is how #cb75c1 Color will look on black background color. Color contrast ratio is 6.85

#cb75c1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb75c1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #cb75c1

#cb75c1 color code is use for CSS Background Color

Background color for the above div is #cb75c1

HTML with inline CSS

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

#cb75c1 color code is use for CSS Border Color

CSS Border color for the above div is #cb75c1

HTML with inline CSS

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

CSS Border Left color for the above div is #cb75c1

HTML with inline CSS

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

CSS Border Right color for the above div is #cb75c1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #cb75c1

HTML with inline CSS

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

CSS Border Top color for the above div is #cb75c1

HTML with inline CSS

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

#cb75c1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#cb75c1 Color code Preview on White Background

This is how #cb75c1 Color code will look on white background color. Color contrast ratio is 3.06

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.