Color Hex Logo

#f978bb Color Hex

#F978BB
(249,120,187)
0 Favorites   0 Comments

Color spaces of #f978bb

RGB 249120187
HSL0.910.910.72
HSV329°52°98°
CMYK 0.000.520.25   0.02
XYZ54.753037.160551.3006
Yxy37.16050.38230.2595
Hunter Lab60.959453.6475-7.2241
CIE-Lab67.397356.5608-11.8383

#f978bb color RGB value is (249,120,187).

#f978bb hex color red value is 249, green value is 120 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #f978bb hue: 0.91 , saturation: 0.91 and the lightness value of f978bb is 0.72.

The process color (four color CMYK) of #f978bb color hex is 0.00, 0.52, 0.25, 0.02. Web safe color of #f978bb is #ff66cc. Color #f978bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111000 10111011
Octal 371 170 273
Decimal 249 120 187
Hex F9 78 BB

RGB Percentages of Color #f978bb

%44.78
%21.58
%33.63

CMYK Percentages of Color #f978bb

%0
%52
%25
%2

Triadic Colors of #f978bb

#f978bb #bbf978 #78bbf9

Analogous Colors of #f978bb

#f978bb #f9787b #f778f9

Monochromatic Colors of #f978bb

#f978bb

Complementary Color

#f978bb #78f9b6

#f978bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f978bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f978bb Color CSS Codes

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

#f978bb Text Font Color

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

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


#f978bb Background Color

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

This div background color is #f978bb


#f978bb Border Color

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

This div border color is #f978bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f978bb

Related Colors


Comments

No comments written yet.

Please login to write comment.