crispedge.com

Color picker

Loading...

#c05abe hex color - Violet - Warm color - Information

#c05abe hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c05abe Color code in RGB color code model is created after adding 75.29% red color, 35.29% green color and 74.51% blue color. Hex #c05abe Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 53% magenta, 1% yellow and 25% black.

Hex #c05abe color code is between #bb55bb web safe hex color code and #cc66cc web safe hex color code. #bb55bb is the nearest web safe color code. You can see here many more shades of #c05abe color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec05abe#c05abe
RGB Decimal192, 90, 190rgb(192, 90, 190)
RGB Percent75%, 35%, 75%rgb(75%, 35%, 75%)
CSS RGBa192, 90, 190,1rgba(192,90,190,1)
CMYK Modelcmyk(0%,53%,1%,25%)
HSL Color Space301,45% ,55%hsl(301,45% ,55%)
HSV Color Space301°, 53%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000000101101010111110
Octal300132276
Decimal19290190
Hexc05abe

Different shades of #c05abe color code.

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

Light Shade of #c05abe
#ce7fcd
Dark Shade of #c05abe
#a740a5
Saturated Shade of #c05abe
#cb4fc9
Desaturated Shade of #c05abe
#b565b3
Grey scale Shade of #c05abe
#8d8d8d
Brighten Shade
#d973d7
Most Readable Shade
#FFFFFF

Shades of #c05abe color code

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

#c05abe
#aa50a8
#954693
#803c7e
#6a3269
#552854
#401e3f
#2a142a
#150a15
#000000

Similar Color like #c05abe color

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

#c15bbf
#c25cc0
#c35dc1
#c45ec2
#c55fc3
#c660c4
#c761c5
#c862c6
#c963c7
#ca64c8
#cb65c9
#cc66ca
#cd67cb
#ce68cc
#bf59bd
#be58bc
#bd57bb
#bc56ba
#bb55b9
#ba54b8
#b953b7
#b852b6
#b751b5
#b650b4
#b54fb3
#b44eb2
#b34db1
#b24cb0

Monochromatic Color with #c05abe

#c05abe
#ea6ee8
#160a16
#401e40
#6b326a
#954694

Tints of #c05abe Color

#c05abe
#c76cc5
#ce7ecc
#d591d3
#dca3da
#e3b5e2
#eac8e9
#f1daf0
#f8ecf7
#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

#c05abe
#5ac05c

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

Split Complementary

#c05abe
#8bc05a
#5ac08f

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

Analogous Color

#995ac0
#ae5ac0
#c05abe
#c05aaa
#c05a95

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

#c05abe
#bec05a
#5abec0

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

#c05abe
#c08f5a
#5ac05c
#5a8bc0

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

#c05abe
#5ac05c
#5ac08f
#c05a8b

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

#c05abe Color Code Preview on Black Background Color

This is how #c05abe Color will look on black background color. Color contrast ratio is 5.45

#c05abe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c05abe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c05abe

#c05abe color code is use for CSS Background Color

Background color for the above div is #c05abe

HTML with inline CSS

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

#c05abe color code is use for CSS Border Color

CSS Border color for the above div is #c05abe

HTML with inline CSS

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

CSS Border Left color for the above div is #c05abe

HTML with inline CSS

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

CSS Border Right color for the above div is #c05abe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c05abe

HTML with inline CSS

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

CSS Border Top color for the above div is #c05abe

HTML with inline CSS

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

#c05abe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c05abe Color code Preview on White Background

This is how #c05abe Color code will look on white background color. Color contrast ratio is 3.86

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.