Color Hex Logo

#fa039e Color Hex

#FA039E
(250,3,158)
0 Favorites   0 Comments

Color spaces of #fa039e

RGB 2503158
HSL0.900.980.50
HSV322°99°98°
CMYK 0.000.990.37   0.02
XYZ45.628522.857734.3548
Yxy22.85770.44370.2223
Hunter Lab47.809786.6893-9.1374
CIE-Lab54.925585.7906-13.8715

#fa039e color RGB value is (250,3,158).

#fa039e hex color red value is 250, green value is 3 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #fa039e hue: 0.90 , saturation: 0.98 and the lightness value of fa039e is 0.50.

The process color (four color CMYK) of #fa039e color hex is 0.00, 0.99, 0.37, 0.02. Web safe color of #fa039e is #ff0099. Color #fa039e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000011 10011110
Octal 372 3 236
Decimal 250 3 158
Hex FA 3 9E

RGB Percentages of Color #fa039e

%60.83
%0.73
%38.44

CMYK Percentages of Color #fa039e

%0
%99
%37
%2

Triadic Colors of #fa039e

#fa039e #9efa03 #039efa

Analogous Colors of #fa039e

#fa039e #fa0323 #db03fa

Monochromatic Colors of #fa039e

#fa039e

Complementary Color

#fa039e #03fa5f

#fa039e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa039e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa039e Color CSS Codes

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

#fa039e Text Font Color

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

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


#fa039e Background Color

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

This div background color is #fa039e


#fa039e Border Color

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

This div border color is #fa039e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa039e


Comments

No comments written yet.

Please login to write comment.