Color Hex Logo

#fa427f Color Hex

#FA427F
(250,66,127)
0 Favorites   0 Comments

Color spaces of #fa427f

RGB 25066127
HSL0.940.950.62
HSV340°74°98°
CMYK 0.000.740.49   0.02
XYZ45.203325.752722.6670
Yxy25.75270.48280.2751
Hunter Lab50.747170.19259.0402
CIE-Lab57.801672.17378.7105

#fa427f color RGB value is (250,66,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000010 01111111
Octal 372 102 177
Decimal 250 66 127
Hex FA 42 7F

RGB Percentages of Color #fa427f

%56.43
%14.90
%28.67

CMYK Percentages of Color #fa427f

%0
%74
%49
%2

Triadic Colors of #fa427f

#fa427f #7ffa42 #427ffa

Analogous Colors of #fa427f

#fa427f #fa6142 #fa42db

Monochromatic Colors of #fa427f

#fa427f

Complementary Color

#fa427f #42fabd

#fa427f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa427f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa427f Color CSS Codes

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

#fa427f Text Font Color

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

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


#fa427f Background Color

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

This div background color is #fa427f


#fa427f Border Color

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

This div border color is #fa427f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,66,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 #fa427f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa427f


Comments

No comments written yet.

Please login to write comment.