Color Hex Logo

#f97cdf Color Hex

#F97CDF
(249,124,223)
0 Favorites   0 Comments

Color spaces of #f97cdf

RGB 249124223
HSL0.870.910.73
HSV312°50°98°
CMYK 0.000.500.10   0.02
XYZ59.593939.882874.3692
Yxy39.88280.34280.2294
Hunter Lab63.152857.9233-25.6133
CIE-Lab69.386059.9051-28.9159

#f97cdf color RGB value is (249,124,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111100 11011111
Octal 371 174 337
Decimal 249 124 223
Hex F9 7C DF

RGB Percentages of Color #f97cdf

%41.78
%20.81
%37.42

CMYK Percentages of Color #f97cdf

%0
%50
%10
%2

Triadic Colors of #f97cdf

#f97cdf #dff97c #7cdff9

Analogous Colors of #f97cdf

#f97cdf #f97ca1 #d57cf9

Monochromatic Colors of #f97cdf

#f97cdf

Complementary Color

#f97cdf #7cf996

#f97cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97cdf Color CSS Codes

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

#f97cdf Text Font Color

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

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


#f97cdf Background Color

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

This div background color is #f97cdf


#f97cdf Border Color

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

This div border color is #f97cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97cdf

Related Colors


Comments

No comments written yet.

Please login to write comment.