Color Hex Logo

#f981bc Color Hex

#F981BC
(249,129,188)
0 Favorites   0 Comments

Color spaces of #f981bc

RGB 249129188
HSL0.920.910.74
HSV331°48°98°
CMYK 0.000.480.24   0.02
XYZ55.994339.471152.2444
Yxy39.47110.37910.2672
Hunter Lab62.826049.1443-5.3257
CIE-Lab69.091252.3801-9.8664

#f981bc color RGB value is (249,129,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000001 10111100
Octal 371 201 274
Decimal 249 129 188
Hex F9 81 BC

RGB Percentages of Color #f981bc

%43.99
%22.79
%33.22

CMYK Percentages of Color #f981bc

%0
%48
%24
%2

Triadic Colors of #f981bc

#f981bc #bcf981 #81bcf9

Analogous Colors of #f981bc

#f981bc #f98281 #f981f8

Monochromatic Colors of #f981bc

#f981bc

Complementary Color

#f981bc #81f9be

#f981bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f981bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f981bc Color CSS Codes

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

#f981bc Text Font Color

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

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


#f981bc Background Color

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

This div background color is #f981bc


#f981bc Border Color

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

This div border color is #f981bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f981bc


Comments

No comments written yet.

Please login to write comment.