Color Hex Logo

#f97baf Color Hex

#F97BAF
(249,123,175)
0 Favorites   0 Comments

Color spaces of #f97baf

RGB 249123175
HSL0.930.910.73
HSV335°51°98°
CMYK 0.000.510.30   0.02
XYZ53.887737.400844.9363
Yxy37.40080.39560.2746
Hunter Lab61.156250.2617-0.7557
CIE-Lab67.576653.5843-4.8073

#f97baf color RGB value is (249,123,175).

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

The process color (four color CMYK) of #f97baf color hex is 0.00, 0.51, 0.30, 0.02. Web safe color of #f97baf is #ff6699. Color #f97baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111011 10101111
Octal 371 173 257
Decimal 249 123 175
Hex F9 7B AF

RGB Percentages of Color #f97baf

%45.52
%22.49
%31.99

CMYK Percentages of Color #f97baf

%0
%51
%30
%2

Triadic Colors of #f97baf

#f97baf #aff97b #7baff9

Analogous Colors of #f97baf

#f97baf #f9867b #f97bee

Monochromatic Colors of #f97baf

#f97baf

Complementary Color

#f97baf #7bf9c5

#f97baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97baf Color CSS Codes

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

#f97baf Text Font Color

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

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


#f97baf Background Color

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

This div background color is #f97baf


#f97baf Border Color

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

This div border color is #f97baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97baf


Comments

No comments written yet.

Please login to write comment.