crispedge.com

Color picker

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

#b28ad4 hex color - Violet - Warm color - Information

#b28ad4 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #b28ad4 Color code in RGB color code model is created after adding 69.8% red color, 54.12% green color and 83.14% blue color. Hex #b28ad4 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 35% magenta, 0% yellow and 17% black.

Hex #b28ad4 color code is between #aa88cc web safe hex color code and #bb99dd web safe hex color code. #aa88cc is the nearest web safe color code. You can see here many more shades of #b28ad4 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeb28ad4#b28ad4
RGB Decimal178, 138, 212rgb(178, 138, 212)
RGB Percent70%, 54%, 83%rgb(70%, 54%, 83%)
CSS RGBa178, 138, 212,1rgba(178,138,212,1)
CMYK Modelcmyk(16%,35%,0%,17%)
HSL Color Space272,46% ,69%hsl(272,46% ,69%)
HSV Color Space272°, 35%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100101000101011010100
Octal262212324
Decimal178138212
Hexb28ad4

Different shades of #b28ad4 color code.

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

Light Shade of #b28ad4
#cbafe2
Dark Shade of #b28ad4
#9965c6
Saturated Shade of #b28ad4
#b382dc
Desaturated Shade of #b28ad4
#b192cc
Grey scale Shade of #b28ad4
#afafaf
Brighten Shade
#cba3ed
Most Readable Shade
#000000

Shades of #b28ad4 color code

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

#b28ad4
#9e7abc
#8a6ba4
#765c8d
#624c75
#4f3d5e
#3b2e46
#271e2f
#130f17
#000000

Similar Color like #b28ad4 color

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

#b38bd5
#b48cd6
#b58dd7
#b68ed8
#b78fd9
#b890da
#b991db
#ba92dc
#bb93dd
#bc94de
#bd95df
#be96e0
#bf97e1
#c098e2
#b189d3
#b088d2
#af87d1
#ae86d0
#ad85cf
#ac84ce
#ab83cd
#aa82cc
#a981cb
#a880ca
#a77fc9
#a67ec8
#a57dc7
#a47cc6

Monochromatic Color with #b28ad4

#b28ad4
#d6a6fe
#231b2a
#473754
#6b537f
#8e6ea9

Tints of #b28ad4 Color

#b28ad4
#ba97d8
#c3a4dd
#cbb1e2
#d4bee7
#dccbeb
#e5d8f0
#ede5f5
#f6f2fa
#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

#b28ad4
#acd48a

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

Split Complementary

#b28ad4
#d1d48a
#8ad48d

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

Analogous Color

#948ad4
#a38ad4
#b28ad4
#c18ad4
#d08ad4

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

#b28ad4
#d4b28a
#8ad4b2

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

#b28ad4
#d48d8a
#acd48a
#8ad1d4

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

#b28ad4
#acd48a
#8ad48d
#d48ad1

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

#b28ad4 Color Code Preview on Black Background Color

This is how #b28ad4 Color will look on black background color. Color contrast ratio is 7.48

#b28ad4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b28ad4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b28ad4

#b28ad4 color code is use for CSS Background Color

Background color for the above div is #b28ad4

HTML with inline CSS

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

#b28ad4 color code is use for CSS Border Color

CSS Border color for the above div is #b28ad4

HTML with inline CSS

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

CSS Border Left color for the above div is #b28ad4

HTML with inline CSS

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

CSS Border Right color for the above div is #b28ad4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b28ad4

HTML with inline CSS

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

CSS Border Top color for the above div is #b28ad4

HTML with inline CSS

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

#b28ad4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b28ad4 Color code Preview on White Background

This is how #b28ad4 Color code will look on white background color. Color contrast ratio is 2.81

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.