Color Hex Logo

#fa386f Color Hex

#FA386F
(250,56,111)
0 Favorites   0 Comments

Color spaces of #fa386f

RGB 25056111
HSL0.950.950.60
HSV343°78°98°
CMYK 0.000.780.56   0.02
XYZ43.707824.300017.4256
Yxy24.30000.51160.2844
Hunter Lab49.295072.002013.5477
CIE-Lab56.386973.918916.2194

#fa386f color RGB value is (250,56,111).

#fa386f hex color red value is 250, green value is 56 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #fa386f hue: 0.95 , saturation: 0.95 and the lightness value of fa386f is 0.60.

The process color (four color CMYK) of #fa386f color hex is 0.00, 0.78, 0.56, 0.02. Web safe color of #fa386f is #ff3366. Color #fa386f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00111000 01101111
Octal 372 70 157
Decimal 250 56 111
Hex FA 38 6F

RGB Percentages of Color #fa386f

%59.95
%13.43
%26.62

CMYK Percentages of Color #fa386f

%0
%78
%56
%2

Triadic Colors of #fa386f

#fa386f #6ffa38 #386ffa

Analogous Colors of #fa386f

#fa386f #fa6238 #fa38d0

Monochromatic Colors of #fa386f

#fa386f

Complementary Color

#fa386f #38fac3

#fa386f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa386f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa386f Color CSS Codes

.mybgcolor {background-color:#fa386f; } 
.myforecolor {color:#fa386f; }
.mybordercolor {border:3px solid #fa386f; }

#fa386f Text Font Color

<p style="color:#fa386f">Text here</p>

This sample text font color is #fa386f
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#fa386f Background Color

<div style="background-color:#fa386f">
Div content here</div>

This div background color is #fa386f


#fa386f Border Color

<div style="border:3px solid #fa386f">
Div here</div>

This div border color is #fa386f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(250,56,111, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fa386f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fa386f;
  -webkit-box-shadow: 1px 1px 3px 2px #fa386f;
  box-shadow:         1px 1px 3px 2px #fa386f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,56,111, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #fa386f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #fa386f;
  -webkit-box-shadow: 1px 1px 3px 2px #fa386f;
  box-shadow:         1px 1px 3px 2px #fa386f;">
Div content here</div>

This div box has shadow with color #fa386f


Comments

No comments written yet.

Please login to write comment.