crispedge.com

Color picker

Loading...

#d14fb9 hex color - Violet - Warm color - Information

#d14fb9 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #d14fb9 Color code in RGB color code model is created after adding 81.96% red color, 30.98% green color and 72.55% blue color. Hex #d14fb9 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 62% magenta, 11% yellow and 18% black.

Hex #d14fb9 color code is between #cc55bb web safe hex color code and #dd44aa web safe hex color code. #cc55bb is the nearest web safe color code. You can see here many more shades of #d14fb9 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Coded14fb9#d14fb9
RGB Decimal209, 79, 185rgb(209, 79, 185)
RGB Percent82%, 31%, 73%rgb(82%, 31%, 73%)
CSS RGBa209, 79, 185,1rgba(209,79,185,1)
CMYK Modelcmyk(0%,62%,11%,18%)
HSL Color Space311,59% ,56%hsl(311,59% ,56%)
HSV Color Space311°, 62%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary110100010100111110111001
Octal321117271
Decimal20979185
Hexd14fb9

Different shades of #d14fb9 color code.

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

Light Shade of #d14fb9
#dc77c9
Dark Shade of #d14fb9
#bc31a2
Saturated Shade of #d14fb9
#dc44c0
Desaturated Shade of #d14fb9
#c65ab2
Grey scale Shade of #d14fb9
#909090
Brighten Shade
#ea68d2
Most Readable Shade
#FFFFFF

Shades of #d14fb9 color code

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

#d14fb9
#b946a4
#a23d8f
#8b347b
#742b66
#5c2352
#451a3d
#2e1129
#170814
#000000

Similar Color like #d14fb9 color

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

#d250ba
#d351bb
#d452bc
#d553bd
#d654be
#d755bf
#d856c0
#d957c1
#da58c2
#db59c3
#dc5ac4
#dd5bc5
#de5cc6
#df5dc7
#d04eb8
#cf4db7
#ce4cb6
#cd4bb5
#cc4ab4
#cb49b3
#ca48b2
#c947b1
#c846b0
#c745af
#c644ae
#c543ad
#c442ac
#c341ab

Monochromatic Color with #d14fb9

#d14fb9
#fb5fdf
#270f23
#511f48
#7c2f6e
#a63f93

Tints of #d14fb9 Color

#d14fb9
#d662c0
#db76c8
#e089d0
#e59dd8
#eab0df
#efc4e7
#f4d7ef
#f9ebf7
#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

#d14fb9
#4fd167

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

Split Complementary

#d14fb9
#78d14f
#4fd1a8

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

Analogous Color

#b54fd1
#cf4fd1
#d14fb9
#d14f9f
#d14f85

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

#d14fb9
#b9d14f
#4fb9d1

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

#d14fb9
#d1a84f
#4fd167
#4f78d1

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

#d14fb9
#4fd167
#4fd1a8
#d14f78

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

#d14fb9 Color Code Preview on Black Background Color

This is how #d14fb9 Color will look on black background color. Color contrast ratio is 5.53

#d14fb9 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d14fb9

HTML with inline CSS

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

Your Example Paragraph content text in with font color #d14fb9

#d14fb9 color code is use for CSS Background Color

Background color for the above div is #d14fb9

HTML with inline CSS

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

#d14fb9 color code is use for CSS Border Color

CSS Border color for the above div is #d14fb9

HTML with inline CSS

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

CSS Border Left color for the above div is #d14fb9

HTML with inline CSS

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

CSS Border Right color for the above div is #d14fb9

HTML with inline CSS

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

CSS Border Bottom color for the above div is #d14fb9

HTML with inline CSS

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

CSS Border Top color for the above div is #d14fb9

HTML with inline CSS

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

#d14fb9 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#d14fb9 Color code Preview on White Background

This is how #d14fb9 Color code will look on white background color. Color contrast ratio is 3.80

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

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(209,79,185,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(79,209,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(209,79,185,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.