Color Hex Logo

#f97cfe Color Hex

#F97CFE
(249,124,254)
0 Favorites   0 Comments

Color spaces of #f97cfe

RGB 249124254
HSL0.830.980.74
HSV298°51°100°
CMYK 0.020.510.00   0.00
XYZ64.164041.710898.4351
Yxy41.71080.31410.2042
Hunter Lab64.583964.3176-45.1577
CIE-Lab70.671165.0370-43.9538

#f97cfe color RGB value is (249,124,254).

#f97cfe hex color red value is 249, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #f97cfe hue: 0.83 , saturation: 0.98 and the lightness value of f97cfe is 0.74.

The process color (four color CMYK) of #f97cfe color hex is 0.02, 0.51, 0.00, 0.00. Web safe color of #f97cfe is #ff66ff. Color #f97cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 01111100 11111110
Octal 371 174 376
Decimal 249 124 254
Hex F9 7C FE

RGB Percentages of Color #f97cfe

%39.71
%19.78
%40.51

CMYK Percentages of Color #f97cfe

%2
%51
%0
%0

Triadic Colors of #f97cfe

#f97cfe #fef97c #7cfef9

Analogous Colors of #f97cfe

#f97cfe #fe7cc2 #b87cfe

Monochromatic Colors of #f97cfe

#f97cfe

Complementary Color

#f97cfe #81fe7c

#f97cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f97cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#f97cfe Color CSS Codes

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

#f97cfe Text Font Color

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

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


#f97cfe Background Color

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

This div background color is #f97cfe


#f97cfe Border Color

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

This div border color is #f97cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f97cfe


Comments

No comments written yet.

Please login to write comment.