crispedge.com

Color picker

Loading...

#b25f96 hex color - Red - Warm color - Information

#b25f96 hex color - Red - Warm color

Color Hue/Base color: Red

Hex #b25f96 Color code in RGB color code model is created after adding 69.8% red color, 37.25% green color and 58.82% blue color. Hex #b25f96 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 47% magenta, 16% yellow and 30% black.

Hex #b25f96 color code is between #aa6699 web safe hex color code and #bb5588 web safe hex color code. #aa6699 is the nearest web safe color code. You can see here many more shades of #b25f96 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeb25f96#b25f96
RGB Decimal178, 95, 150rgb(178, 95, 150)
RGB Percent70%, 37%, 59%rgb(70%, 37%, 59%)
CSS RGBa178, 95, 150,1rgba(178,95,150,1)
CMYK Modelcmyk(0%,47%,16%,30%)
HSL Color Space320,35% ,54%hsl(320,35% ,54%)
HSV Color Space320°, 47%, 70%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101100100101111110010110
Octal262137226
Decimal17895150
Hexb25f96

Different shades of #b25f96 color code.

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

Light Shade of #b25f96
#c381ad
Dark Shade of #b25f96
#96487c
Saturated Shade of #b25f96
#be539a
Desaturated Shade of #b25f96
#a66b92
Grey scale Shade of #b25f96
#888888
Brighten Shade
#cb78af
Most Readable Shade
#FFFFFF

Shades of #b25f96 color code

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

#b25f96
#9e5485
#8a4974
#763f64
#623453
#4f2a42
#3b1f32
#271521
#130a10
#000000

Similar Color like #b25f96 color

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

#b36097
#b46198
#b56299
#b6639a
#b7649b
#b8659c
#b9669d
#ba679e
#bb689f
#bc69a0
#bd6aa1
#be6ba2
#bf6ca3
#c06da4
#b15e95
#b05d94
#af5c93
#ae5b92
#ad5a91
#ac5990
#ab588f
#aa578e
#a9568d
#a8558c
#a7548b
#a6538a
#a55289
#a45188

Monochromatic Color with #b25f96

#b25f96
#dc76ba
#080407
#321b2b
#5d324e
#874872

Tints of #b25f96 Color

#b25f96
#ba70a1
#c382ad
#cb94b9
#d4a6c4
#dcb7d0
#e5c9dc
#eddbe7
#f6edf3
#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

#b25f96
#5fb27b

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

Split Complementary

#b25f96
#6db25f
#5fb2a4

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

Analogous Color

#ad5fb2
#b25fa7
#b25f96
#b25f85
#b25f75

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

#b25f96
#96b25f
#5f96b2

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

#b25f96
#b2a45f
#5fb27b
#5f6cb2

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

#b25f96
#5fb27b
#5fb2a4
#b25f6d

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

#b25f96 Color Code Preview on Black Background Color

This is how #b25f96 Color will look on black background color. Color contrast ratio is 4.97

#b25f96 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b25f96

HTML with inline CSS

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

Your Example Paragraph content text in with font color #b25f96

#b25f96 color code is use for CSS Background Color

Background color for the above div is #b25f96

HTML with inline CSS

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

#b25f96 color code is use for CSS Border Color

CSS Border color for the above div is #b25f96

HTML with inline CSS

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

CSS Border Left color for the above div is #b25f96

HTML with inline CSS

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

CSS Border Right color for the above div is #b25f96

HTML with inline CSS

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

CSS Border Bottom color for the above div is #b25f96

HTML with inline CSS

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

CSS Border Top color for the above div is #b25f96

HTML with inline CSS

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

#b25f96 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#b25f96 Color code Preview on White Background

This is how #b25f96 Color code will look on white background color. Color contrast ratio is 4.23

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

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(178,95,150,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,178,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(178,95,150,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.