Color Hex Logo

#f97cad Color Hex

#F97CAD
(249,124,173)
0 Favorites   0 Comments

Color spaces of #f97cad

RGB 249124173
HSL0.930.910.73
HSV336°50°98°
CMYK 0.000.500.31   0.02
XYZ53.817437.572243.9508
Yxy37.57220.39760.2776
Hunter Lab61.296249.45290.3950
CIE-Lab67.704152.8548-3.4909

#f97cad color RGB value is (249,124,173).

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

The process color (four color CMYK) of #f97cad color hex is 0.00, 0.50, 0.31, 0.02. Web safe color of #f97cad is #ff6699. Color #f97cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111100 10101101
Octal 371 174 255
Decimal 249 124 173
Hex F9 7C AD

RGB Percentages of Color #f97cad

%45.60
%22.71
%31.68

CMYK Percentages of Color #f97cad

%0
%50
%31
%2

Triadic Colors of #f97cad

#f97cad #adf97c #7cadf9

Analogous Colors of #f97cad

#f97cad #f98a7c #f97cec

Monochromatic Colors of #f97cad

#f97cad

Complementary Color

#f97cad #7cf9c8

#f97cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97cad Color CSS Codes

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

#f97cad Text Font Color

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

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


#f97cad Background Color

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

This div background color is #f97cad


#f97cad Border Color

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

This div border color is #f97cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97cad


Comments

No comments written yet.

Please login to write comment.