Color Hex Logo

#f984cb Color Hex

#F984CB
(249,132,203)
0 Favorites   0 Comments

Color spaces of #f984cb

RGB 249132203
HSL0.900.910.75
HSV324°47°98°
CMYK 0.000.470.18   0.02
XYZ58.097740.954161.3428
Yxy40.95410.36220.2553
Hunter Lab63.995450.0579-12.0357
CIE-Lab70.143853.0270-16.6590

#f984cb color RGB value is (249,132,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000100 11001011
Octal 371 204 313
Decimal 249 132 203
Hex F9 84 CB

RGB Percentages of Color #f984cb

%42.64
%22.60
%34.76

CMYK Percentages of Color #f984cb

%0
%47
%18
%2

Triadic Colors of #f984cb

#f984cb #cbf984 #84cbf9

Analogous Colors of #f984cb

#f984cb #f98491 #ed84f9

Monochromatic Colors of #f984cb

#f984cb

Complementary Color

#f984cb #84f9b2

#f984cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f984cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f984cb Color CSS Codes

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

#f984cb Text Font Color

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

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


#f984cb Background Color

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

This div background color is #f984cb


#f984cb Border Color

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

This div border color is #f984cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f984cb


Comments

No comments written yet.

Please login to write comment.