Color Hex Logo

#fa307f Color Hex

#FA307F
(250,48,127)
0 Favorites   0 Comments

Color spaces of #fa307f

RGB 25048127
HSL0.930.950.58
HSV337°81°98°
CMYK 0.000.810.49   0.02
XYZ44.312123.970222.3699
Yxy23.97020.48880.2644
Hunter Lab48.959475.87777.1815
CIE-Lab56.057977.10746.2244

#fa307f color RGB value is (250,48,127).

#fa307f hex color red value is 250, green value is 48 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #fa307f hue: 0.93 , saturation: 0.95 and the lightness value of fa307f is 0.58.

The process color (four color CMYK) of #fa307f color hex is 0.00, 0.81, 0.49, 0.02. Web safe color of #fa307f is #ff3366. Color #fa307f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110000 01111111
Octal 372 60 177
Decimal 250 48 127
Hex FA 30 7F

RGB Percentages of Color #fa307f

%58.82
%11.29
%29.88

CMYK Percentages of Color #fa307f

%0
%81
%49
%2

Triadic Colors of #fa307f

#fa307f #7ffa30 #307ffa

Analogous Colors of #fa307f

#fa307f #fa4630 #fa30e4

Monochromatic Colors of #fa307f

#fa307f

Complementary Color

#fa307f #30faab

#fa307f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa307f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa307f Color CSS Codes

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

#fa307f Text Font Color

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

This sample text font color is #fa307f
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.


#fa307f Background Color

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

This div background color is #fa307f


#fa307f Border Color

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

This div border color is #fa307f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa307f


Comments

No comments written yet.

Please login to write comment.