crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#b18aaa hex color - Violet - Warm color - Information

#b18aaa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b18aaa Color code in RGB color code model is created after adding 69.41% red color, 54.12% green color and 66.67% blue color. Hex #b18aaa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 22% magenta, 4% yellow and 31% black.

Hex #b18aaa color code is between #aa8899 web safe hex color code and #bb99bb web safe hex color code. #aa8899 is the nearest web safe color code. You can see here many more shades of #b18aaa color code.

0 Likes 0 Comments | 13 Views

Color Table

Hex Color Codeb18aaa#b18aaa
RGB Decimal177, 138, 170rgb(177, 138, 170)
RGB Percent69%, 54%, 67%rgb(69%, 54%, 67%)
CSS RGBa177, 138, 170,1rgba(177,138,170,1)
CMYK Modelcmyk(0%,22%,4%,31%)
HSL Color Space311,20% ,62%hsl(311,20% ,62%)
HSV Color Space311°, 22%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100011000101010101010
Octal261212252
Decimal177138170
Hexb18aaa

Different shades of #b18aaa color code.

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

Light Shade of #b18aaa
#c5a9c0
Dark Shade of #b18aaa
#9d6b94
Saturated Shade of #b18aaa
#bb80b0
Desaturated Shade of #b18aaa
#a794a4
Grey scale Shade of #b18aaa
#9d9d9d
Brighten Shade
#caa3c3
Most Readable Shade
#000000

Shades of #b18aaa color code

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

#b18aaa
#9d7a97
#896b84
#765c71
#624c5e
#4e3d4b
#3b2e38
#271e25
#130f12
#000000

Similar Color like #b18aaa color

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

#b28bab
#b38cac
#b48dad
#b58eae
#b68faf
#b790b0
#b891b1
#b992b2
#ba93b3
#bb94b4
#bc95b5
#bd96b6
#be97b7
#bf98b8
#b089a9
#af88a8
#ae87a7
#ad86a6
#ac85a5
#ab84a4
#aa83a3
#a982a2
#a881a1
#a780a0
#a67f9f
#a57e9e
#a47d9d
#a37c9c

Monochromatic Color with #b18aaa

#b18aaa
#dbabd3
#070507
#312730
#5c4858
#866981

Tints of #b18aaa Color

#b18aaa
#b997b3
#c2a4bc
#cbb1c6
#d3becf
#dccbd9
#e5d8e2
#ede5ec
#f6f2f5
#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

#b18aaa
#8ab191

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

Split Complementary

#b18aaa
#96b18a
#8ab1a4

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

Analogous Color

#a88ab1
#b08ab1
#b18aaa
#b18aa2
#b18a9a

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

#b18aaa
#aab18a
#8aaab1

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

#b18aaa
#b1a48a
#8ab191
#8a96b1

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

#b18aaa
#8ab191
#8ab1a4
#b18a96

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

#b18aaa Color Code Preview on Black Background Color

This is how #b18aaa Color will look on black background color. Color contrast ratio is 7.09

#b18aaa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b18aaa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b18aaa

#b18aaa color code is use for CSS Background Color

Background color for the above div is #b18aaa

HTML with inline CSS

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

#b18aaa color code is use for CSS Border Color

CSS Border color for the above div is #b18aaa

HTML with inline CSS

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

CSS Border Left color for the above div is #b18aaa

HTML with inline CSS

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

CSS Border Right color for the above div is #b18aaa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b18aaa

HTML with inline CSS

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

CSS Border Top color for the above div is #b18aaa

HTML with inline CSS

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

#b18aaa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b18aaa Color code Preview on White Background

This is how #b18aaa Color code will look on white background color. Color contrast ratio is 2.96

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 13 Views

Post your comment:-

By submitting comment you agree to our privacy policy.