Color Hex Logo

#f947df Color Hex

#F947DF
(249,71,223)
0 Favorites   0 Comments

Color spaces of #f947df

RGB 24971223
HSL0.860.940.63
HSV309°71°98°
CMYK 0.000.710.10   0.02
XYZ54.639429.973972.7178
Yxy29.97390.34730.1905
Hunter Lab54.748482.3348-40.4261
CIE-Lab61.631781.1245-40.9719

#f947df color RGB value is (249,71,223).

#f947df hex color red value is 249, green value is 71 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #f947df hue: 0.86 , saturation: 0.94 and the lightness value of f947df is 0.63.

The process color (four color CMYK) of #f947df color hex is 0.00, 0.71, 0.10, 0.02. Web safe color of #f947df is #ff33cc. Color #f947df contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000111 11011111
Octal 371 107 337
Decimal 249 71 223
Hex F9 47 DF

RGB Percentages of Color #f947df

%45.86
%13.08
%41.07

CMYK Percentages of Color #f947df

%0
%71
%10
%2

Triadic Colors of #f947df

#f947df #dff947 #47dff9

Analogous Colors of #f947df

#f947df #f94786 #ba47f9

Monochromatic Colors of #f947df

#f947df

Complementary Color

#f947df #47f961

#f947df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f947df Color Preview on White Background

Lorem ipsum dolor sit amet.

#f947df Color CSS Codes

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

#f947df Text Font Color

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

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


#f947df Background Color

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

This div background color is #f947df


#f947df Border Color

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

This div border color is #f947df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f947df


Comments

No comments written yet.

Please login to write comment.