Color Hex Logo

#fa97fb Color Hex

#FA97FB
(250,151,251)
0 Favorites   0 Comments

Color spaces of #fa97fb

RGB 250151251
HSL0.830.930.79
HSV299°40°98°
CMYK 0.000.400.00   0.02
XYZ67.903549.422297.2273
Yxy49.42220.31650.2303
Hunter Lab70.300949.3861-32.7884
CIE-Lab75.713251.6642-34.4662

#fa97fb color RGB value is (250,151,251).

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

The process color (four color CMYK) of #fa97fb color hex is 0.00, 0.40, 0.00, 0.02. Web safe color of #fa97fb is #ff99ff. Color #fa97fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010111 11111011
Octal 372 227 373
Decimal 250 151 251
Hex FA 97 FB

RGB Percentages of Color #fa97fb

%38.34
%23.16
%38.50

CMYK Percentages of Color #fa97fb

%0
%40
%0
%2

Triadic Colors of #fa97fb

#fa97fb #fbfa97 #97fbfa

Analogous Colors of #fa97fb

#fa97fb #fb97ca #c897fb

Monochromatic Colors of #fa97fb

#fa97fb

Complementary Color

#fa97fb #98fb97

#fa97fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa97fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa97fb Color CSS Codes

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

#fa97fb Text Font Color

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

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


#fa97fb Background Color

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

This div background color is #fa97fb


#fa97fb Border Color

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

This div border color is #fa97fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa97fb

Related Colors


Comments

No comments written yet.

Please login to write comment.