Color Hex Logo

#f980bf Color Hex

#F980BF
(249,128,191)
0 Favorites   0 Comments

Color spaces of #f980bf

RGB 249128191
HSL0.910.910.74
HSV329°49°98°
CMYK 0.000.490.23   0.02
XYZ56.190139.339753.9220
Yxy39.33970.37600.2632
Hunter Lab62.721450.1501-7.0671
CIE-Lab68.996653.2755-11.6877

#f980bf color RGB value is (249,128,191).

#f980bf hex color red value is 249, green value is 128 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #f980bf hue: 0.91 , saturation: 0.91 and the lightness value of f980bf is 0.74.

The process color (four color CMYK) of #f980bf color hex is 0.00, 0.49, 0.23, 0.02. Web safe color of #f980bf is #ff99cc. Color #f980bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000000 10111111
Octal 371 200 277
Decimal 249 128 191
Hex F9 80 BF

RGB Percentages of Color #f980bf

%43.84
%22.54
%33.63

CMYK Percentages of Color #f980bf

%0
%49
%23
%2

Triadic Colors of #f980bf

#f980bf #bff980 #80bff9

Analogous Colors of #f980bf

#f980bf #f98083 #f780f9

Monochromatic Colors of #f980bf

#f980bf

Complementary Color

#f980bf #80f9ba

#f980bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f980bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f980bf Color CSS Codes

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

#f980bf Text Font Color

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

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


#f980bf Background Color

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

This div background color is #f980bf


#f980bf Border Color

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

This div border color is #f980bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f980bf


Comments

No comments written yet.

Please login to write comment.