crispedge.com

Color picker

Loading...

#c157a8 hex color - Violet - Warm color - Information

#c157a8 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #c157a8 Color code in RGB color code model is created after adding 75.69% red color, 34.12% green color and 65.88% blue color. Hex #c157a8 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 55% magenta, 13% yellow and 24% black.

Hex #c157a8 color code is between #bb55aa web safe hex color code and #cc6699 web safe hex color code. #bb55aa is the nearest web safe color code. You can see here many more shades of #c157a8 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec157a8#c157a8
RGB Decimal193, 87, 168rgb(193, 87, 168)
RGB Percent76%, 34%, 66%rgb(76%, 34%, 66%)
CSS RGBa193, 87, 168,1rgba(193,87,168,1)
CMYK Modelcmyk(0%,55%,13%,24%)
HSL Color Space314,46% ,55%hsl(314,46% ,55%)
HSV Color Space314°, 55%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000010101011110101000
Octal301127250
Decimal19387168
Hexc157a8

Different shades of #c157a8 color code.

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

Light Shade of #c157a8
#cf7cbb
Dark Shade of #c157a8
#a73e8e
Saturated Shade of #c157a8
#cc4cae
Desaturated Shade of #c157a8
#b563a2
Grey scale Shade of #c157a8
#8c8c8c
Brighten Shade
#da70c1
Most Readable Shade
#FFFFFF

Shades of #c157a8 color code

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

#c157a8
#ab4d95
#964382
#803a70
#6b305d
#55264a
#401d38
#2a1325
#150912
#000000

Similar Color like #c157a8 color

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

#c258a9
#c359aa
#c45aab
#c55bac
#c65cad
#c75dae
#c85eaf
#c95fb0
#ca60b1
#cb61b2
#cc62b3
#cd63b4
#ce64b5
#cf65b6
#c056a7
#bf55a6
#be54a5
#bd53a4
#bc52a3
#bb51a2
#ba50a1
#b94fa0
#b84e9f
#b74d9e
#b64c9d
#b54b9c
#b44a9b
#b3499a

Monochromatic Color with #c157a8

#c157a8
#eb6acd
#170a14
#411e39
#6c315e
#964483

Tints of #c157a8 Color

#c157a8
#c769b1
#ce7cbb
#d58fc5
#dca1ce
#e3b4d8
#eac7e2
#f1d9eb
#f8ecf5
#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

#c157a8
#57c170

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

Split Complementary

#c157a8
#73c157
#57c1a5

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

Analogous Color

#b057c1
#c157bd
#c157a8
#c15793
#c1577e

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

#c157a8
#a8c157
#57a8c1

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

#c157a8
#c1a557
#57c170
#5773c1

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

#c157a8
#57c170
#57c1a5
#c15773

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

#c157a8 Color Code Preview on Black Background Color

This is how #c157a8 Color will look on black background color. Color contrast ratio is 5.20

#c157a8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c157a8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c157a8

#c157a8 color code is use for CSS Background Color

Background color for the above div is #c157a8

HTML with inline CSS

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

#c157a8 color code is use for CSS Border Color

CSS Border color for the above div is #c157a8

HTML with inline CSS

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

CSS Border Left color for the above div is #c157a8

HTML with inline CSS

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

CSS Border Right color for the above div is #c157a8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c157a8

HTML with inline CSS

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

CSS Border Top color for the above div is #c157a8

HTML with inline CSS

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

#c157a8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c157a8 Color code Preview on White Background

This is how #c157a8 Color code will look on white background color. Color contrast ratio is 4.04

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

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(193,87,168,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(87,193,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,87,168,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.