Color Hex Logo

#f97db9 Color Hex

#F97DB9
(249,125,185)
0 Favorites   0 Comments

Color spaces of #f97db9

RGB 249125185
HSL0.920.910.73
HSV331°50°98°
CMYK 0.000.500.26   0.02
XYZ55.157538.309850.3863
Yxy38.30980.38340.2663
Hunter Lab61.894950.7537-4.9393
CIE-Lab68.248353.9144-9.4409

#f97db9 color RGB value is (249,125,185).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111101 10111001
Octal 371 175 271
Decimal 249 125 185
Hex F9 7D B9

RGB Percentages of Color #f97db9

%44.54
%22.36
%33.09

CMYK Percentages of Color #f97db9

%0
%50
%26
%2

Triadic Colors of #f97db9

#f97db9 #b9f97d #7db9f9

Analogous Colors of #f97db9

#f97db9 #f97f7d #f97df7

Monochromatic Colors of #f97db9

#f97db9

Complementary Color

#f97db9 #7df9bd

#f97db9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97db9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97db9 Color CSS Codes

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

#f97db9 Text Font Color

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

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


#f97db9 Background Color

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

This div background color is #f97db9


#f97db9 Border Color

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

This div border color is #f97db9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97db9


Comments

No comments written yet.

Please login to write comment.