crispedge.com

Color picker

Loading...

#ad0b7f hex color - Red - Warm color - Information

#ad0b7f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ad0b7f Color code in RGB color code model is created after adding 67.84% red color, 4.31% green color and 49.8% blue color. Hex #ad0b7f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 94% magenta, 27% yellow and 32% black.

Hex #ad0b7f color code is between #aa1177 web safe hex color code and #bb0088 web safe hex color code. #aa1177 is the nearest web safe color code. You can see here many more shades of #ad0b7f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead0b7f#ad0b7f
RGB Decimal173, 11, 127rgb(173, 11, 127)
RGB Percent68%, 4%, 50%rgb(68%, 4%, 50%)
CSS RGBa173, 11, 127,1rgba(173,11,127,1)
CMYK Modelcmyk(0%,94%,27%,32%)
HSL Color Space317,88% ,36%hsl(317,88% ,36%)
HSV Color Space317°, 94%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010000101101111111
Octal25513177
Decimal17311127
Hexad0b7f

Different shades of #ad0b7f color code.

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

Light Shade of #ad0b7f
#dd0ea2
Dark Shade of #ad0b7f
#7d085c
Saturated Shade of #ad0b7f
#b60283
Desaturated Shade of #ad0b7f
#a4147b
Grey scale Shade of #ad0b7f
#5c5c5c
Brighten Shade
#c62498
Most Readable Shade
#FFFFFF

Shades of #ad0b7f color code

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

#ad0b7f
#990970
#860862
#730754
#600646
#4c0438
#39032a
#26021c
#13010e
#000000

Similar Color like #ad0b7f color

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

#ae0c80
#af0d81
#b00e82
#b10f83
#b21084
#b31185
#b41286
#b51387
#b61488
#b71589
#b8168a
#b9178b
#ba188c
#bb198d
#ac0a7e
#ab097d
#aa087c
#a9077b
#a8067a
#a70579
#a60478
#a50377
#a40276
#a30175
#a20074
#a10073
#a00072
#9f0071

Monochromatic Color with #ad0b7f

#ad0b7f
#d70e9e
#030002
#2d0321
#580641
#820860

Tints of #ad0b7f Color

#ad0b7f
#b6268d
#bf419b
#c85ca9
#d177b7
#da92c6
#e3add4
#ecc8e2
#f5e3f0
#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

#ad0b7f
#0bad39

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

Split Complementary

#ad0b7f
#2ead0b
#0bad8a

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

Analogous Color

#9a0bad
#ad0b9f
#ad0b7f
#ad0b5f
#ad0b3e

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

#ad0b7f
#7fad0b
#0b7fad

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

#ad0b7f
#ad8a0b
#0bad39
#0b2ead

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

#ad0b7f
#0bad39
#0bad8a
#ad0b2e

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

#ad0b7f Color Code Preview on Black Background Color

This is how #ad0b7f Color will look on black background color. Color contrast ratio is 3.13

#ad0b7f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad0b7f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad0b7f

#ad0b7f color code is use for CSS Background Color

Background color for the above div is #ad0b7f

HTML with inline CSS

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

#ad0b7f color code is use for CSS Border Color

CSS Border color for the above div is #ad0b7f

HTML with inline CSS

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

CSS Border Left color for the above div is #ad0b7f

HTML with inline CSS

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

CSS Border Right color for the above div is #ad0b7f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad0b7f

HTML with inline CSS

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

CSS Border Top color for the above div is #ad0b7f

HTML with inline CSS

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

#ad0b7f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad0b7f Color code Preview on White Background

This is how #ad0b7f Color code will look on white background color. Color contrast ratio is 6.71

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

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(173,11,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(11,173,57,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,11,127,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.