Color Hex Logo

#f981b7 Color Hex

#F981B7
(249,129,183)
0 Favorites   0 Comments

Color spaces of #f981b7

RGB 249129183
HSL0.930.910.74
HSV333°48°98°
CMYK 0.000.480.27   0.02
XYZ55.464439.259149.4542
Yxy39.25910.38470.2723
Hunter Lab62.657148.3593-2.9367
CIE-Lab68.938551.7115-7.2910

#f981b7 color RGB value is (249,129,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 10000001 10110111
Octal 371 201 267
Decimal 249 129 183
Hex F9 81 B7

RGB Percentages of Color #f981b7

%44.39
%22.99
%32.62

CMYK Percentages of Color #f981b7

%0
%48
%27
%2

Triadic Colors of #f981b7

#f981b7 #b7f981 #81b7f9

Analogous Colors of #f981b7

#f981b7 #f98781 #f981f3

Monochromatic Colors of #f981b7

#f981b7

Complementary Color

#f981b7 #81f9c3

#f981b7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f981b7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f981b7 Color CSS Codes

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

#f981b7 Text Font Color

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

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


#f981b7 Background Color

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

This div background color is #f981b7


#f981b7 Border Color

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

This div border color is #f981b7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f981b7


Comments

No comments written yet.

Please login to write comment.