Color Hex Logo

#f984cc Color Hex

#F984CC
(249,132,204)
0 Favorites   0 Comments

Color spaces of #f984cc

RGB 249132204
HSL0.900.910.75
HSV323°47°98°
CMYK 0.000.470.18   0.02
XYZ58.217341.001961.9725
Yxy41.00190.36120.2544
Hunter Lab64.032750.2314-12.5595
CIE-Lab70.177353.1736-17.1645

#f984cc color RGB value is (249,132,204).

#f984cc hex color red value is 249, green value is 132 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f984cc hue: 0.90 , saturation: 0.91 and the lightness value of f984cc is 0.75.

The process color (four color CMYK) of #f984cc color hex is 0.00, 0.47, 0.18, 0.02. Web safe color of #f984cc is #ff99cc. Color #f984cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000100 11001100
Octal 371 204 314
Decimal 249 132 204
Hex F9 84 CC

RGB Percentages of Color #f984cc

%42.56
%22.56
%34.87

CMYK Percentages of Color #f984cc

%0
%47
%18
%2

Triadic Colors of #f984cc

#f984cc #ccf984 #84ccf9

Analogous Colors of #f984cc

#f984cc #f98492 #ec84f9

Monochromatic Colors of #f984cc

#f984cc

Complementary Color

#f984cc #84f9b1

#f984cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f984cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f984cc Color CSS Codes

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

#f984cc Text Font Color

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

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


#f984cc Background Color

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

This div background color is #f984cc


#f984cc Border Color

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

This div border color is #f984cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f984cc


Comments

No comments written yet.

Please login to write comment.