Color Hex Logo

#f97dcb Color Hex

#F97DCB
(249,125,203)
0 Favorites   0 Comments

Color spaces of #f97dcb

RGB 249125203
HSL0.900.910.73
HSV322°50°98°
CMYK 0.000.500.18   0.02
XYZ57.180039.118861.0369
Yxy39.11880.36340.2486
Hunter Lab62.545053.7347-14.0788
CIE-Lab68.837256.4125-18.6366

#f97dcb color RGB value is (249,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111101 11001011
Octal 371 175 313
Decimal 249 125 203
Hex F9 7D CB

RGB Percentages of Color #f97dcb

%43.15
%21.66
%35.18

CMYK Percentages of Color #f97dcb

%0
%50
%18
%2

Triadic Colors of #f97dcb

#f97dcb #cbf97d #7dcbf9

Analogous Colors of #f97dcb

#f97dcb #f97d8d #e97df9

Monochromatic Colors of #f97dcb

#f97dcb

Complementary Color

#f97dcb #7df9ab

#f97dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97dcb Color CSS Codes

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

#f97dcb Text Font Color

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

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


#f97dcb Background Color

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

This div background color is #f97dcb


#f97dcb Border Color

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

This div border color is #f97dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97dcb


Comments

No comments written yet.

Please login to write comment.