Color Hex Logo

#f982bb Color Hex

#F982BB
(249,130,187)
0 Favorites   0 Comments

Color spaces of #f982bb

RGB 249130187
HSL0.920.910.74
HSV331°48°98°
CMYK 0.000.480.25   0.02
XYZ56.019239.692951.7227
Yxy39.69290.38000.2692
Hunter Lab63.002348.4612-4.5734
CIE-Lab69.250251.7565-9.0692

#f982bb color RGB value is (249,130,187).

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

The process color (four color CMYK) of #f982bb color hex is 0.00, 0.48, 0.25, 0.02. Web safe color of #f982bb is #ff99cc. Color #f982bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000010 10111011
Octal 371 202 273
Decimal 249 130 187
Hex F9 82 BB

RGB Percentages of Color #f982bb

%43.99
%22.97
%33.04

CMYK Percentages of Color #f982bb

%0
%48
%25
%2

Triadic Colors of #f982bb

#f982bb #bbf982 #82bbf9

Analogous Colors of #f982bb

#f982bb #f98582 #f982f7

Monochromatic Colors of #f982bb

#f982bb

Complementary Color

#f982bb #82f9c0

#f982bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f982bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f982bb Color CSS Codes

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

#f982bb Text Font Color

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

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


#f982bb Background Color

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

This div background color is #f982bb


#f982bb Border Color

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

This div border color is #f982bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,130,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 #f982bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f982bb


Comments

No comments written yet.

Please login to write comment.