Color Hex Logo

#f997fc Color Hex

#F997FC
(249,151,252)
0 Favorites   0 Comments

Color spaces of #f997fc

RGB 249151252
HSL0.830.940.79
HSV298°40°99°
CMYK 0.010.400.00   0.01
XYZ67.704249.301298.0431
Yxy49.30120.31480.2293
Hunter Lab70.214849.2416-33.6381
CIE-Lab75.638351.5493-35.1325

#f997fc color RGB value is (249,151,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10010111 11111100
Octal 371 227 374
Decimal 249 151 252
Hex F9 97 FC

RGB Percentages of Color #f997fc

%38.19
%23.16
%38.65

CMYK Percentages of Color #f997fc

%1
%40
%0
%1

Triadic Colors of #f997fc

#f997fc #fcf997 #97fcf9

Analogous Colors of #f997fc

#f997fc #fc97cd #c797fc

Monochromatic Colors of #f997fc

#f997fc

Complementary Color

#f997fc #9afc97

#f997fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f997fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f997fc Color CSS Codes

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

#f997fc Text Font Color

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

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


#f997fc Background Color

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

This div background color is #f997fc


#f997fc Border Color

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

This div border color is #f997fc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,151,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f997fc

Related Colors


Comments

No comments written yet.

Please login to write comment.