Color Hex Logo

#f97fbd Color Hex

#F97FBD
(249,127,189)
0 Favorites   0 Comments

Color spaces of #f97fbd

RGB 249127189
HSL0.920.910.74
HSV330°49°98°
CMYK 0.000.490.24   0.02
XYZ55.841638.992652.7273
Yxy38.99260.37840.2642
Hunter Lab62.444150.3494-6.3532
CIE-Lab68.745953.4868-10.9426

#f97fbd color RGB value is (249,127,189).

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

The process color (four color CMYK) of #f97fbd color hex is 0.00, 0.49, 0.24, 0.02. Web safe color of #f97fbd is #ff66cc. Color #f97fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111111 10111101
Octal 371 177 275
Decimal 249 127 189
Hex F9 7F BD

RGB Percentages of Color #f97fbd

%44.07
%22.48
%33.45

CMYK Percentages of Color #f97fbd

%0
%49
%24
%2

Triadic Colors of #f97fbd

#f97fbd #bdf97f #7fbdf9

Analogous Colors of #f97fbd

#f97fbd #f97f80 #f87ff9

Monochromatic Colors of #f97fbd

#f97fbd

Complementary Color

#f97fbd #7ff9bb

#f97fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97fbd Color CSS Codes

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

#f97fbd Text Font Color

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

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


#f97fbd Background Color

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

This div background color is #f97fbd


#f97fbd Border Color

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

This div border color is #f97fbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97fbd


Comments

No comments written yet.

Please login to write comment.