Color Hex Logo

#fa07aa Color Hex

#FA07AA
(250,7,170)
0 Favorites   0 Comments

Color spaces of #fa07aa

RGB 2507170
HSL0.890.960.50
HSV320°97°98°
CMYK 0.000.970.32   0.02
XYZ46.756023.378240.0783
Yxy23.37820.42420.2121
Hunter Lab48.351087.9974-15.3000
CIE-Lab55.459886.6860-20.1266

#fa07aa color RGB value is (250,7,170).

#fa07aa hex color red value is 250, green value is 7 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #fa07aa hue: 0.89 , saturation: 0.96 and the lightness value of fa07aa is 0.50.

The process color (four color CMYK) of #fa07aa color hex is 0.00, 0.97, 0.32, 0.02. Web safe color of #fa07aa is #ff0099. Color #fa07aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000111 10101010
Octal 372 7 252
Decimal 250 7 170
Hex FA 7 AA

RGB Percentages of Color #fa07aa

%58.55
%1.64
%39.81

CMYK Percentages of Color #fa07aa

%0
%97
%32
%2

Triadic Colors of #fa07aa

#fa07aa #aafa07 #07aafa

Analogous Colors of #fa07aa

#fa07aa #fa0730 #d107fa

Monochromatic Colors of #fa07aa

#fa07aa

Complementary Color

#fa07aa #07fa57

#fa07aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa07aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa07aa Color CSS Codes

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

#fa07aa Text Font Color

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

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


#fa07aa Background Color

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

This div background color is #fa07aa


#fa07aa Border Color

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

This div border color is #fa07aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa07aa


Comments

No comments written yet.

Please login to write comment.