Color Hex Logo

#fa037e Color Hex

#FA037E
(250,3,126)
0 Favorites   0 Comments

Color spaces of #fa037e

RGB 2503126
HSL0.920.980.50
HSV330°99°98°
CMYK 0.000.990.50   0.02
XYZ43.222821.895521.6868
Yxy21.89550.49790.2522
Hunter Lab46.792682.99515.2759
CIE-Lab53.916083.13683.7450

#fa037e color RGB value is (250,3,126).

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

The process color (four color CMYK) of #fa037e color hex is 0.00, 0.99, 0.50, 0.02. Web safe color of #fa037e is #ff0066. Color #fa037e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000011 01111110
Octal 372 3 176
Decimal 250 3 126
Hex FA 3 7E

RGB Percentages of Color #fa037e

%65.96
%0.79
%33.25

CMYK Percentages of Color #fa037e

%0
%99
%50
%2

Triadic Colors of #fa037e

#fa037e #7efa03 #037efa

Analogous Colors of #fa037e

#fa037e #fa0303 #fa03fa

Monochromatic Colors of #fa037e

#fa037e

Complementary Color

#fa037e #03fa7f

#fa037e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa037e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa037e Color CSS Codes

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

#fa037e Text Font Color

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

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


#fa037e Background Color

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

This div background color is #fa037e


#fa037e Border Color

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

This div border color is #fa037e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa037e


Comments

No comments written yet.

Please login to write comment.