Color Hex Logo

#f97dcf Color Hex

#F97DCF
(249,125,207)
0 Favorites   0 Comments

Color spaces of #f97dcf

RGB 249125207
HSL0.890.910.73
HSV320°50°98°
CMYK 0.000.500.17   0.02
XYZ57.663039.312063.5803
Yxy39.31200.35910.2449
Hunter Lab62.699354.4384-16.2336
CIE-Lab68.976756.9966-20.6556

#f97dcf color RGB value is (249,125,207).

#f97dcf hex color red value is 249, green value is 125 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #f97dcf hue: 0.89 , saturation: 0.91 and the lightness value of f97dcf is 0.73.

The process color (four color CMYK) of #f97dcf color hex is 0.00, 0.50, 0.17, 0.02. Web safe color of #f97dcf is #ff66cc. Color #f97dcf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111101 11001111
Octal 371 175 317
Decimal 249 125 207
Hex F9 7D CF

RGB Percentages of Color #f97dcf

%42.86
%21.51
%35.63

CMYK Percentages of Color #f97dcf

%0
%50
%17
%2

Triadic Colors of #f97dcf

#f97dcf #cff97d #7dcff9

Analogous Colors of #f97dcf

#f97dcf #f97d91 #e57df9

Monochromatic Colors of #f97dcf

#f97dcf

Complementary Color

#f97dcf #7df9a7

#f97dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97dcf Color CSS Codes

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

#f97dcf Text Font Color

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

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


#f97dcf Background Color

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

This div background color is #f97dcf


#f97dcf Border Color

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

This div border color is #f97dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97dcf


Comments

No comments written yet.

Please login to write comment.