Color Hex Logo

#f97dbe Color Hex

#F97DBE
(249,125,190)
0 Favorites   0 Comments

Color spaces of #f97dbe

RGB 249125190
HSL0.910.910.73
HSV329°50°98°
CMYK 0.000.500.24   0.02
XYZ55.694838.524753.2158
Yxy38.52470.37780.2613
Hunter Lab62.068351.5513-7.3860
CIE-Lab68.405654.5865-12.0129

#f97dbe color RGB value is (249,125,190).

#f97dbe hex color red value is 249, green value is 125 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #f97dbe hue: 0.91 , saturation: 0.91 and the lightness value of f97dbe is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111101 10111110
Octal 371 175 276
Decimal 249 125 190
Hex F9 7D BE

RGB Percentages of Color #f97dbe

%44.15
%22.16
%33.69

CMYK Percentages of Color #f97dbe

%0
%50
%24
%2

Triadic Colors of #f97dbe

#f97dbe #bef97d #7dbef9

Analogous Colors of #f97dbe

#f97dbe #f97d80 #f67df9

Monochromatic Colors of #f97dbe

#f97dbe

Complementary Color

#f97dbe #7df9b8

#f97dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97dbe Color CSS Codes

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

#f97dbe Text Font Color

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

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


#f97dbe Background Color

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

This div background color is #f97dbe


#f97dbe Border Color

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

This div border color is #f97dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97dbe


Comments

No comments written yet.

Please login to write comment.