Color Hex Logo

#fa07fb Color Hex

#FA07FB
(250,7,251)
0 Favorites   0 Comments

Color spaces of #fa07fb

RGB 2507251
HSL0.830.970.51
HSV300°97°98°
CMYK 0.000.970.00   0.02
XYZ56.912927.441093.5638
Yxy27.44100.31990.1542
Hunter Lab52.3842102.2595-69.2295
CIE-Lab59.380396.5168-60.1765

#fa07fb color RGB value is (250,7,251).

#fa07fb hex color red value is 250, green value is 7 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #fa07fb hue: 0.83 , saturation: 0.97 and the lightness value of fa07fb is 0.51.

The process color (four color CMYK) of #fa07fb color hex is 0.00, 0.97, 0.00, 0.02. Web safe color of #fa07fb is #ff00ff. Color #fa07fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000111 11111011
Octal 372 7 373
Decimal 250 7 251
Hex FA 7 FB

RGB Percentages of Color #fa07fb

%49.21
%1.38
%49.41

CMYK Percentages of Color #fa07fb

%0
%97
%0
%2

Triadic Colors of #fa07fb

#fa07fb #fbfa07 #07fbfa

Analogous Colors of #fa07fb

#fa07fb #fb0782 #8007fb

Monochromatic Colors of #fa07fb

#fa07fb

Complementary Color

#fa07fb #08fb07

#fa07fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa07fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa07fb Color CSS Codes

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

#fa07fb Text Font Color

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

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


#fa07fb Background Color

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

This div background color is #fa07fb


#fa07fb Border Color

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

This div border color is #fa07fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa07fb


Comments

No comments written yet.

Please login to write comment.