crispedge.com

Color picker

Loading...

#c181ae hex color - Red - Warm color - Information

#c181ae hex color - Red - Warm color

Color Hue/Base color: Red

Hex #c181ae Color code in RGB color code model is created after adding 75.69% red color, 50.59% green color and 68.24% blue color. Hex #c181ae Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 33% magenta, 10% yellow and 24% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codec181ae#c181ae
RGB Decimal193, 129, 174rgb(193, 129, 174)
RGB Percent76%, 51%, 68%rgb(76%, 51%, 68%)
CSS RGBa193, 129, 174,1rgba(193,129,174,1)
CMYK Modelcmyk(0%,33%,10%,24%)
HSL Color Space318,34% ,63%hsl(318,34% ,63%)
HSV Color Space318°, 33%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110000011000000110101110
Octal301201256
Decimal193129174
Hexc181ae

Different shades of #c181ae color code.

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

Light Shade of #c181ae
#d2a3c4
Dark Shade of #c181ae
#b05f98
Saturated Shade of #c181ae
#ca78b2
Desaturated Shade of #c181ae
#b88aaa
Grey scale Shade of #c181ae
#a1a1a1
Brighten Shade
#da9ac7
Most Readable Shade
#000000

Shades of #c181ae color code

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

#c181ae
#ab729a
#966487
#805674
#6b4760
#55394d
#402b3a
#2a1c26
#150e13
#000000

Similar Color like #c181ae color

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

#c282af
#c383b0
#c484b1
#c585b2
#c686b3
#c787b4
#c888b5
#c989b6
#ca8ab7
#cb8bb8
#cc8cb9
#cd8dba
#ce8ebb
#cf8fbc
#c080ad
#bf7fac
#be7eab
#bd7daa
#bc7ca9
#bb7ba8
#ba7aa7
#b979a6
#b878a5
#b777a4
#b676a3
#b575a2
#b474a1
#b373a0

Monochromatic Color with #c181ae

#c181ae
#eb9dd4
#170f15
#412c3b
#6c4861
#966588

Tints of #c181ae Color

#c181ae
#c78fb7
#ce9dc0
#d5abc9
#dcb9d2
#e3c7db
#ead5e4
#f1e3ed
#f8f1f6
#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

#c181ae
#81c194

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

Split Complementary

#c181ae
#8ec181
#81c1b4

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

Analogous Color

#ba81c1
#c181bb
#c181ae
#c181a1
#c18194

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

#c181ae
#aec181
#81aec1

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

#c181ae
#c1b481
#81c194
#818ec1

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

#c181ae
#81c194
#81c1b4
#c1818e

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

#c181ae Color Code Preview on Black Background Color

This is how #c181ae Color will look on black background color. Color contrast ratio is 7.02

#c181ae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c181ae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #c181ae

#c181ae color code is use for CSS Background Color

Background color for the above div is #c181ae

HTML with inline CSS

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

#c181ae color code is use for CSS Border Color

CSS Border color for the above div is #c181ae

HTML with inline CSS

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

CSS Border Left color for the above div is #c181ae

HTML with inline CSS

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

CSS Border Right color for the above div is #c181ae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #c181ae

HTML with inline CSS

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

CSS Border Top color for the above div is #c181ae

HTML with inline CSS

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

#c181ae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#c181ae Color code Preview on White Background

This is how #c181ae Color code will look on white background color. Color contrast ratio is 2.99

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

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,129,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,193,148,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(193,129,174,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.