crispedge.com

Color picker

Loading...

#ff387f hex color - Red - Warm color - Information

#ff387f hex color - Red - Warm color

Color Hue/Base color: Red

Hex #ff387f Color code in RGB color code model is created after adding 100% red color, 21.96% green color and 49.8% blue color. Hex #ff387f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 78% magenta, 50% yellow and 0% black.

Hex #ff387f color code is between #ee3377 web safe hex color code and #dd4488 web safe hex color code. #ee3377 is the nearest web safe color code. You can see here many more shades of #ff387f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeff387f#ff387f
RGB Decimal255, 56, 127rgb(255, 56, 127)
RGB Percent100%, 22%, 50%rgb(100%, 22%, 50%)
CSS RGBa255, 56, 127,1rgba(255,56,127,1)
CMYK Modelcmyk(0%,78%,50%,0%)
HSL Color Space339,100% ,61%hsl(339,100% ,61%)
HSV Color Space339°, 78%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary111111110011100001111111
Octal37770177
Decimal25556127
Hexff387f

Different shades of #ff387f color code.

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

Light Shade of #ff387f
#ff6ba0
Dark Shade of #ff387f
#ff055e
Saturated Shade of #ff387f
#ff387f
Desaturated Shade of #ff387f
#f54282
Grey scale Shade of #ff387f
#9b9b9b
Brighten Shade
#ff5198
Most Readable Shade
#000000

Shades of #ff387f color code

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

#ff387f
#e23170
#c62b62
#aa2554
#8d1f46
#711838
#55122a
#380c1c
#1c060e
#000000

Similar Color like #ff387f color

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

#ff3980
#ff3a81
#ff3b82
#ff3c83
#ff3d84
#ff3e85
#ff3f86
#ff4087
#ff4188
#ff4289
#ff438a
#ff448b
#ff458c
#ff468d
#fe377e
#fd367d
#fc357c
#fb347b
#fa337a
#f93279
#f83178
#f73077
#f62f76
#f52e75
#f42d74
#f32c73
#f22b72
#f12a71

Monochromatic Color with #ff387f

#ff387f
#2a0915
#55132a
#801c40
#aa2555
#d42f6a

Tints of #ff387f Color

#ff387f
#ff4e8d
#ff649b
#ff7aa9
#ff90b7
#ffa6c6
#ffbcd4
#ffd2e2
#ffe8f0
#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

#ff387f
#38ffb8

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

Split Complementary

#ff387f
#38ff54
#38e3ff

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

Analogous Color

#ff38cf
#ff38a7
#ff387f
#ff3857
#ff4138

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

#ff387f
#7fff38
#387fff

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

#ff387f
#e2ff38
#38ffb8
#5438ff

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

#ff387f
#38ffb8
#38e3ff
#ff5438

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

#ff387f Color Code Preview on Black Background Color

This is how #ff387f Color will look on black background color. Color contrast ratio is 6.12

#ff387f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff387f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ff387f

#ff387f color code is use for CSS Background Color

Background color for the above div is #ff387f

HTML with inline CSS

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

#ff387f color code is use for CSS Border Color

CSS Border color for the above div is #ff387f

HTML with inline CSS

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

CSS Border Left color for the above div is #ff387f

HTML with inline CSS

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

CSS Border Right color for the above div is #ff387f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ff387f

HTML with inline CSS

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

CSS Border Top color for the above div is #ff387f

HTML with inline CSS

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

#ff387f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ff387f Color code Preview on White Background

This is how #ff387f Color code will look on white background color. Color contrast ratio is 3.43

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

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(255,56,127,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(56,255,184,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(255,56,127,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.