Color Hex Logo

#f944dc Color Hex

#F944DC
(249,68,220)
0 Favorites   0 Comments

Color spaces of #f944dc

RGB 24968220
HSL0.860.940.62
HSV310°73°98°
CMYK 0.000.730.12   0.02
XYZ54.052329.441370.5440
Yxy29.44130.35090.1911
Hunter Lab54.259882.8625-39.1019
CIE-Lab61.169181.6238-40.0097

#f944dc color RGB value is (249,68,220).

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

The process color (four color CMYK) of #f944dc color hex is 0.00, 0.73, 0.12, 0.02. Web safe color of #f944dc is #ff33cc. Color #f944dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01000100 11011100
Octal 371 104 334
Decimal 249 68 220
Hex F9 44 DC

RGB Percentages of Color #f944dc

%46.37
%12.66
%40.97

CMYK Percentages of Color #f944dc

%0
%73
%12
%2

Triadic Colors of #f944dc

#f944dc #dcf944 #44dcf9

Analogous Colors of #f944dc

#f944dc #f94482 #bc44f9

Monochromatic Colors of #f944dc

#f944dc

Complementary Color

#f944dc #44f961

#f944dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f944dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f944dc Color CSS Codes

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

#f944dc Text Font Color

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

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


#f944dc Background Color

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

This div background color is #f944dc


#f944dc Border Color

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

This div border color is #f944dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f944dc


Comments

No comments written yet.

Please login to write comment.