crispedge.com

Color picker

Loading...

#bd52ee hex color - Blue - Warm color - Information

#bd52ee hex color - Blue - Warm color

Color Hue/Base color: Blue

Hex #bd52ee Color code in RGB color code model is created after adding 74.12% red color, 32.16% green color and 93.33% blue color. Hex #bd52ee Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 66% magenta, 0% yellow and 7% black.

Hex #bd52ee color code is between #bb55dd web safe hex color code and #cc44ff web safe hex color code. #bb55dd is the nearest web safe color code. You can see here many more shades of #bd52ee color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codebd52ee#bd52ee
RGB Decimal189, 82, 238rgb(189, 82, 238)
RGB Percent74%, 32%, 93%rgb(74%, 32%, 93%)
CSS RGBa189, 82, 238,1rgba(189,82,238,1)
CMYK Modelcmyk(21%,66%,0%,7%)
HSL Color Space281,82% ,63%hsl(281,82% ,63%)
HSV Color Space281°, 66%, 93%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101111010101001011101110
Octal275122356
Decimal18982238
Hexbd52ee

Different shades of #bd52ee color code.

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

Light Shade of #bd52ee
#cf80f3
Dark Shade of #bd52ee
#ab24e9
Saturated Shade of #bd52ee
#c148f7
Desaturated Shade of #bd52ee
#b95be4
Grey scale Shade of #bd52ee
#a0a0a0
Brighten Shade
#d66bff
Most Readable Shade
#FFFFFF

Shades of #bd52ee color code

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

#bd52ee
#a848d3
#933fb9
#7e369e
#692d84
#542469
#3f1b4f
#2a1234
#15091a
#000000

Similar Color like #bd52ee color

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

#be53ef
#bf54f0
#c055f1
#c156f2
#c257f3
#c358f4
#c459f5
#c55af6
#c65bf7
#c75cf8
#c85df9
#c95efa
#ca5ffb
#cb60fc
#bc51ed
#bb50ec
#ba4feb
#b94eea
#b84de9
#b74ce8
#b64be7
#b54ae6
#b449e5
#b348e4
#b247e3
#b146e2
#b045e1
#af44e0

Monochromatic Color with #bd52ee

#bd52ee
#14091a
#361744
#58266e
#7a3599
#9b43c3

Tints of #bd52ee Color

#bd52ee
#c465ef
#cb78f1
#d38bf3
#da9ef5
#e1b2f7
#e9c5f9
#f0d8fb
#f7ebfd
#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

#bd52ee
#83ee52

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

Split Complementary

#bd52ee
#d1ee52
#52ee6f

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

Analogous Color

#7f52ee
#9e52ee
#bd52ee
#dc52ee
#ee52e1

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

#bd52ee
#eebd52
#52eebd

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

#bd52ee
#ee6f52
#83ee52
#52d1ee

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

#bd52ee
#83ee52
#52ee6f
#ee52d1

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

#bd52ee Color Code Preview on Black Background Color

This is how #bd52ee Color will look on black background color. Color contrast ratio is 5.61

#bd52ee in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd52ee

HTML with inline CSS

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

Your Example Paragraph content text in with font color #bd52ee

#bd52ee color code is use for CSS Background Color

Background color for the above div is #bd52ee

HTML with inline CSS

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

#bd52ee color code is use for CSS Border Color

CSS Border color for the above div is #bd52ee

HTML with inline CSS

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

CSS Border Left color for the above div is #bd52ee

HTML with inline CSS

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

CSS Border Right color for the above div is #bd52ee

HTML with inline CSS

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

CSS Border Bottom color for the above div is #bd52ee

HTML with inline CSS

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

CSS Border Top color for the above div is #bd52ee

HTML with inline CSS

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

#bd52ee hex Color code used as CSS color Codes

Example CSS Class for usage

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

#bd52ee Color code Preview on White Background

This is how #bd52ee Color code will look on white background color. Color contrast ratio is 3.75

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

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(189,82,238,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(131,238,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(189,82,238,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.