crispedge.com

Color picker

Loading...

#b44cdd hex color - Violet - Warm color - Information

#b44cdd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #b44cdd Color code in RGB color code model is created after adding 70.59% red color, 29.8% green color and 86.67% blue color. Hex #b44cdd Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 66% magenta, 0% yellow and 13% black.

Hex #b44cdd color code is between #bb44cc web safe hex color code and #aa55ee web safe hex color code. #bb44cc is the nearest web safe color code. You can see here many more shades of #b44cdd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb44cdd#b44cdd
RGB Decimal180, 76, 221rgb(180, 76, 221)
RGB Percent71%, 30%, 87%rgb(71%, 30%, 87%)
CSS RGBa180, 76, 221,1rgba(180,76,221,1)
CMYK Modelcmyk(19%,66%,0%,13%)
HSL Color Space283,68% ,58%hsl(283,68% ,58%)
HSV Color Space283°, 66%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101101000100110011011101
Octal264114335
Decimal18076221
Hexb44cdd

Different shades of #b44cdd color code.

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

Light Shade of #b44cdd
#c677e5
Dark Shade of #b44cdd
#9f27cf
Saturated Shade of #b44cdd
#b941e8
Desaturated Shade of #b44cdd
#af57d2
Grey scale Shade of #b44cdd
#949494
Brighten Shade
#cd65f6
Most Readable Shade
#FFFFFF

Shades of #b44cdd color code

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

#b44cdd
#a043c4
#8c3bab
#783293
#642a7a
#502162
#3c1949
#281031
#140818
#000000

Similar Color like #b44cdd color

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

#b54dde
#b64edf
#b74fe0
#b850e1
#b951e2
#ba52e3
#bb53e4
#bc54e5
#bd55e6
#be56e7
#bf57e8
#c058e9
#c159ea
#c25aeb
#b34bdc
#b24adb
#b149da
#b048d9
#af47d8
#ae46d7
#ad45d6
#ac44d5
#ab43d4
#aa42d3
#a941d2
#a840d1
#a73fd0
#a63ecf

Monochromatic Color with #b44cdd

#b44cdd
#070308
#2a1233
#4c205d
#6f2f88
#913db3

Tints of #b44cdd Color

#b44cdd
#bc5fe0
#c473e4
#cd87e8
#d59bec
#ddafef
#e6c3f3
#eed7f7
#f6ebfb
#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

#b44cdd
#75dd4c

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

Split Complementary

#b44cdd
#bedd4c
#4cdd6c

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

Analogous Color

#7a4cdd
#974cdd
#b44cdd
#d14cdd
#dd4ccc

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

#b44cdd
#ddb44c
#4cddb4

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

#b44cdd
#dd6b4c
#75dd4c
#4cbddd

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

#b44cdd
#75dd4c
#4cdd6c
#dd4cbe

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

#b44cdd Color Code Preview on Black Background Color

This is how #b44cdd Color will look on black background color. Color contrast ratio is 5.02

#b44cdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b44cdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b44cdd

#b44cdd color code is use for CSS Background Color

Background color for the above div is #b44cdd

HTML with inline CSS

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

#b44cdd color code is use for CSS Border Color

CSS Border color for the above div is #b44cdd

HTML with inline CSS

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

CSS Border Left color for the above div is #b44cdd

HTML with inline CSS

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

CSS Border Right color for the above div is #b44cdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b44cdd

HTML with inline CSS

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

CSS Border Top color for the above div is #b44cdd

HTML with inline CSS

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

#b44cdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b44cdd Color code Preview on White Background

This is how #b44cdd Color code will look on white background color. Color contrast ratio is 4.18

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

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(180,76,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(117,221,76,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(180,76,221,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.